public static class VmClusterNetworkSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public VmClusterNetworkSummary.Builder id(String id)
The OCID of the VM cluster network.
id
- the value to setpublic VmClusterNetworkSummary.Builder exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the Exadata infrastructure.
exadataInfrastructureId
- the value to setpublic VmClusterNetworkSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic VmClusterNetworkSummary.Builder vmClusterId(String vmClusterId)
The OCID of the associated VM Cluster.
vmClusterId
- the value to setpublic VmClusterNetworkSummary.Builder displayName(String displayName)
The user-friendly name for the VM cluster network. The name does not need to be unique.
displayName
- the value to setpublic VmClusterNetworkSummary.Builder scans(List<ScanDetails> scans)
The SCAN details.
scans
- the value to setpublic VmClusterNetworkSummary.Builder dns(List<String> dns)
The list of DNS server IP addresses. Maximum of 3 allowed.
dns
- the value to setpublic VmClusterNetworkSummary.Builder ntp(List<String> ntp)
The list of NTP server IP addresses. Maximum of 3 allowed.
ntp
- the value to setpublic VmClusterNetworkSummary.Builder vmNetworks(List<VmNetworkDetails> vmNetworks)
Details of the client and backup networks.
vmNetworks
- the value to setpublic VmClusterNetworkSummary.Builder drScans(List<DrScanDetails> drScans)
The SCAN details for DR network
drScans
- the value to setpublic VmClusterNetworkSummary.Builder lifecycleState(VmClusterNetworkSummary.LifecycleState lifecycleState)
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.
lifecycleState
- the value to setpublic VmClusterNetworkSummary.Builder timeCreated(Date timeCreated)
The date and time when the VM cluster network was created.
timeCreated
- the value to setpublic VmClusterNetworkSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic VmClusterNetworkSummary.Builder freeformTags(Map<String,String> freeformTags)
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"}
freeformTags
- the value to setpublic VmClusterNetworkSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic VmClusterNetworkSummary build()
public VmClusterNetworkSummary.Builder copy(VmClusterNetworkSummary model)
Copyright © 2016–2024. All rights reserved.