Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.56 KB

File metadata and controls

30 lines (24 loc) · 1.56 KB

IntersightClient::ConvergedinfraPod

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'convergedinfra.Pod']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'convergedinfra.Pod']
deployment_type String The deployment type for this solution pod. * `FlexPodInfra` - The deployment type for a pod is of Infrastructure. * `FlexPodNG` - The deployment type for a pod is of Nextgen type. [optional][readonly][default to 'FlexPodInfra']
summary ConvergedinfraPodSummary [optional]
organization OrganizationOrganizationRelationship [optional]
pod_resource_group ResourceGroupRelationship [optional]
solution_instance WorkflowSolutionInstanceRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::ConvergedinfraPod.new(
  class_id: null,
  object_type: null,
  deployment_type: null,
  summary: null,
  organization: null,
  pod_resource_group: null,
  solution_instance: null
)