public final class RemotePrivateEndpointConnectionProperties extends Object
| Constructor and Description |
|---|
RemotePrivateEndpointConnectionProperties() |
| 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.
|
RemotePrivateEndpointConnectionProperties |
withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
|
RemotePrivateEndpointConnectionProperties |
withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
|
RemotePrivateEndpointConnectionProperties |
withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
|
public RemotePrivateEndpointConnectionProperties()
public String provisioningState()
public ArmIdWrapper privateEndpoint()
public RemotePrivateEndpointConnectionProperties withPrivateEndpoint(ArmIdWrapper privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkConnectionState privateLinkServiceConnectionState()
public RemotePrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public List<String> ipAddresses()
public RemotePrivateEndpointConnectionProperties withIpAddresses(List<String> ipAddresses)
ipAddresses - the ipAddresses value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.