Class PrivateEndpointConnectionForPrivateLinkHubBasicResponse
- java.lang.Object
-
- com.pulumi.azurenative.synapse.outputs.PrivateEndpointConnectionForPrivateLinkHubBasicResponse
-
public final class PrivateEndpointConnectionForPrivateLinkHubBasicResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrivateEndpointConnectionForPrivateLinkHubBasicResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivateEndpointConnectionForPrivateLinkHubBasicResponse.Builder
builder()
static PrivateEndpointConnectionForPrivateLinkHubBasicResponse.Builder
builder(PrivateEndpointConnectionForPrivateLinkHubBasicResponse defaults)
java.lang.String
id()
java.util.Optional<PrivateEndpointResponse>
privateEndpoint()
java.util.Optional<PrivateLinkServiceConnectionStateResponse>
privateLinkServiceConnectionState()
java.lang.String
provisioningState()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- identifier
-
privateEndpoint
public java.util.Optional<PrivateEndpointResponse> privateEndpoint()
- Returns:
- The private endpoint which the connection belongs to.
-
privateLinkServiceConnectionState
public java.util.Optional<PrivateLinkServiceConnectionStateResponse> privateLinkServiceConnectionState()
- Returns:
- Connection state of the private endpoint connection.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Provisioning state of the private endpoint connection.
-
builder
public static PrivateEndpointConnectionForPrivateLinkHubBasicResponse.Builder builder()
-
builder
public static PrivateEndpointConnectionForPrivateLinkHubBasicResponse.Builder builder(PrivateEndpointConnectionForPrivateLinkHubBasicResponse defaults)
-
-