ManagementApplianceConnection¶
-
class
oci.ocvp.models.ManagementApplianceConnection(**kwargs)¶ Bases:
objectManagement appliance connection.
Attributes
TYPE_ADMIN_VCENTERA constant which can be used with the type property of a ManagementApplianceConnection. TYPE_NSXA constant which can be used with the type property of a ManagementApplianceConnection. TYPE_VCENTERA constant which can be used with the type property of a ManagementApplianceConnection. credentials_secret_id[Required] Gets the credentials_secret_id of this ManagementApplianceConnection. type[Required] Gets the type of this ManagementApplianceConnection. Methods
__init__(**kwargs)Initializes a new ManagementApplianceConnection object with values from keyword arguments. -
TYPE_ADMIN_VCENTER= 'ADMIN_VCENTER'¶ A constant which can be used with the type property of a ManagementApplianceConnection. This constant has a value of “ADMIN_VCENTER”
-
TYPE_NSX= 'NSX'¶ A constant which can be used with the type property of a ManagementApplianceConnection. This constant has a value of “NSX”
-
TYPE_VCENTER= 'VCENTER'¶ A constant which can be used with the type property of a ManagementApplianceConnection. This constant has a value of “VCENTER”
-
__init__(**kwargs)¶ Initializes a new ManagementApplianceConnection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this ManagementApplianceConnection. Allowed values for this property are: “VCENTER”, “ADMIN_VCENTER”, “NSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- credentials_secret_id (str) – The value to assign to the credentials_secret_id property of this ManagementApplianceConnection.
-
credentials_secret_id¶ [Required] Gets the credentials_secret_id of this ManagementApplianceConnection. The OCID of secret in OCI vault, that is used for storage of username and password in JSON format.
Returns: The credentials_secret_id of this ManagementApplianceConnection. Return type: str
-
type¶ [Required] Gets the type of this ManagementApplianceConnection. Type of connection.
Allowed values for this property are: “VCENTER”, “ADMIN_VCENTER”, “NSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ManagementApplianceConnection. Return type: str
-