SimplePrivateEndpointConnection Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmosdbforpostgresql. models. SimplePrivateEndpointConnection
- com.
- com.
public final class SimplePrivateEndpointConnection
extends ProxyResource
A private endpoint connection.
Constructor Summary
| Constructor | Description |
|---|---|
| SimplePrivateEndpointConnection() |
Creates an instance of Simple |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
groupIds()
Get the group |
|
Private |
privateEndpoint()
Get the private |
|
Private |
privateLinkServiceConnectionState()
Get the private |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Simple |
withGroupIds(List<String> groupIds)
Set the group |
|
Simple |
withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the private |
|
Simple |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the private |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SimplePrivateEndpointConnection
public SimplePrivateEndpointConnection()
Creates an instance of SimplePrivateEndpointConnection class.
Method Details
groupIds
public List<String> groupIds()
Get the groupIds property: Group ids of the private endpoint connection.
Returns:
privateEndpoint
public PrivateEndpointProperty privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withGroupIds
public SimplePrivateEndpointConnection withGroupIds(List<String> groupIds)
Set the groupIds property: Group ids of the private endpoint connection.
Parameters:
Returns:
withPrivateEndpoint
public SimplePrivateEndpointConnection withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public SimplePrivateEndpointConnection withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
Parameters:
Returns: