OlvmPmProxy

class oci.cloud_migrations.models.OlvmPmProxy(**kwargs)

Bases: object

Power management proxy types.

Attributes

TYPE_CLUSTER A constant which can be used with the type property of a OlvmPmProxy.
TYPE_DC A constant which can be used with the type property of a OlvmPmProxy.
TYPE_OTHER_DC A constant which can be used with the type property of a OlvmPmProxy.
type Gets the type of this OlvmPmProxy.

Methods

__init__(**kwargs) Initializes a new OlvmPmProxy object with values from keyword arguments.
TYPE_CLUSTER = 'CLUSTER'

A constant which can be used with the type property of a OlvmPmProxy. This constant has a value of “CLUSTER”

TYPE_DC = 'DC'

A constant which can be used with the type property of a OlvmPmProxy. This constant has a value of “DC”

TYPE_OTHER_DC = 'OTHER_DC'

A constant which can be used with the type property of a OlvmPmProxy. This constant has a value of “OTHER_DC”

__init__(**kwargs)

Initializes a new OlvmPmProxy 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 OlvmPmProxy. Allowed values for this property are: “CLUSTER”, “DC”, “OTHER_DC”
type

Gets the type of this OlvmPmProxy. Pm Proxy Type

Allowed values for this property are: “CLUSTER”, “DC”, “OTHER_DC”

Returns:The type of this OlvmPmProxy.
Return type:str