GenerateRecommendedNetworkDetails

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

Bases: object

Generates a recommended VM cluster network configuration for an Exadata Cloud@Customer system. Applies to Exadata Cloud@Customer instances only.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this GenerateRecommendedNetworkDetails.
db_servers Gets the db_servers of this GenerateRecommendedNetworkDetails.
defined_tags Gets the defined_tags of this GenerateRecommendedNetworkDetails.
display_name [Required] Gets the display_name of this GenerateRecommendedNetworkDetails.
dns Gets the dns of this GenerateRecommendedNetworkDetails.
dr_scan_listener_port_tcp Gets the dr_scan_listener_port_tcp of this GenerateRecommendedNetworkDetails.
freeform_tags Gets the freeform_tags of this GenerateRecommendedNetworkDetails.
networks [Required] Gets the networks of this GenerateRecommendedNetworkDetails.
ntp Gets the ntp of this GenerateRecommendedNetworkDetails.
scan_listener_port_tcp Gets the scan_listener_port_tcp of this GenerateRecommendedNetworkDetails.
scan_listener_port_tcp_ssl Gets the scan_listener_port_tcp_ssl of this GenerateRecommendedNetworkDetails.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this GenerateRecommendedNetworkDetails.
  • display_name (str) – The value to assign to the display_name property of this GenerateRecommendedNetworkDetails.
  • db_servers (list[str]) – The value to assign to the db_servers property of this GenerateRecommendedNetworkDetails.
  • scan_listener_port_tcp (int) – The value to assign to the scan_listener_port_tcp property of this GenerateRecommendedNetworkDetails.
  • scan_listener_port_tcp_ssl (int) – The value to assign to the scan_listener_port_tcp_ssl property of this GenerateRecommendedNetworkDetails.
  • dr_scan_listener_port_tcp (int) – The value to assign to the dr_scan_listener_port_tcp property of this GenerateRecommendedNetworkDetails.
  • networks (list[oci.database.models.InfoForNetworkGenDetails]) – The value to assign to the networks property of this GenerateRecommendedNetworkDetails.
  • dns (list[str]) – The value to assign to the dns property of this GenerateRecommendedNetworkDetails.
  • ntp (list[str]) – The value to assign to the ntp property of this GenerateRecommendedNetworkDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this GenerateRecommendedNetworkDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this GenerateRecommendedNetworkDetails.
compartment_id

[Required] Gets the compartment_id of this GenerateRecommendedNetworkDetails. The OCID of the compartment.

Returns:The compartment_id of this GenerateRecommendedNetworkDetails.
Return type:str
db_servers

Gets the db_servers of this GenerateRecommendedNetworkDetails. The list of Db server Ids to configure network.

Returns:The db_servers of this GenerateRecommendedNetworkDetails.
Return type:list[str]
defined_tags

Gets the defined_tags of this GenerateRecommendedNetworkDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

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

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

Returns:The display_name of this GenerateRecommendedNetworkDetails.
Return type:str
dns

Gets the dns of this GenerateRecommendedNetworkDetails. The list of DNS server IP addresses. Maximum of 3 allowed.

Returns:The dns of this GenerateRecommendedNetworkDetails.
Return type:list[str]
dr_scan_listener_port_tcp

Gets the dr_scan_listener_port_tcp of this GenerateRecommendedNetworkDetails. The DR SCAN TCPIP port. Default is 1521.

Returns:The dr_scan_listener_port_tcp of this GenerateRecommendedNetworkDetails.
Return type:int
freeform_tags

Gets the freeform_tags of this GenerateRecommendedNetworkDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this GenerateRecommendedNetworkDetails.
Return type:dict(str, str)
networks

[Required] Gets the networks of this GenerateRecommendedNetworkDetails. List of parameters for generation of the client and backup networks.

Returns:The networks of this GenerateRecommendedNetworkDetails.
Return type:list[oci.database.models.InfoForNetworkGenDetails]
ntp

Gets the ntp of this GenerateRecommendedNetworkDetails. The list of NTP server IP addresses. Maximum of 3 allowed.

Returns:The ntp of this GenerateRecommendedNetworkDetails.
Return type:list[str]
scan_listener_port_tcp

Gets the scan_listener_port_tcp of this GenerateRecommendedNetworkDetails. The SCAN TCPIP port. Default is 1521.

Returns:The scan_listener_port_tcp of this GenerateRecommendedNetworkDetails.
Return type:int
scan_listener_port_tcp_ssl

Gets the scan_listener_port_tcp_ssl of this GenerateRecommendedNetworkDetails. The SCAN TCPIP SSL port. Default is 2484.

Returns:The scan_listener_port_tcp_ssl of this GenerateRecommendedNetworkDetails.
Return type:int