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