VmClusterNetwork¶
-
class
oci.database.models.
VmClusterNetwork
(**kwargs)¶ Bases:
object
The VM cluster network.
Attributes
LIFECYCLE_STATE_ALLOCATED
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_NEEDS_ATTENTION
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_REQUIRES_VALIDATION
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_TERMINATING
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_VALIDATED
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_VALIDATING
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. LIFECYCLE_STATE_VALIDATION_FAILED
A constant which can be used with the lifecycle_state property of a VmClusterNetwork. compartment_id
Gets the compartment_id of this VmClusterNetwork. defined_tags
Gets the defined_tags of this VmClusterNetwork. display_name
Gets the display_name of this VmClusterNetwork. dns
Gets the dns of this VmClusterNetwork. dr_scans
Gets the dr_scans of this VmClusterNetwork. exadata_infrastructure_id
Gets the exadata_infrastructure_id of this VmClusterNetwork. freeform_tags
Gets the freeform_tags of this VmClusterNetwork. id
Gets the id of this VmClusterNetwork. lifecycle_details
Gets the lifecycle_details of this VmClusterNetwork. lifecycle_state
Gets the lifecycle_state of this VmClusterNetwork. ntp
Gets the ntp of this VmClusterNetwork. scans
Gets the scans of this VmClusterNetwork. time_created
Gets the time_created of this VmClusterNetwork. vm_cluster_id
Gets the vm_cluster_id of this VmClusterNetwork. vm_networks
Gets the vm_networks of this VmClusterNetwork. Methods
__init__
(**kwargs)Initializes a new VmClusterNetwork object with values from keyword arguments. -
LIFECYCLE_STATE_ALLOCATED
= 'ALLOCATED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “ALLOCATED”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_NEEDS_ATTENTION
= 'NEEDS_ATTENTION'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “NEEDS_ATTENTION”
-
LIFECYCLE_STATE_REQUIRES_VALIDATION
= 'REQUIRES_VALIDATION'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “REQUIRES_VALIDATION”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “TERMINATING”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “UPDATING”
-
LIFECYCLE_STATE_VALIDATED
= 'VALIDATED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “VALIDATED”
-
LIFECYCLE_STATE_VALIDATING
= 'VALIDATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “VALIDATING”
-
LIFECYCLE_STATE_VALIDATION_FAILED
= 'VALIDATION_FAILED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetwork. This constant has a value of “VALIDATION_FAILED”
-
__init__
(**kwargs)¶ Initializes a new VmClusterNetwork object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this VmClusterNetwork.
- exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this VmClusterNetwork.
- compartment_id (str) – The value to assign to the compartment_id property of this VmClusterNetwork.
- vm_cluster_id (str) – The value to assign to the vm_cluster_id property of this VmClusterNetwork.
- display_name (str) – The value to assign to the display_name property of this VmClusterNetwork.
- scans (list[oci.database.models.ScanDetails]) – The value to assign to the scans property of this VmClusterNetwork.
- dns (list[str]) – The value to assign to the dns property of this VmClusterNetwork.
- ntp (list[str]) – The value to assign to the ntp property of this VmClusterNetwork.
- vm_networks (list[oci.database.models.VmNetworkDetails]) – The value to assign to the vm_networks property of this VmClusterNetwork.
- dr_scans (list[oci.database.models.DrScanDetails]) – The value to assign to the dr_scans property of this VmClusterNetwork.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this VmClusterNetwork. Allowed values for this property are: “CREATING”, “REQUIRES_VALIDATION”, “VALIDATING”, “VALIDATED”, “VALIDATION_FAILED”, “UPDATING”, “ALLOCATED”, “TERMINATING”, “TERMINATED”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this VmClusterNetwork.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this VmClusterNetwork.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VmClusterNetwork.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VmClusterNetwork.
-
compartment_id
¶ Gets the compartment_id of this VmClusterNetwork. The OCID of the compartment.
Returns: The compartment_id of this VmClusterNetwork. Return type: str
Gets the defined_tags of this VmClusterNetwork. 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 VmClusterNetwork. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this VmClusterNetwork. The user-friendly name for the VM cluster network. The name does not need to be unique.
Returns: The display_name of this VmClusterNetwork. Return type: str
-
dns
¶ Gets the dns of this VmClusterNetwork. The list of DNS server IP addresses. Maximum of 3 allowed.
Returns: The dns of this VmClusterNetwork. Return type: list[str]
-
dr_scans
¶ Gets the dr_scans of this VmClusterNetwork. The SCAN details for DR network
Returns: The dr_scans of this VmClusterNetwork. Return type: list[oci.database.models.DrScanDetails]
-
exadata_infrastructure_id
¶ Gets the exadata_infrastructure_id of this VmClusterNetwork. The OCID of the Exadata infrastructure.
Returns: The exadata_infrastructure_id of this VmClusterNetwork. Return type: str
Gets the freeform_tags of this VmClusterNetwork. 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 VmClusterNetwork. Return type: dict(str, str)
-
id
¶ Gets the id of this VmClusterNetwork. The OCID of the VM cluster network.
Returns: The id of this VmClusterNetwork. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this VmClusterNetwork. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this VmClusterNetwork. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this VmClusterNetwork. The current state of the VM cluster network. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors. NEEDS_ATTENTION - The resource is in needs attention state as some of it’s child nodes are not validated
and unusable by VM cluster.Allowed values for this property are: “CREATING”, “REQUIRES_VALIDATION”, “VALIDATING”, “VALIDATED”, “VALIDATION_FAILED”, “UPDATING”, “ALLOCATED”, “TERMINATING”, “TERMINATED”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this VmClusterNetwork. Return type: str
-
ntp
¶ Gets the ntp of this VmClusterNetwork. The list of NTP server IP addresses. Maximum of 3 allowed.
Returns: The ntp of this VmClusterNetwork. Return type: list[str]
-
scans
¶ Gets the scans of this VmClusterNetwork. The SCAN details.
Returns: The scans of this VmClusterNetwork. Return type: list[oci.database.models.ScanDetails]
-
time_created
¶ Gets the time_created of this VmClusterNetwork. The date and time when the VM cluster network was created.
Returns: The time_created of this VmClusterNetwork. Return type: datetime
-
vm_cluster_id
¶ Gets the vm_cluster_id of this VmClusterNetwork. The OCID of the associated VM Cluster.
Returns: The vm_cluster_id of this VmClusterNetwork. Return type: str
-
vm_networks
¶ Gets the vm_networks of this VmClusterNetwork. Details of the client and backup networks.
Returns: The vm_networks of this VmClusterNetwork. Return type: list[oci.database.models.VmNetworkDetails]
-