@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class UpdateDeploymentDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The information to use to update a Deployment.
Note: Objects should always be created or deserialized using the UpdateDeploymentDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UpdateDeploymentDetails.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDeploymentDetails.Builder |
Constructor and Description |
---|
UpdateDeploymentDetails(String displayName,
LicenseModel licenseModel,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> nsgIds,
String subnetId,
Boolean isPublic,
String fqdn,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
UpdateOggDeploymentDetails oggData,
UpdateMaintenanceWindowDetails maintenanceWindow)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateDeploymentDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getCpuCoreCount()
The Minimum number of OCPUs to be made available for this Deployment.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Tags defined for this resource.
|
String |
getDescription()
Metadata about this specific object.
|
String |
getDisplayName()
An object’s Display Name.
|
String |
getFqdn()
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
Map<String,String> |
getFreeformTags()
A simple key-value pair that is applied without any predefined name, type, or scope.
|
Boolean |
getIsAutoScalingEnabled()
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
|
Boolean |
getIsPublic()
True if this object is publicly available.
|
LicenseModel |
getLicenseModel()
The Oracle license model that applies to a Deployment.
|
UpdateMaintenanceWindowDetails |
getMaintenanceWindow() |
List<String> |
getNsgIds()
An array of Network Security Group OCIDs used to define network access for either Deployments
or Connections.
|
UpdateOggDeploymentDetails |
getOggData() |
String |
getSubnetId()
The OCID of the
subnet being referenced.
|
int |
hashCode() |
UpdateDeploymentDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"displayName","licenseModel","description","freeformTags","definedTags","nsgIds","subnetId","isPublic","fqdn","cpuCoreCount","isAutoScalingEnabled","oggData","maintenanceWindow"}) public UpdateDeploymentDetails(String displayName, LicenseModel licenseModel, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> nsgIds, String subnetId, Boolean isPublic, String fqdn, Integer cpuCoreCount, Boolean isAutoScalingEnabled, UpdateOggDeploymentDetails oggData, UpdateMaintenanceWindowDetails maintenanceWindow)
public static UpdateDeploymentDetails.Builder builder()
Create a new builder.
public UpdateDeploymentDetails.Builder toBuilder()
public String getDisplayName()
An object’s Display Name.
public LicenseModel getLicenseModel()
The Oracle license model that applies to a Deployment.
public String getDescription()
Metadata about this specific object.
public Map<String,String> getFreeformTags()
A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
public List<String> getNsgIds()
An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
public Boolean getIsPublic()
True if this object is publicly available.
public String getFqdn()
A three-label Fully Qualified Domain Name (FQDN) for a resource.
public Integer getCpuCoreCount()
The Minimum number of OCPUs to be made available for this Deployment.
public Boolean getIsAutoScalingEnabled()
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
public UpdateOggDeploymentDetails getOggData()
public UpdateMaintenanceWindowDetails getMaintenanceWindow()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.