InfoVmNetworkDetails

class oci.datacc.models.InfoVmNetworkDetails(**kwargs)

Bases: object

Details of the client or backup networks in an VM cluster.

Attributes

NETWORK_TYPE_BACKUP A constant which can be used with the network_type property of a InfoVmNetworkDetails.
NETWORK_TYPE_CLIENT A constant which can be used with the network_type property of a InfoVmNetworkDetails.
domain_name [Required] Gets the domain_name of this InfoVmNetworkDetails.
gateway [Required] Gets the gateway of this InfoVmNetworkDetails.
netmask [Required] Gets the netmask of this InfoVmNetworkDetails.
network_type [Required] Gets the network_type of this InfoVmNetworkDetails.
prefix Gets the prefix of this InfoVmNetworkDetails.
starting_ip Gets the starting_ip of this InfoVmNetworkDetails.
vlan_id Gets the vlan_id of this InfoVmNetworkDetails.

Methods

__init__(**kwargs) Initializes a new InfoVmNetworkDetails object with values from keyword arguments.
NETWORK_TYPE_BACKUP = 'BACKUP'

A constant which can be used with the network_type property of a InfoVmNetworkDetails. This constant has a value of “BACKUP”

NETWORK_TYPE_CLIENT = 'CLIENT'

A constant which can be used with the network_type property of a InfoVmNetworkDetails. This constant has a value of “CLIENT”

__init__(**kwargs)

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

Parameters:
  • vlan_id (str) – The value to assign to the vlan_id property of this InfoVmNetworkDetails.
  • network_type (str) – The value to assign to the network_type property of this InfoVmNetworkDetails. Allowed values for this property are: “CLIENT”, “BACKUP”
  • netmask (str) – The value to assign to the netmask property of this InfoVmNetworkDetails.
  • gateway (str) – The value to assign to the gateway property of this InfoVmNetworkDetails.
  • domain_name (str) – The value to assign to the domain_name property of this InfoVmNetworkDetails.
  • prefix (str) – The value to assign to the prefix property of this InfoVmNetworkDetails.
  • starting_ip (str) – The value to assign to the starting_ip property of this InfoVmNetworkDetails.
domain_name

[Required] Gets the domain_name of this InfoVmNetworkDetails. The network domain name.

Returns:The domain_name of this InfoVmNetworkDetails.
Return type:str
gateway

[Required] Gets the gateway of this InfoVmNetworkDetails. The network gateway.

Returns:The gateway of this InfoVmNetworkDetails.
Return type:str
netmask

[Required] Gets the netmask of this InfoVmNetworkDetails. The network netmask.

Returns:The netmask of this InfoVmNetworkDetails.
Return type:str
network_type

[Required] Gets the network_type of this InfoVmNetworkDetails. The network type.

Allowed values for this property are: “CLIENT”, “BACKUP”

Returns:The network_type of this InfoVmNetworkDetails.
Return type:str
prefix

Gets the prefix of this InfoVmNetworkDetails. The network domain name prefix.

Returns:The prefix of this InfoVmNetworkDetails.
Return type:str
starting_ip

Gets the starting_ip of this InfoVmNetworkDetails. Starting ip address of the virtual machines.

Returns:The starting_ip of this InfoVmNetworkDetails.
Return type:str
vlan_id

Gets the vlan_id of this InfoVmNetworkDetails. The network VLAN ID.

Returns:The vlan_id of this InfoVmNetworkDetails.
Return type:str