public class PrivateEndpointConnectionItem extends Object
| Constructor and Description |
|---|
PrivateEndpointConnectionItem() |
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpoint |
privateEndpoint()
Get the privateEndpoint property: Properties of the private endpoint object.
|
PrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Approval state of the private link connection.
|
PrivateEndpointConnectionProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning state of the private endpoint connection.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionItem |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Properties of the private endpoint object.
|
PrivateEndpointConnectionItem |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Approval state of the private link connection.
|
public PrivateEndpoint privateEndpoint()
public PrivateEndpointConnectionItem withPrivateEndpoint(PrivateEndpoint privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateEndpointConnectionItem withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public PrivateEndpointConnectionProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020. All rights reserved.