Class GetPrivateEndpointConnectionResult
- java.lang.Object
-
- com.pulumi.azurenative.storagesync.outputs.GetPrivateEndpointConnectionResult
-
public final class GetPrivateEndpointConnectionResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPrivateEndpointConnectionResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPrivateEndpointConnectionResult.Builder
builder()
static GetPrivateEndpointConnectionResult.Builder
builder(GetPrivateEndpointConnectionResult defaults)
java.lang.String
id()
java.lang.String
name()
java.util.Optional<PrivateEndpointResponse>
privateEndpoint()
PrivateLinkServiceConnectionStateResponse
privateLinkServiceConnectionState()
java.lang.String
provisioningState()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
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<PrivateEndpointResponse> privateEndpoint()
- Returns:
- The resource of private end point.
-
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionStateResponse privateLinkServiceConnectionState()
- Returns:
- A collection of information about the state of the connection between service consumer and provider.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the private endpoint connection resource.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetPrivateEndpointConnectionResult.Builder builder()
-
builder
public static GetPrivateEndpointConnectionResult.Builder builder(GetPrivateEndpointConnectionResult defaults)
-
-