Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
static PrivateEndpoint.Builder |
PrivateEndpoint.builder()
Create a new builder.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.compartmentId(String compartmentId)
Identifier of the compartment in which private endpoint exists.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.copy(PrivateEndpoint model) |
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.description(String description)
PrivateEndpoint description.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.displayName(String displayName)
PrivateEndpoint display name.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.id(String id)
The identifier of the Private Endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle states for private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.lifecycleStateDetails(String lifecycleStateDetails)
Detailed message for the lifecycle state.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.nsgIds(List<String> nsgIds)
The OCIDs of the network security groups that the private endpoint belongs to.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.privateIp(String privateIp)
IP address of the Private Endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.proxyComputeInstanceId(String proxyComputeInstanceId)
The identifier of the proxy compute instance.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.shardedDatabases(List<String> shardedDatabases)
The OCIDs of sharded databases that consumes the given private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.subnetId(String subnetId)
Identifier of the subnet in which private endpoint exists.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.timeCreated(Date timeCreated)
The time the PrivateEndpoint was first created.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.timeUpdated(Date timeUpdated)
The time the Private Endpoint was last updated.
|
PrivateEndpoint.Builder |
PrivateEndpoint.toBuilder() |
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.vcnId(String vcnId)
Identifier of the VCN in which subnet exists.
|
Copyright © 2016–2024. All rights reserved.