InstanceShapeVariableDependsOn¶
-
class
oci.fleet_apps_management.models.InstanceShapeVariableDependsOn(**kwargs)¶ Bases:
objectDepends on object.
Methods
__init__(**kwargs)Initializes a new InstanceShapeVariableDependsOn object with values from keyword arguments. Attributes
availability_domainGets the availability_domain of this InstanceShapeVariableDependsOn. compartment_id[Required] Gets the compartment_id of this InstanceShapeVariableDependsOn. image_idGets the image_id of this InstanceShapeVariableDependsOn. -
__init__(**kwargs)¶ Initializes a new InstanceShapeVariableDependsOn 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 InstanceShapeVariableDependsOn.
- compartment_id (str) – The value to assign to the compartment_id property of this InstanceShapeVariableDependsOn.
- availability_domain (str) – The value to assign to the availability_domain property of this InstanceShapeVariableDependsOn.
-
availability_domain¶ Gets the availability_domain of this InstanceShapeVariableDependsOn. Name of the Availability domain.
Returns: The availability_domain of this InstanceShapeVariableDependsOn. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this InstanceShapeVariableDependsOn. OCID of the Compartment.
Returns: The compartment_id of this InstanceShapeVariableDependsOn. Return type: str
-
image_id¶ Gets the image_id of this InstanceShapeVariableDependsOn. OCID of the image to use.
Returns: The image_id of this InstanceShapeVariableDependsOn. Return type: str
-