public static class UpdateDeploymentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentDetails |
build() |
UpdateDeploymentDetails.Builder |
copy(UpdateDeploymentDetails model) |
UpdateDeploymentDetails.Builder |
cpuCoreCount(Integer cpuCoreCount)
The Minimum number of OCPUs to be made available for this Deployment.
|
UpdateDeploymentDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource.
|
UpdateDeploymentDetails.Builder |
description(String description)
Metadata about this specific object.
|
UpdateDeploymentDetails.Builder |
displayName(String displayName)
An object’s Display Name.
|
UpdateDeploymentDetails.Builder |
fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
UpdateDeploymentDetails.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
UpdateDeploymentDetails.Builder |
isAutoScalingEnabled(Boolean isAutoScalingEnabled)
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
|
UpdateDeploymentDetails.Builder |
isPublic(Boolean isPublic)
True if this object is publicly available.
|
UpdateDeploymentDetails.Builder |
licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
UpdateDeploymentDetails.Builder |
maintenanceWindow(UpdateMaintenanceWindowDetails maintenanceWindow) |
UpdateDeploymentDetails.Builder |
nsgIds(List<String> nsgIds)
An array of Network Security Group OCIDs used to define network access for either
Deployments or Connections.
|
UpdateDeploymentDetails.Builder |
oggData(UpdateOggDeploymentDetails oggData) |
UpdateDeploymentDetails.Builder |
subnetId(String subnetId)
The OCID of the
subnet being referenced.
|
public UpdateDeploymentDetails.Builder displayName(String displayName)
An object’s Display Name.
displayName
- the value to setpublic UpdateDeploymentDetails.Builder licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
licenseModel
- the value to setpublic UpdateDeploymentDetails.Builder description(String description)
Metadata about this specific object.
description
- the value to setpublic UpdateDeploymentDetails.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateDeploymentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateDeploymentDetails.Builder nsgIds(List<String> nsgIds)
An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
nsgIds
- the value to setpublic UpdateDeploymentDetails.Builder subnetId(String subnetId)
The OCID of the subnet being referenced.
subnetId
- the value to setpublic UpdateDeploymentDetails.Builder isPublic(Boolean isPublic)
True if this object is publicly available.
isPublic
- the value to setpublic UpdateDeploymentDetails.Builder fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
fqdn
- the value to setpublic UpdateDeploymentDetails.Builder cpuCoreCount(Integer cpuCoreCount)
The Minimum number of OCPUs to be made available for this Deployment.
cpuCoreCount
- the value to setpublic UpdateDeploymentDetails.Builder isAutoScalingEnabled(Boolean isAutoScalingEnabled)
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
isAutoScalingEnabled
- the value to setpublic UpdateDeploymentDetails.Builder oggData(UpdateOggDeploymentDetails oggData)
public UpdateDeploymentDetails.Builder maintenanceWindow(UpdateMaintenanceWindowDetails maintenanceWindow)
public UpdateDeploymentDetails build()
public UpdateDeploymentDetails.Builder copy(UpdateDeploymentDetails model)
Copyright © 2016–2023. All rights reserved.