Class ServerPrivateEndpointConnectionPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.dbformariadb.outputs.ServerPrivateEndpointConnectionPropertiesResponse
-
public final class ServerPrivateEndpointConnectionPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServerPrivateEndpointConnectionPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerPrivateEndpointConnectionPropertiesResponse.Builder
builder()
static ServerPrivateEndpointConnectionPropertiesResponse.Builder
builder(ServerPrivateEndpointConnectionPropertiesResponse defaults)
java.util.Optional<PrivateEndpointPropertyResponse>
privateEndpoint()
java.util.Optional<ServerPrivateLinkServiceConnectionStatePropertyResponse>
privateLinkServiceConnectionState()
java.lang.String
provisioningState()
-
-
-
Method Detail
-
privateEndpoint
public java.util.Optional<PrivateEndpointPropertyResponse> privateEndpoint()
- Returns:
- Private endpoint which the connection belongs to.
-
privateLinkServiceConnectionState
public java.util.Optional<ServerPrivateLinkServiceConnectionStatePropertyResponse> privateLinkServiceConnectionState()
- Returns:
- Connection state of the private endpoint connection.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- State of the private endpoint connection.
-
builder
public static ServerPrivateEndpointConnectionPropertiesResponse.Builder builder()
-
builder
public static ServerPrivateEndpointConnectionPropertiesResponse.Builder builder(ServerPrivateEndpointConnectionPropertiesResponse defaults)
-
-