UpdateManagementApplianceDetails¶
-
class
oci.ocvp.models.UpdateManagementApplianceDetails(**kwargs)¶ Bases:
objectInformation about management appliance to be updated.
Methods
__init__(**kwargs)Initializes a new UpdateManagementApplianceDetails object with values from keyword arguments. Attributes
configurationGets the configuration of this UpdateManagementApplianceDetails. connectionsGets the connections of this UpdateManagementApplianceDetails. defined_tagsGets the defined_tags of this UpdateManagementApplianceDetails. display_nameGets the display_name of this UpdateManagementApplianceDetails. freeform_tagsGets the freeform_tags of this UpdateManagementApplianceDetails. -
__init__(**kwargs)¶ Initializes a new UpdateManagementApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateManagementApplianceDetails.
- configuration (oci.ocvp.models.ManagementApplianceConfiguration) – The value to assign to the configuration property of this UpdateManagementApplianceDetails.
- connections (list[oci.ocvp.models.ManagementApplianceConnection]) – The value to assign to the connections property of this UpdateManagementApplianceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateManagementApplianceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateManagementApplianceDetails.
-
configuration¶ Gets the configuration of this UpdateManagementApplianceDetails.
Returns: The configuration of this UpdateManagementApplianceDetails. Return type: oci.ocvp.models.ManagementApplianceConfiguration
-
connections¶ Gets the connections of this UpdateManagementApplianceDetails. Array of connections for management appliance.
Returns: The connections of this UpdateManagementApplianceDetails. Return type: list[oci.ocvp.models.ManagementApplianceConnection]
Gets the defined_tags of this UpdateManagementApplianceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateManagementApplianceDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this UpdateManagementApplianceDetails. A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
Returns: The display_name of this UpdateManagementApplianceDetails. Return type: str
Gets the freeform_tags of this UpdateManagementApplianceDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateManagementApplianceDetails. Return type: dict(str, str)
-