GenerateRecommendedVmClusterNetworkDetails

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

Bases: object

Generates a recommended VM cluster network configuration for VM cluster.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this GenerateRecommendedVmClusterNetworkDetails.
defined_tags Gets the defined_tags of this GenerateRecommendedVmClusterNetworkDetails.
display_name [Required] Gets the display_name of this GenerateRecommendedVmClusterNetworkDetails.
dns_servers Gets the dns_servers of this GenerateRecommendedVmClusterNetworkDetails.
freeform_tags Gets the freeform_tags of this GenerateRecommendedVmClusterNetworkDetails.
infrastructure_id [Required] Gets the infrastructure_id of this GenerateRecommendedVmClusterNetworkDetails.
listener_port Gets the listener_port of this GenerateRecommendedVmClusterNetworkDetails.
listener_port_ssl Gets the listener_port_ssl of this GenerateRecommendedVmClusterNetworkDetails.
node_count Gets the node_count of this GenerateRecommendedVmClusterNetworkDetails.
ntp_servers Gets the ntp_servers of this GenerateRecommendedVmClusterNetworkDetails.
vm_networks [Required] Gets the vm_networks of this GenerateRecommendedVmClusterNetworkDetails.
__init__(**kwargs)

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

Parameters:
  • infrastructure_id (str) – The value to assign to the infrastructure_id property of this GenerateRecommendedVmClusterNetworkDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this GenerateRecommendedVmClusterNetworkDetails.
  • display_name (str) – The value to assign to the display_name property of this GenerateRecommendedVmClusterNetworkDetails.
  • node_count (int) – The value to assign to the node_count property of this GenerateRecommendedVmClusterNetworkDetails.
  • listener_port (int) – The value to assign to the listener_port property of this GenerateRecommendedVmClusterNetworkDetails.
  • listener_port_ssl (int) – The value to assign to the listener_port_ssl property of this GenerateRecommendedVmClusterNetworkDetails.
  • vm_networks (list[oci.datacc.models.InfoVmNetworkDetails]) – The value to assign to the vm_networks property of this GenerateRecommendedVmClusterNetworkDetails.
  • dns_servers (list[str]) – The value to assign to the dns_servers property of this GenerateRecommendedVmClusterNetworkDetails.
  • ntp_servers (list[str]) – The value to assign to the ntp_servers property of this GenerateRecommendedVmClusterNetworkDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this GenerateRecommendedVmClusterNetworkDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this GenerateRecommendedVmClusterNetworkDetails.
compartment_id

[Required] Gets the compartment_id of this GenerateRecommendedVmClusterNetworkDetails. The OCID of the compartment containing the VM cluster network.

Returns:The compartment_id of this GenerateRecommendedVmClusterNetworkDetails.
Return type:str
defined_tags

Gets the defined_tags of this GenerateRecommendedVmClusterNetworkDetails. 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 GenerateRecommendedVmClusterNetworkDetails.
Return type:dict(str, dict(str, object))
display_name

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

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

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

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

Gets the freeform_tags of this GenerateRecommendedVmClusterNetworkDetails. 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 GenerateRecommendedVmClusterNetworkDetails.
Return type:dict(str, str)
infrastructure_id

[Required] Gets the infrastructure_id of this GenerateRecommendedVmClusterNetworkDetails. The OCID of the Database Infrastructure.

Returns:The infrastructure_id of this GenerateRecommendedVmClusterNetworkDetails.
Return type:str
listener_port

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

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

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

Returns:The listener_port_ssl of this GenerateRecommendedVmClusterNetworkDetails.
Return type:int
node_count

Gets the node_count of this GenerateRecommendedVmClusterNetworkDetails. Count of virtual machines in this VM cluster.

Returns:The node_count of this GenerateRecommendedVmClusterNetworkDetails.
Return type:int
ntp_servers

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

Returns:The ntp_servers of this GenerateRecommendedVmClusterNetworkDetails.
Return type:list[str]
vm_networks

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

Returns:The vm_networks of this GenerateRecommendedVmClusterNetworkDetails.
Return type:list[oci.datacc.models.InfoVmNetworkDetails]