Name | Type | Description | Notes |
---|---|---|---|
ClassId | 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"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "convergedinfra.Pod"] |
DeploymentType | Pointer to string | The deployment type for this integrated system. * `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"] |
InteropStatus | Pointer to string | The interoperability status for this solution pod. * `NotEvaluated` - The interoperability compliance for the component has not be checked. * `Approved` - The component is valid as per the interoperability compliance check. * `NotApproved` - The component is not valid as per the interoperability compliance check. * `Incomplete` - The interoperability compliance check could not be completed for the component due to incomplete data. | [optional] [readonly] [default to "NotEvaluated"] |
Summary | Pointer to ConvergedinfraPodSummary | [optional] | |
Organization | Pointer to NullableOrganizationOrganizationRelationship | [optional] | |
PodCompliance | Pointer to NullableConvergedinfraPodComplianceInfoRelationship | [optional] | |
PodResourceGroup | Pointer to NullableResourceGroupRelationship | [optional] | |
ServiceItemInstance | Pointer to NullableWorkflowServiceItemInstanceRelationship | [optional] |
func NewConvergedinfraPod(classId string, objectType string, ) *ConvergedinfraPod
NewConvergedinfraPod instantiates a new ConvergedinfraPod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConvergedinfraPodWithDefaults() *ConvergedinfraPod
NewConvergedinfraPodWithDefaults instantiates a new ConvergedinfraPod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ConvergedinfraPod) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *ConvergedinfraPod) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ConvergedinfraPod) GetDeploymentType() string
GetDeploymentType returns the DeploymentType field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetDeploymentTypeOk() (*string, bool)
GetDeploymentTypeOk returns a tuple with the DeploymentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetDeploymentType(v string)
SetDeploymentType sets DeploymentType field to given value.
func (o *ConvergedinfraPod) HasDeploymentType() bool
HasDeploymentType returns a boolean if a field has been set.
func (o *ConvergedinfraPod) GetInteropStatus() string
GetInteropStatus returns the InteropStatus field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetInteropStatusOk() (*string, bool)
GetInteropStatusOk returns a tuple with the InteropStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetInteropStatus(v string)
SetInteropStatus sets InteropStatus field to given value.
func (o *ConvergedinfraPod) HasInteropStatus() bool
HasInteropStatus returns a boolean if a field has been set.
func (o *ConvergedinfraPod) GetSummary() ConvergedinfraPodSummary
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetSummaryOk() (*ConvergedinfraPodSummary, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetSummary(v ConvergedinfraPodSummary)
SetSummary sets Summary field to given value.
func (o *ConvergedinfraPod) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *ConvergedinfraPod) GetOrganization() OrganizationOrganizationRelationship
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetOrganizationOk() (*OrganizationOrganizationRelationship, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetOrganization(v OrganizationOrganizationRelationship)
SetOrganization sets Organization field to given value.
func (o *ConvergedinfraPod) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *ConvergedinfraPod) SetOrganizationNil(b bool)
SetOrganizationNil sets the value for Organization to be an explicit nil
func (o *ConvergedinfraPod) UnsetOrganization()
UnsetOrganization ensures that no value is present for Organization, not even an explicit nil
func (o *ConvergedinfraPod) GetPodCompliance() ConvergedinfraPodComplianceInfoRelationship
GetPodCompliance returns the PodCompliance field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetPodComplianceOk() (*ConvergedinfraPodComplianceInfoRelationship, bool)
GetPodComplianceOk returns a tuple with the PodCompliance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetPodCompliance(v ConvergedinfraPodComplianceInfoRelationship)
SetPodCompliance sets PodCompliance field to given value.
func (o *ConvergedinfraPod) HasPodCompliance() bool
HasPodCompliance returns a boolean if a field has been set.
func (o *ConvergedinfraPod) SetPodComplianceNil(b bool)
SetPodComplianceNil sets the value for PodCompliance to be an explicit nil
func (o *ConvergedinfraPod) UnsetPodCompliance()
UnsetPodCompliance ensures that no value is present for PodCompliance, not even an explicit nil
func (o *ConvergedinfraPod) GetPodResourceGroup() ResourceGroupRelationship
GetPodResourceGroup returns the PodResourceGroup field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetPodResourceGroupOk() (*ResourceGroupRelationship, bool)
GetPodResourceGroupOk returns a tuple with the PodResourceGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetPodResourceGroup(v ResourceGroupRelationship)
SetPodResourceGroup sets PodResourceGroup field to given value.
func (o *ConvergedinfraPod) HasPodResourceGroup() bool
HasPodResourceGroup returns a boolean if a field has been set.
func (o *ConvergedinfraPod) SetPodResourceGroupNil(b bool)
SetPodResourceGroupNil sets the value for PodResourceGroup to be an explicit nil
func (o *ConvergedinfraPod) UnsetPodResourceGroup()
UnsetPodResourceGroup ensures that no value is present for PodResourceGroup, not even an explicit nil
func (o *ConvergedinfraPod) GetServiceItemInstance() WorkflowServiceItemInstanceRelationship
GetServiceItemInstance returns the ServiceItemInstance field if non-nil, zero value otherwise.
func (o *ConvergedinfraPod) GetServiceItemInstanceOk() (*WorkflowServiceItemInstanceRelationship, bool)
GetServiceItemInstanceOk returns a tuple with the ServiceItemInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConvergedinfraPod) SetServiceItemInstance(v WorkflowServiceItemInstanceRelationship)
SetServiceItemInstance sets ServiceItemInstance field to given value.
func (o *ConvergedinfraPod) HasServiceItemInstance() bool
HasServiceItemInstance returns a boolean if a field has been set.
func (o *ConvergedinfraPod) SetServiceItemInstanceNil(b bool)
SetServiceItemInstanceNil sets the value for ServiceItemInstance to be an explicit nil
func (o *ConvergedinfraPod) UnsetServiceItemInstance()
UnsetServiceItemInstance ensures that no value is present for ServiceItemInstance, not even an explicit nil