InstanceShapeVariableWithFlexDependsOn¶
-
class
oci.fleet_apps_management.models.InstanceShapeVariableWithFlexDependsOn(**kwargs)¶ Bases:
objectDepends on object.
Methods
__init__(**kwargs)Initializes a new InstanceShapeVariableWithFlexDependsOn object with values from keyword arguments. Attributes
availability_domainGets the availability_domain of this InstanceShapeVariableWithFlexDependsOn. compartment_id[Required] Gets the compartment_id of this InstanceShapeVariableWithFlexDependsOn. image_idGets the image_id of this InstanceShapeVariableWithFlexDependsOn. -
__init__(**kwargs)¶ Initializes a new InstanceShapeVariableWithFlexDependsOn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - image_id (str) – The value to assign to the image_id property of this InstanceShapeVariableWithFlexDependsOn.
- compartment_id (str) – The value to assign to the compartment_id property of this InstanceShapeVariableWithFlexDependsOn.
- availability_domain (str) – The value to assign to the availability_domain property of this InstanceShapeVariableWithFlexDependsOn.
-
availability_domain¶ Gets the availability_domain of this InstanceShapeVariableWithFlexDependsOn. Name of the Availability domain.
Returns: The availability_domain of this InstanceShapeVariableWithFlexDependsOn. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this InstanceShapeVariableWithFlexDependsOn. OCID of the compartment.
Returns: The compartment_id of this InstanceShapeVariableWithFlexDependsOn. Return type: str
-
image_id¶ Gets the image_id of this InstanceShapeVariableWithFlexDependsOn. OCID of the image to use.
Returns: The image_id of this InstanceShapeVariableWithFlexDependsOn. Return type: str
-