Class PrivateEndpointConnectionResponse
- java.lang.Object
-
- com.pulumi.azurenative.powerbi.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.lang.String
id()
java.lang.String
name()
java.util.Optional<PrivateEndpointResponse>
privateEndpoint()
java.util.Optional<ConnectionStateResponse>
privateLinkServiceConnectionState()
java.util.Optional<java.lang.String>
provisioningState()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- Specifies the id of the resource.
-
name
public java.lang.String name()
- Returns:
- Specifies the name of the resource.
-
privateEndpoint
public java.util.Optional<PrivateEndpointResponse> privateEndpoint()
- Returns:
- Specifies the private endpoint.
-
privateLinkServiceConnectionState
public java.util.Optional<ConnectionStateResponse> privateLinkServiceConnectionState()
- Returns:
- Specifies the connection state.
-
provisioningState
public java.util.Optional<java.lang.String> provisioningState()
- Returns:
- Provisioning state of the Private Endpoint Connection.
-
systemData
public SystemDataResponse systemData()
- Returns:
- The system meta data relating to this resource.
-
type
public java.lang.String type()
- Returns:
- Specifies the type of the resource.
-
builder
public static PrivateEndpointConnectionResponse.Builder builder()
-
builder
public static PrivateEndpointConnectionResponse.Builder builder(PrivateEndpointConnectionResponse defaults)
-
-