Class PrivateEndpointConnectionResponse
- java.lang.Object
-
- com.pulumi.azurenative.documentdb.outputs.PrivateEndpointConnectionResponse
-
public final class PrivateEndpointConnectionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrivateEndpointConnectionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivateEndpointConnectionResponse.Builder
builder()
static PrivateEndpointConnectionResponse.Builder
builder(PrivateEndpointConnectionResponse defaults)
java.util.Optional<java.lang.String>
groupId()
java.lang.String
id()
java.lang.String
name()
java.util.Optional<PrivateEndpointPropertyResponse>
privateEndpoint()
java.util.Optional<PrivateLinkServiceConnectionStatePropertyResponse>
privateLinkServiceConnectionState()
java.util.Optional<java.lang.String>
provisioningState()
java.lang.String
type()
-
-
-
Method Detail
-
groupId
public java.util.Optional<java.lang.String> groupId()
- Returns:
- Group id of the private endpoint.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
privateEndpoint
public java.util.Optional<PrivateEndpointPropertyResponse> privateEndpoint()
- Returns:
- Private endpoint which the connection belongs to.
-
privateLinkServiceConnectionState
public java.util.Optional<PrivateLinkServiceConnectionStatePropertyResponse> privateLinkServiceConnectionState()
- Returns:
- Connection State of the Private Endpoint Connection.
-
provisioningState
public java.util.Optional<java.lang.String> provisioningState()
- Returns:
- Provisioning state of the private endpoint.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static PrivateEndpointConnectionResponse.Builder builder()
-
builder
public static PrivateEndpointConnectionResponse.Builder builder(PrivateEndpointConnectionResponse defaults)
-
-