PrivateEndpointConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. mysql. fluent. models. PrivateEndpointConnectionInner
- com.
- com.
public final class PrivateEndpointConnectionInner
extends ProxyResource
A private endpoint connection.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PrivateEndpointConnectionInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Private |
privateEndpoint()
Get the private |
|
Private |
privateLinkServiceConnectionState()
Get the private |
| String |
provisioningState()
Get the provisioning |
| void |
validate()
Validates the instance. |
|
Private |
withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the private |
|
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the private |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
Method Details
privateEndpoint
public PrivateEndpointProperty privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: State of the private endpoint connection.
Returns:
validate
public void validate()
Validates the instance.
withPrivateEndpoint
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
Parameters:
Returns: