ResizeVmClusterNetworkDetails

class oci.database.models.ResizeVmClusterNetworkDetails(**kwargs)

Bases: object

Details of Db server network nodes to extend or shrink the VM cluster network. Applies to Exadata Cloud@Customer instances only.

Attributes

ACTION_ADD_DBSERVER_NETWORK A constant which can be used with the action property of a ResizeVmClusterNetworkDetails.
ACTION_REMOVE_DBSERVER_NETWORK A constant which can be used with the action property of a ResizeVmClusterNetworkDetails.
action [Required] Gets the action of this ResizeVmClusterNetworkDetails.
vm_networks [Required] Gets the vm_networks of this ResizeVmClusterNetworkDetails.

Methods

__init__(**kwargs) Initializes a new ResizeVmClusterNetworkDetails object with values from keyword arguments.
ACTION_ADD_DBSERVER_NETWORK = 'ADD_DBSERVER_NETWORK'

A constant which can be used with the action property of a ResizeVmClusterNetworkDetails. This constant has a value of “ADD_DBSERVER_NETWORK”

ACTION_REMOVE_DBSERVER_NETWORK = 'REMOVE_DBSERVER_NETWORK'

A constant which can be used with the action property of a ResizeVmClusterNetworkDetails. This constant has a value of “REMOVE_DBSERVER_NETWORK”

__init__(**kwargs)

Initializes a new ResizeVmClusterNetworkDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • action (str) – The value to assign to the action property of this ResizeVmClusterNetworkDetails. Allowed values for this property are: “ADD_DBSERVER_NETWORK”, “REMOVE_DBSERVER_NETWORK”
  • vm_networks (list[oci.database.models.VmNetworkDetails]) – The value to assign to the vm_networks property of this ResizeVmClusterNetworkDetails.
action

[Required] Gets the action of this ResizeVmClusterNetworkDetails. Actions that can be performed on the VM cluster network. ADD_DBSERVER_NETWORK - Provide Db server network details of network nodes to be added to the VM cluster network. REMOVE_DBSERVER_NETWORK - Provide Db server network details of network nodes to be removed from the VM cluster network.

Allowed values for this property are: “ADD_DBSERVER_NETWORK”, “REMOVE_DBSERVER_NETWORK”

Returns:The action of this ResizeVmClusterNetworkDetails.
Return type:str
vm_networks

[Required] Gets the vm_networks of this ResizeVmClusterNetworkDetails. Details of the client and backup networks.

Returns:The vm_networks of this ResizeVmClusterNetworkDetails.
Return type:list[oci.database.models.VmNetworkDetails]