Package | Description |
---|---|
com.oracle.bmc.dataflow.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 a compartment.
|
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)
A user-friendly description.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.displayName(String displayName)
A user-friendly name.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.dnsZones(List<String> dnsZones)
An array of DNS zone names.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.id(String id)
The OCID of a private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.lifecycleDetails(String lifecycleDetails)
The detailed messages about the lifecycle state.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.lifecycleState(PrivateEndpointLifecycleState lifecycleState)
The current state of this private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.maxHostCount(Integer maxHostCount)
The maximum number of hosts to be accessed through the private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.ownerPrincipalId(String ownerPrincipalId)
The OCID of the user who created the resource.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.ownerUserName(String ownerUserName)
The username of the user who created the resource.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.scanDetails(List<Scan> scanDetails)
An array of fqdn/port pairs used to create private endpoint.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.subnetId(String subnetId)
The OCID of a subnet.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC
3339 timestamp format.
|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.timeUpdated(Date timeUpdated)
The date and time the resource was updated, expressed in RFC
3339 timestamp format.
|
PrivateEndpoint.Builder |
PrivateEndpoint.toBuilder() |
Copyright © 2016–2024. All rights reserved.