public static class CreateExadbVmClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateExadbVmClusterDetails.Builder |
availabilityDomain(String availabilityDomain)
The name of the availability domain in which the Exadata VM cluster on Exascale
Infrastructure is located.
|
CreateExadbVmClusterDetails.Builder |
backupNetworkNsgIds(List<String> backupNetworkNsgIds)
A list of the
OCIDs of the
network security groups (NSGs) that the backup network of this DB system belongs to.
|
CreateExadbVmClusterDetails.Builder |
backupSubnetId(String backupSubnetId)
The OCID of the
backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails |
build() |
CreateExadbVmClusterDetails.Builder |
clusterName(String clusterName)
The cluster name for Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
CreateExadbVmClusterDetails.Builder |
copy(CreateExadbVmClusterDetails model) |
CreateExadbVmClusterDetails.Builder |
dataCollectionOptions(DataCollectionOptions dataCollectionOptions) |
CreateExadbVmClusterDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateExadbVmClusterDetails.Builder |
displayName(String displayName)
The user-friendly name for the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
domain(String domain)
A domain name used for the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
enabledECpuCount(Integer enabledECpuCount)
The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
exascaleDbStorageVaultId(String exascaleDbStorageVaultId)
The OCID of the
Exadata Database Storage Vault.
|
CreateExadbVmClusterDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateExadbVmClusterDetails.Builder |
gridImageId(String gridImageId)
Grid Setup will be done using this grid image id.
|
CreateExadbVmClusterDetails.Builder |
hostname(String hostname)
The hostname for the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
licenseModel(CreateExadbVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Exadata VM cluster on Exascale
Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
nodeCount(Integer nodeCount)
The number of nodes in the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
nsgIds(List<String> nsgIds)
The list of
OCIDs for the
network security groups (NSGs) to which this resource belongs.
|
CreateExadbVmClusterDetails.Builder |
privateZoneId(String privateZoneId)
The private zone ID in which you want DNS records to be created.
|
CreateExadbVmClusterDetails.Builder |
scanListenerPortTcp(Integer scanListenerPortTcp)
The TCP Single Client Access Name (SCAN) port.
|
CreateExadbVmClusterDetails.Builder |
scanListenerPortTcpSsl(Integer scanListenerPortTcpSsl)
The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port.
|
CreateExadbVmClusterDetails.Builder |
securityAttributes(Map<String,Map<String,Object>> securityAttributes)
Security Attributes for this resource.
|
CreateExadbVmClusterDetails.Builder |
shape(String shape)
The shape of the Exadata VM cluster on Exascale Infrastructure resource
|
CreateExadbVmClusterDetails.Builder |
sshPublicKeys(List<String> sshPublicKeys)
The public key portion of one or more key pairs used for SSH access to the Exadata VM
cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
subnetId(String subnetId)
The OCID of the
subnet associated with the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
systemVersion(String systemVersion)
Operating system version of the image.
|
CreateExadbVmClusterDetails.Builder |
timeZone(String timeZone)
The time zone to use for the Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
totalECpuCount(Integer totalECpuCount)
The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure.
|
CreateExadbVmClusterDetails.Builder |
vmFileSystemStorage(ExadbVmClusterStorageDetails vmFileSystemStorage) |
public CreateExadbVmClusterDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateExadbVmClusterDetails.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
availabilityDomain
- the value to setpublic CreateExadbVmClusterDetails.Builder subnetId(String subnetId)
The OCID of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
subnetId
- the value to setpublic CreateExadbVmClusterDetails.Builder backupSubnetId(String backupSubnetId)
The OCID of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
backupSubnetId
- the value to setpublic CreateExadbVmClusterDetails.Builder clusterName(String clusterName)
The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
clusterName
- the value to setpublic CreateExadbVmClusterDetails.Builder displayName(String displayName)
The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
displayName
- the value to setpublic CreateExadbVmClusterDetails.Builder hostname(String hostname)
The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
The maximum length of the combined hostname and domain is 63 characters.
*Note:** The hostname must be unique within the subnet. If it is not unique, then the Exadata VM cluster on Exascale Infrastructure will fail to provision.
hostname
- the value to setpublic CreateExadbVmClusterDetails.Builder domain(String domain)
A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, then the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Database Service on Exascale Infrastructure only.
domain
- the value to setpublic CreateExadbVmClusterDetails.Builder sshPublicKeys(List<String> sshPublicKeys)
The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
sshPublicKeys
- the value to setpublic CreateExadbVmClusterDetails.Builder licenseModel(CreateExadbVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
licenseModel
- the value to setpublic CreateExadbVmClusterDetails.Builder timeZone(String timeZone)
The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see Time Zones.
timeZone
- the value to setpublic CreateExadbVmClusterDetails.Builder scanListenerPortTcp(Integer scanListenerPortTcp)
The TCP Single Client Access Name (SCAN) port. The default port is 1521.
scanListenerPortTcp
- the value to setpublic CreateExadbVmClusterDetails.Builder scanListenerPortTcpSsl(Integer scanListenerPortTcpSsl)
The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
scanListenerPortTcpSsl
- the value to setpublic CreateExadbVmClusterDetails.Builder privateZoneId(String privateZoneId)
The private zone ID in which you want DNS records to be created.
privateZoneId
- the value to setpublic CreateExadbVmClusterDetails.Builder shape(String shape)
The shape of the Exadata VM cluster on Exascale Infrastructure resource
shape
- the value to setpublic CreateExadbVmClusterDetails.Builder nodeCount(Integer nodeCount)
The number of nodes in the Exadata VM cluster on Exascale Infrastructure.
nodeCount
- the value to setpublic CreateExadbVmClusterDetails.Builder totalECpuCount(Integer totalECpuCount)
The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure.
totalECpuCount
- the value to setpublic CreateExadbVmClusterDetails.Builder enabledECpuCount(Integer enabledECpuCount)
The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure.
enabledECpuCount
- the value to setpublic CreateExadbVmClusterDetails.Builder vmFileSystemStorage(ExadbVmClusterStorageDetails vmFileSystemStorage)
public CreateExadbVmClusterDetails.Builder exascaleDbStorageVaultId(String exascaleDbStorageVaultId)
The OCID of the Exadata Database Storage Vault.
exascaleDbStorageVaultId
- the value to setpublic CreateExadbVmClusterDetails.Builder nsgIds(List<String> nsgIds)
The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
nsgIds
- the value to setpublic CreateExadbVmClusterDetails.Builder backupNetworkNsgIds(List<String> backupNetworkNsgIds)
A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
backupNetworkNsgIds
- the value to setpublic CreateExadbVmClusterDetails.Builder gridImageId(String gridImageId)
Grid Setup will be done using this grid image id.
The grid image id can be extracted from 1. Obtain the supported major versions using
API
/20160918/giVersions?compartmentId=
gridImageId
- the value to setpublic CreateExadbVmClusterDetails.Builder systemVersion(String systemVersion)
Operating system version of the image.
systemVersion
- the value to setpublic CreateExadbVmClusterDetails.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 CreateExadbVmClusterDetails.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 CreateExadbVmClusterDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes)
Security Attributes for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource
Tags.
Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
securityAttributes
- the value to setpublic CreateExadbVmClusterDetails.Builder dataCollectionOptions(DataCollectionOptions dataCollectionOptions)
public CreateExadbVmClusterDetails build()
public CreateExadbVmClusterDetails.Builder copy(CreateExadbVmClusterDetails model)
Copyright © 2016–2024. All rights reserved.