CreateManagementApplianceDetails¶
-
class
oci.ocvp.models.CreateManagementApplianceDetails(**kwargs)¶ Bases:
objectInformation about management appliance to be created.
Methods
__init__(**kwargs)Initializes a new CreateManagementApplianceDetails object with values from keyword arguments. Attributes
configuration[Required] Gets the configuration of this CreateManagementApplianceDetails. connections[Required] Gets the connections of this CreateManagementApplianceDetails. defined_tagsGets the defined_tags of this CreateManagementApplianceDetails. display_name[Required] Gets the display_name of this CreateManagementApplianceDetails. freeform_tagsGets the freeform_tags of this CreateManagementApplianceDetails. public_ssh_keysGets the public_ssh_keys of this CreateManagementApplianceDetails. sddc_id[Required] Gets the sddc_id of this CreateManagementApplianceDetails. -
__init__(**kwargs)¶ Initializes a new CreateManagementApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - sddc_id (str) – The value to assign to the sddc_id property of this CreateManagementApplianceDetails.
- display_name (str) – The value to assign to the display_name property of this CreateManagementApplianceDetails.
- configuration (oci.ocvp.models.ManagementApplianceConfiguration) – The value to assign to the configuration property of this CreateManagementApplianceDetails.
- connections (list[oci.ocvp.models.ManagementApplianceConnection]) – The value to assign to the connections property of this CreateManagementApplianceDetails.
- public_ssh_keys (str) – The value to assign to the public_ssh_keys property of this CreateManagementApplianceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateManagementApplianceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateManagementApplianceDetails.
-
configuration¶ [Required] Gets the configuration of this CreateManagementApplianceDetails.
Returns: The configuration of this CreateManagementApplianceDetails. Return type: oci.ocvp.models.ManagementApplianceConfiguration
-
connections¶ [Required] Gets the connections of this CreateManagementApplianceDetails. Array of connections for management appliance.
Returns: The connections of this CreateManagementApplianceDetails. Return type: list[oci.ocvp.models.ManagementApplianceConnection]
Gets the defined_tags of this CreateManagementApplianceDetails. 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 CreateManagementApplianceDetails. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this CreateManagementApplianceDetails. 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 CreateManagementApplianceDetails. Return type: str
Gets the freeform_tags of this CreateManagementApplianceDetails. 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 CreateManagementApplianceDetails. Return type: dict(str, str)
-
public_ssh_keys¶ Gets the public_ssh_keys of this CreateManagementApplianceDetails. One or more public SSH keys to be included in ~/.ssh/authorized_keys file for Management Appliance compute instance. Several public SSH keys must be separate by newline character.
Returns: The public_ssh_keys of this CreateManagementApplianceDetails. Return type: str
-