VmClusterNetworkSummary¶
-
class
oci.datacc.models.VmClusterNetworkSummary(**kwargs)¶ Bases:
objectSummary of the VM cluster network on Database Infrastructure.
Attributes
CONSUMER_TYPE_CLUSTERA constant which can be used with the consumer_type property of a VmClusterNetworkSummary. CONSUMER_TYPE_INSTANCEA constant which can be used with the consumer_type property of a VmClusterNetworkSummary. LIFECYCLE_STATE_ALLOCATEDA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_CREATINGA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_DELETEDA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_DELETINGA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_REQUIRES_VALIDATIONA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_UPDATINGA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_VALIDATEDA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_VALIDATINGA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. LIFECYCLE_STATE_VALIDATION_FAILEDA constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. associated_resource_idGets the associated_resource_id of this VmClusterNetworkSummary. base_vm_cluster_idGets the base_vm_cluster_id of this VmClusterNetworkSummary. compartment_id[Required] Gets the compartment_id of this VmClusterNetworkSummary. consumer_typeGets the consumer_type of this VmClusterNetworkSummary. defined_tagsGets the defined_tags of this VmClusterNetworkSummary. display_name[Required] Gets the display_name of this VmClusterNetworkSummary. dns_serversGets the dns_servers of this VmClusterNetworkSummary. freeform_tagsGets the freeform_tags of this VmClusterNetworkSummary. id[Required] Gets the id of this VmClusterNetworkSummary. infrastructure_id[Required] Gets the infrastructure_id of this VmClusterNetworkSummary. is_scan_enabledGets the is_scan_enabled of this VmClusterNetworkSummary. lifecycle_detailsGets the lifecycle_details of this VmClusterNetworkSummary. lifecycle_stateGets the lifecycle_state of this VmClusterNetworkSummary. listener_portGets the listener_port of this VmClusterNetworkSummary. listener_port_sslGets the listener_port_ssl of this VmClusterNetworkSummary. node_countGets the node_count of this VmClusterNetworkSummary. ntp_serversGets the ntp_servers of this VmClusterNetworkSummary. scans[Required] Gets the scans of this VmClusterNetworkSummary. system_tagsGets the system_tags of this VmClusterNetworkSummary. time_createdGets the time_created of this VmClusterNetworkSummary. time_updatedGets the time_updated of this VmClusterNetworkSummary. vm_networks[Required] Gets the vm_networks of this VmClusterNetworkSummary. Methods
__init__(**kwargs)Initializes a new VmClusterNetworkSummary object with values from keyword arguments. -
CONSUMER_TYPE_CLUSTER= 'CLUSTER'¶ A constant which can be used with the consumer_type property of a VmClusterNetworkSummary. This constant has a value of “CLUSTER”
-
CONSUMER_TYPE_INSTANCE= 'INSTANCE'¶ A constant which can be used with the consumer_type property of a VmClusterNetworkSummary. This constant has a value of “INSTANCE”
-
LIFECYCLE_STATE_ALLOCATED= 'ALLOCATED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “ALLOCATED”
-
LIFECYCLE_STATE_CREATING= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_REQUIRES_VALIDATION= 'REQUIRES_VALIDATION'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “REQUIRES_VALIDATION”
-
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “UPDATING”
-
LIFECYCLE_STATE_VALIDATED= 'VALIDATED'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. This constant has a value of “VALIDATED”
-
LIFECYCLE_STATE_VALIDATING= 'VALIDATING'¶ A constant which can be used with the lifecycle_state property of a VmClusterNetworkSummary. 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 VmClusterNetworkSummary. This constant has a value of “VALIDATION_FAILED”
-
__init__(**kwargs)¶ Initializes a new VmClusterNetworkSummary 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 VmClusterNetworkSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this VmClusterNetworkSummary.
- node_count (int) – The value to assign to the node_count property of this VmClusterNetworkSummary.
- infrastructure_id (str) – The value to assign to the infrastructure_id property of this VmClusterNetworkSummary.
- base_vm_cluster_id (str) – The value to assign to the base_vm_cluster_id property of this VmClusterNetworkSummary.
- display_name (str) – The value to assign to the display_name property of this VmClusterNetworkSummary.
- is_scan_enabled (bool) – The value to assign to the is_scan_enabled property of this VmClusterNetworkSummary.
- scans (list[oci.datacc.models.ScanDetails]) – The value to assign to the scans property of this VmClusterNetworkSummary.
- listener_port (int) – The value to assign to the listener_port property of this VmClusterNetworkSummary.
- listener_port_ssl (int) – The value to assign to the listener_port_ssl property of this VmClusterNetworkSummary.
- dns_servers (list[str]) – The value to assign to the dns_servers property of this VmClusterNetworkSummary.
- ntp_servers (list[str]) – The value to assign to the ntp_servers property of this VmClusterNetworkSummary.
- vm_networks (list[oci.datacc.models.VmNetworkDetails]) – The value to assign to the vm_networks property of this VmClusterNetworkSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this VmClusterNetworkSummary. Allowed values for this property are: “CREATING”, “REQUIRES_VALIDATION”, “VALIDATING”, “VALIDATED”, “VALIDATION_FAILED”, “UPDATING”, “ALLOCATED”, “DELETING”, “DELETED”, ‘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 VmClusterNetworkSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this VmClusterNetworkSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this VmClusterNetworkSummary.
- associated_resource_id (str) – The value to assign to the associated_resource_id property of this VmClusterNetworkSummary.
- consumer_type (str) – The value to assign to the consumer_type property of this VmClusterNetworkSummary. Allowed values for this property are: “INSTANCE”, “CLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VmClusterNetworkSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VmClusterNetworkSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VmClusterNetworkSummary.
-
associated_resource_id¶ Gets the associated_resource_id of this VmClusterNetworkSummary. The OCID of the associated resource.
Returns: The associated_resource_id of this VmClusterNetworkSummary. Return type: str
-
base_vm_cluster_id¶ Gets the base_vm_cluster_id of this VmClusterNetworkSummary. The OCID of the associated VM cluster.
Returns: The base_vm_cluster_id of this VmClusterNetworkSummary. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this VmClusterNetworkSummary. The OCID of the compartment containing the VM cluster network.
Returns: The compartment_id of this VmClusterNetworkSummary. Return type: str
-
consumer_type¶ Gets the consumer_type of this VmClusterNetworkSummary. Consumer type for the VM cluster network.
Allowed values for this property are: “INSTANCE”, “CLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The consumer_type of this VmClusterNetworkSummary. Return type: str
Gets the defined_tags of this VmClusterNetworkSummary. 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 VmClusterNetworkSummary. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this VmClusterNetworkSummary. The user-friendly name for the VM cluster network. The name does not need to be unique.
Returns: The display_name of this VmClusterNetworkSummary. Return type: str
-
dns_servers¶ Gets the dns_servers of this VmClusterNetworkSummary. The list of DNS server IP addresses. Maximum of 3 allowed.
Returns: The dns_servers of this VmClusterNetworkSummary. Return type: list[str]
Gets the freeform_tags of this VmClusterNetworkSummary. 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 VmClusterNetworkSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this VmClusterNetworkSummary. The OCID of the VM cluster network.
Returns: The id of this VmClusterNetworkSummary. Return type: str
-
infrastructure_id¶ [Required] Gets the infrastructure_id of this VmClusterNetworkSummary. The OCID of the Database Infrastructure.
Returns: The infrastructure_id of this VmClusterNetworkSummary. Return type: str
-
is_scan_enabled¶ Gets the is_scan_enabled of this VmClusterNetworkSummary. Indicates whether Single Client Access Name (SCAN) is enabled on the VM cluster.
Returns: The is_scan_enabled of this VmClusterNetworkSummary. Return type: bool
-
lifecycle_details¶ Gets the lifecycle_details of this VmClusterNetworkSummary. Lifecycle state details of the VM cluster network.
Returns: The lifecycle_details of this VmClusterNetworkSummary. Return type: str
-
lifecycle_state¶ Gets the lifecycle_state of this VmClusterNetworkSummary. The current state of the virtual machine cluster network.
Allowed values for this property are: “CREATING”, “REQUIRES_VALIDATION”, “VALIDATING”, “VALIDATED”, “VALIDATION_FAILED”, “UPDATING”, “ALLOCATED”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this VmClusterNetworkSummary. Return type: str
-
listener_port¶ Gets the listener_port of this VmClusterNetworkSummary. The listener TCP/IP port.
Returns: The listener_port of this VmClusterNetworkSummary. Return type: int
-
listener_port_ssl¶ Gets the listener_port_ssl of this VmClusterNetworkSummary. The listener TCP/IP SSL port.
Returns: The listener_port_ssl of this VmClusterNetworkSummary. Return type: int
-
node_count¶ Gets the node_count of this VmClusterNetworkSummary. Count of virtual machines in this VM cluster.
Returns: The node_count of this VmClusterNetworkSummary. Return type: int
-
ntp_servers¶ Gets the ntp_servers of this VmClusterNetworkSummary. The list of NTP server IP addresses. Maximum of 3 allowed.
Returns: The ntp_servers of this VmClusterNetworkSummary. Return type: list[str]
-
scans¶ [Required] Gets the scans of this VmClusterNetworkSummary. The SCAN details.
Returns: The scans of this VmClusterNetworkSummary. Return type: list[oci.datacc.models.ScanDetails]
Gets the system_tags of this VmClusterNetworkSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { “orcl-cloud”: { “free-tier-retained”: “true” } }
Returns: The system_tags of this VmClusterNetworkSummary. Return type: dict(str, dict(str, object))
-
time_created¶ Gets the time_created of this VmClusterNetworkSummary. The time that the VM cluster network was created. An RFC3339 formatted datetime string.
Returns: The time_created of this VmClusterNetworkSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this VmClusterNetworkSummary. The time that the VM cluster network was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this VmClusterNetworkSummary. Return type: datetime
-
vm_networks¶ [Required] Gets the vm_networks of this VmClusterNetworkSummary. Details of the client and backup networks.
Returns: The vm_networks of this VmClusterNetworkSummary. Return type: list[oci.datacc.models.VmNetworkDetails]
-