Class PrivateEndpointConnectionResponse
- java.lang.Object
-
- com.pulumi.azurenative.migrate.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>
eTag()
java.util.List<java.lang.String>
groupIds()
java.lang.String
id()
java.lang.String
name()
java.util.Optional<PrivateEndpointResponse>
privateEndpoint()
java.util.Optional<PrivateLinkServiceConnectionStateResponse>
privateLinkServiceConnectionState()
PrivateEndpointConnectionPropertiesResponse
properties()
java.util.Optional<java.lang.String>
provisioningState()
java.util.Optional<SystemDataResponse>
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
eTag
public java.util.Optional<java.lang.String> eTag()
- Returns:
- For optimistic concurrency control.
-
groupIds
public java.util.List<java.lang.String> groupIds()
- Returns:
- The group ids for the private endpoint resource.
-
id
public java.lang.String id()
- Returns:
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
-
name
public java.lang.String name()
- Returns:
- Name of the private endpoint endpoint connection.
-
privateEndpoint
public java.util.Optional<PrivateEndpointResponse> privateEndpoint()
- Returns:
- The private endpoint resource.
-
privateLinkServiceConnectionState
public java.util.Optional<PrivateLinkServiceConnectionStateResponse> privateLinkServiceConnectionState()
- Returns:
- A collection of information about the state of the connection between service consumer and provider.
-
properties
public PrivateEndpointConnectionPropertiesResponse properties()
- Returns:
- Properties of the private endpoint endpoint connection.
-
provisioningState
public java.util.Optional<java.lang.String> provisioningState()
- Returns:
- The provisioning state of the private endpoint connection resource.
-
systemData
public java.util.Optional<SystemDataResponse> systemData()
- Returns:
- Metadata pertaining to creation and last modification of the resource.
-
type
public java.lang.String type()
- Returns:
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
-
builder
public static PrivateEndpointConnectionResponse.Builder builder()
-
builder
public static PrivateEndpointConnectionResponse.Builder builder(PrivateEndpointConnectionResponse defaults)
-
-