public static class VirtualDeployment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VirtualDeployment.Builder |
accessLogging(AccessLoggingConfiguration accessLogging) |
VirtualDeployment |
build() |
VirtualDeployment.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
VirtualDeployment.Builder |
copy(VirtualDeployment model) |
VirtualDeployment.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
VirtualDeployment.Builder |
description(String description)
Description of the resource.
|
VirtualDeployment.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
VirtualDeployment.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
VirtualDeployment.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
VirtualDeployment.Builder |
lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the Resource.
|
VirtualDeployment.Builder |
listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment
|
VirtualDeployment.Builder |
name(String name)
A user-friendly name.
|
VirtualDeployment.Builder |
serviceDiscovery(ServiceDiscoveryConfiguration serviceDiscovery) |
VirtualDeployment.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
VirtualDeployment.Builder |
timeCreated(Date timeCreated)
The time when this resource was created in an RFC3339 formatted datetime string.
|
VirtualDeployment.Builder |
timeUpdated(Date timeUpdated)
The time when this resource was updated in an RFC3339 formatted datetime string.
|
VirtualDeployment.Builder |
virtualServiceId(String virtualServiceId)
The OCID of the virtual service in which this virtual deployment is created.
|
public VirtualDeployment.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic VirtualDeployment.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic VirtualDeployment.Builder virtualServiceId(String virtualServiceId)
The OCID of the virtual service in which this virtual deployment is created.
virtualServiceId
- the value to setpublic VirtualDeployment.Builder name(String name)
A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information.
Example: My unique resource name
name
- the value to setpublic VirtualDeployment.Builder description(String description)
Description of the resource. It can be changed after creation. Avoid entering confidential information.
Example: This is my new resource
description
- the value to setpublic VirtualDeployment.Builder serviceDiscovery(ServiceDiscoveryConfiguration serviceDiscovery)
public VirtualDeployment.Builder listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment
listeners
- the value to setpublic VirtualDeployment.Builder accessLogging(AccessLoggingConfiguration accessLogging)
public VirtualDeployment.Builder timeCreated(Date timeCreated)
The time when this resource was created in an RFC3339 formatted datetime string.
timeCreated
- the value to setpublic VirtualDeployment.Builder timeUpdated(Date timeUpdated)
The time when this resource was updated in an RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic VirtualDeployment.Builder lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the Resource.
lifecycleState
- the value to setpublic VirtualDeployment.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
lifecycleDetails
- the value to setpublic VirtualDeployment.Builder freeformTags(Map<String,String> freeformTags)
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 VirtualDeployment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic VirtualDeployment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic VirtualDeployment build()
public VirtualDeployment.Builder copy(VirtualDeployment model)
Copyright © 2016–2024. All rights reserved.