ManagementApplianceConnectionStatus¶
-
class
oci.ocvp.models.ManagementApplianceConnectionStatus(**kwargs)¶ Bases:
objectCurrent state of management appliance connection.
Attributes
STATE_HEALTHYA constant which can be used with the state property of a ManagementApplianceConnectionStatus. STATE_INACTIVEA constant which can be used with the state property of a ManagementApplianceConnectionStatus. STATE_UNHEALTHYA constant which can be used with the state property of a ManagementApplianceConnectionStatus. TYPE_ADMIN_VCENTERA constant which can be used with the type property of a ManagementApplianceConnectionStatus. TYPE_NSXA constant which can be used with the type property of a ManagementApplianceConnectionStatus. TYPE_UI_PLUGIN_REGISTRATIONA constant which can be used with the type property of a ManagementApplianceConnectionStatus. TYPE_VCENTERA constant which can be used with the type property of a ManagementApplianceConnectionStatus. detailsGets the details of this ManagementApplianceConnectionStatus. state[Required] Gets the state of this ManagementApplianceConnectionStatus. type[Required] Gets the type of this ManagementApplianceConnectionStatus. Methods
__init__(**kwargs)Initializes a new ManagementApplianceConnectionStatus object with values from keyword arguments. -
STATE_HEALTHY= 'HEALTHY'¶ A constant which can be used with the state property of a ManagementApplianceConnectionStatus. This constant has a value of “HEALTHY”
-
STATE_INACTIVE= 'INACTIVE'¶ A constant which can be used with the state property of a ManagementApplianceConnectionStatus. This constant has a value of “INACTIVE”
-
STATE_UNHEALTHY= 'UNHEALTHY'¶ A constant which can be used with the state property of a ManagementApplianceConnectionStatus. This constant has a value of “UNHEALTHY”
-
TYPE_ADMIN_VCENTER= 'ADMIN_VCENTER'¶ A constant which can be used with the type property of a ManagementApplianceConnectionStatus. This constant has a value of “ADMIN_VCENTER”
-
TYPE_NSX= 'NSX'¶ A constant which can be used with the type property of a ManagementApplianceConnectionStatus. This constant has a value of “NSX”
-
TYPE_UI_PLUGIN_REGISTRATION= 'UI_PLUGIN_REGISTRATION'¶ A constant which can be used with the type property of a ManagementApplianceConnectionStatus. This constant has a value of “UI_PLUGIN_REGISTRATION”
-
TYPE_VCENTER= 'VCENTER'¶ A constant which can be used with the type property of a ManagementApplianceConnectionStatus. This constant has a value of “VCENTER”
-
__init__(**kwargs)¶ Initializes a new ManagementApplianceConnectionStatus 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 ManagementApplianceConnectionStatus. Allowed values for this property are: “VCENTER”, “ADMIN_VCENTER”, “UI_PLUGIN_REGISTRATION”, “NSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- state (str) – The value to assign to the state property of this ManagementApplianceConnectionStatus. Allowed values for this property are: “INACTIVE”, “HEALTHY”, “UNHEALTHY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- details (str) – The value to assign to the details property of this ManagementApplianceConnectionStatus.
-
details¶ Gets the details of this ManagementApplianceConnectionStatus. Information about current connection status.
Returns: The details of this ManagementApplianceConnectionStatus. Return type: str
-
state¶ [Required] Gets the state of this ManagementApplianceConnectionStatus. Current connection status.
Allowed values for this property are: “INACTIVE”, “HEALTHY”, “UNHEALTHY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The state of this ManagementApplianceConnectionStatus. Return type: str
-
type¶ [Required] Gets the type of this ManagementApplianceConnectionStatus. Type of connection.
Allowed values for this property are: “VCENTER”, “ADMIN_VCENTER”, “UI_PLUGIN_REGISTRATION”, “NSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ManagementApplianceConnectionStatus. Return type: str
-