UpdateVmClusterNetworkDetails

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

Bases: object

Details for an VM cluster network.

Methods

__init__(**kwargs) Initializes a new UpdateVmClusterNetworkDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateVmClusterNetworkDetails.
display_name Gets the display_name of this UpdateVmClusterNetworkDetails.
dns_servers Gets the dns_servers of this UpdateVmClusterNetworkDetails.
freeform_tags Gets the freeform_tags of this UpdateVmClusterNetworkDetails.
listener_port Gets the listener_port of this UpdateVmClusterNetworkDetails.
listener_port_ssl Gets the listener_port_ssl of this UpdateVmClusterNetworkDetails.
ntp_servers Gets the ntp_servers of this UpdateVmClusterNetworkDetails.
scans Gets the scans of this UpdateVmClusterNetworkDetails.
vm_networks Gets the vm_networks of this UpdateVmClusterNetworkDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateVmClusterNetworkDetails.
  • scans (list[oci.datacc.models.ScanDetails]) – The value to assign to the scans property of this UpdateVmClusterNetworkDetails.
  • listener_port (int) – The value to assign to the listener_port property of this UpdateVmClusterNetworkDetails.
  • listener_port_ssl (int) – The value to assign to the listener_port_ssl property of this UpdateVmClusterNetworkDetails.
  • dns_servers (list[str]) – The value to assign to the dns_servers property of this UpdateVmClusterNetworkDetails.
  • ntp_servers (list[str]) – The value to assign to the ntp_servers property of this UpdateVmClusterNetworkDetails.
  • vm_networks (list[oci.datacc.models.VmNetworkDetails]) – The value to assign to the vm_networks property of this UpdateVmClusterNetworkDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateVmClusterNetworkDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateVmClusterNetworkDetails.
defined_tags

Gets the defined_tags of this UpdateVmClusterNetworkDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateVmClusterNetworkDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateVmClusterNetworkDetails. The user-friendly name for the VM cluster network. The name does not need to be unique.

Returns:The display_name of this UpdateVmClusterNetworkDetails.
Return type:str
dns_servers

Gets the dns_servers of this UpdateVmClusterNetworkDetails. The list of DNS server IP addresses. Maximum of 3 allowed.

Returns:The dns_servers of this UpdateVmClusterNetworkDetails.
Return type:list[str]
freeform_tags

Gets the freeform_tags of this UpdateVmClusterNetworkDetails. Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateVmClusterNetworkDetails.
Return type:dict(str, str)
listener_port

Gets the listener_port of this UpdateVmClusterNetworkDetails. The listener TCP/IP port.

Returns:The listener_port of this UpdateVmClusterNetworkDetails.
Return type:int
listener_port_ssl

Gets the listener_port_ssl of this UpdateVmClusterNetworkDetails. The listener TCP/IP SSL port. Default is 2484.

Returns:The listener_port_ssl of this UpdateVmClusterNetworkDetails.
Return type:int
ntp_servers

Gets the ntp_servers of this UpdateVmClusterNetworkDetails. The list of NTP server IP addresses. Maximum of 3 allowed.

Returns:The ntp_servers of this UpdateVmClusterNetworkDetails.
Return type:list[str]
scans

Gets the scans of this UpdateVmClusterNetworkDetails. The SCAN details.

Returns:The scans of this UpdateVmClusterNetworkDetails.
Return type:list[oci.datacc.models.ScanDetails]
vm_networks

Gets the vm_networks of this UpdateVmClusterNetworkDetails. Details of the client and backup networks.

Returns:The vm_networks of this UpdateVmClusterNetworkDetails.
Return type:list[oci.datacc.models.VmNetworkDetails]