ImageVariableDependsOn¶
-
class
oci.fleet_apps_management.models.ImageVariableDependsOn(**kwargs)¶ Bases:
objectDepends On object.
Methods
__init__(**kwargs)Initializes a new ImageVariableDependsOn object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this ImageVariableDependsOn. operating_systemGets the operating_system of this ImageVariableDependsOn. operating_system_versionGets the operating_system_version of this ImageVariableDependsOn. shapeGets the shape of this ImageVariableDependsOn. -
__init__(**kwargs)¶ Initializes a new ImageVariableDependsOn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this ImageVariableDependsOn.
- shape (str) – The value to assign to the shape property of this ImageVariableDependsOn.
- operating_system (str) – The value to assign to the operating_system property of this ImageVariableDependsOn.
- operating_system_version (str) – The value to assign to the operating_system_version property of this ImageVariableDependsOn.
-
compartment_id¶ [Required] Gets the compartment_id of this ImageVariableDependsOn. OCID for the compartment.
Returns: The compartment_id of this ImageVariableDependsOn. Return type: str
-
operating_system¶ Gets the operating_system of this ImageVariableDependsOn. Name of the required operating system.
Returns: The operating_system of this ImageVariableDependsOn. Return type: str
-
operating_system_version¶ Gets the operating_system_version of this ImageVariableDependsOn. Required operating system version.
Returns: The operating_system_version of this ImageVariableDependsOn. Return type: str
-
shape¶ Gets the shape of this ImageVariableDependsOn. Compute shape required for the image.
Returns: The shape of this ImageVariableDependsOn. Return type: str
-