VmClusterNetworkDetails¶
-
class
oci.database.models.
VmClusterNetworkDetails
(**kwargs)¶ Bases:
object
Details for an Exadata VM cluster network. Applies to Exadata Cloud@Customer instances only.
Methods
__init__
(**kwargs)Initializes a new VmClusterNetworkDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this VmClusterNetworkDetails. defined_tags
Gets the defined_tags of this VmClusterNetworkDetails. display_name
[Required] Gets the display_name of this VmClusterNetworkDetails. dns
Gets the dns of this VmClusterNetworkDetails. dr_scans
Gets the dr_scans of this VmClusterNetworkDetails. freeform_tags
Gets the freeform_tags of this VmClusterNetworkDetails. ntp
Gets the ntp of this VmClusterNetworkDetails. scans
[Required] Gets the scans of this VmClusterNetworkDetails. vm_networks
[Required] Gets the vm_networks of this VmClusterNetworkDetails. -
__init__
(**kwargs)¶ Initializes a new VmClusterNetworkDetails 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 VmClusterNetworkDetails.
- display_name (str) – The value to assign to the display_name property of this VmClusterNetworkDetails.
- scans (list[oci.database.models.ScanDetails]) – The value to assign to the scans property of this VmClusterNetworkDetails.
- dns (list[str]) – The value to assign to the dns property of this VmClusterNetworkDetails.
- ntp (list[str]) – The value to assign to the ntp property of this VmClusterNetworkDetails.
- vm_networks (list[oci.database.models.VmNetworkDetails]) – The value to assign to the vm_networks property of this VmClusterNetworkDetails.
- dr_scans (list[oci.database.models.DrScanDetails]) – The value to assign to the dr_scans property of this VmClusterNetworkDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VmClusterNetworkDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VmClusterNetworkDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this VmClusterNetworkDetails. The OCID of the compartment.
Returns: The compartment_id of this VmClusterNetworkDetails. Return type: str
Gets the defined_tags of this VmClusterNetworkDetails. 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 VmClusterNetworkDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this VmClusterNetworkDetails. The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique.
Returns: The display_name of this VmClusterNetworkDetails. Return type: str
-
dns
¶ Gets the dns of this VmClusterNetworkDetails. The list of DNS server IP addresses. Maximum of 3 allowed.
Returns: The dns of this VmClusterNetworkDetails. Return type: list[str]
-
dr_scans
¶ Gets the dr_scans of this VmClusterNetworkDetails. The SCAN details for DR network
Returns: The dr_scans of this VmClusterNetworkDetails. Return type: list[oci.database.models.DrScanDetails]
Gets the freeform_tags of this VmClusterNetworkDetails. 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 VmClusterNetworkDetails. Return type: dict(str, str)
-
ntp
¶ Gets the ntp of this VmClusterNetworkDetails. The list of NTP server IP addresses. Maximum of 3 allowed.
Returns: The ntp of this VmClusterNetworkDetails. Return type: list[str]
-
scans
¶ [Required] Gets the scans of this VmClusterNetworkDetails. The SCAN details.
Returns: The scans of this VmClusterNetworkDetails. Return type: list[oci.database.models.ScanDetails]
-
vm_networks
¶ [Required] Gets the vm_networks of this VmClusterNetworkDetails. Details of the client and backup networks.
Returns: The vm_networks of this VmClusterNetworkDetails. Return type: list[oci.database.models.VmNetworkDetails]
-