public class RemotePrivateEndpointConnection extends ProxyOnlyResource
| Constructor and Description |
|---|
RemotePrivateEndpointConnection() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ipAddresses()
Get the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
|
ArmIdWrapper |
privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
|
PrivateLinkConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.
|
String |
provisioningState()
Get the provisioningState property: The provisioningState property.
|
void |
validate()
Validates the instance.
|
RemotePrivateEndpointConnection |
withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
|
RemotePrivateEndpointConnection |
withKind(String kind)
Set the kind property: Kind of resource.
|
RemotePrivateEndpointConnection |
withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
|
RemotePrivateEndpointConnection |
withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
|
kindpublic String provisioningState()
public ArmIdWrapper privateEndpoint()
public RemotePrivateEndpointConnection withPrivateEndpoint(ArmIdWrapper privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkConnectionState privateLinkServiceConnectionState()
public RemotePrivateEndpointConnection withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public List<String> ipAddresses()
public RemotePrivateEndpointConnection withIpAddresses(List<String> ipAddresses)
ipAddresses - the ipAddresses value to set.public RemotePrivateEndpointConnection withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.