Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
static PrivateEndpoint.Builder |
PrivateEndpoint.builder()
Create a new builder.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing this private endpoint.
|
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)
Description of the private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.displayName(String displayName)
A user-friendly name.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.dnsZones(List<String> dnsZones)
DNS zones to use for accessing private Git servers.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags associated with the resource.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.id(String id)
The OCID
of the private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.isUsedWithConfigurationSourceProvider(Boolean isUsedWithConfigurationSourceProvider)
When
true , allows the private endpoint to be used with a configuration source
provider. |
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The current lifecycle state of the private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.nsgIdList(List<String> nsgIdList)
The OCIDs
of network security groups
(NSGs)
for the private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.sourceIps(List<String> sourceIps)
The source IP addresses that Resource Manager uses to connect to your network.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.subnetId(String subnetId)
The OCID
of the subnet within the VCN for the private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.timeCreated(Date timeCreated)
The date and time at which the private endpoint was created.
|
PrivateEndpoint.Builder |
PrivateEndpoint.toBuilder() |
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.vcnId(String vcnId)
The OCID
of the VCN for the private endpoint.
|
Copyright © 2016–2024. All rights reserved.