PrivateLinkServiceProxy Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. PrivateLinkServiceProxy
- com.
public final class PrivateLinkServiceProxy
Private link service proxy details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PrivateLinkServiceProxy() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Group |
groupConnectivityInformation()
Get the group |
| String |
id()
Get the id property: NRP resource ID. |
|
Private |
remotePrivateEndpointConnection()
Get the remote |
|
Private |
remotePrivateLinkServiceConnectionState()
Get the remote |
| void |
validate()
Validates the instance. |
|
Private |
withGroupConnectivityInformation(List<GroupConnectivityInformation> groupConnectivityInformation)
Set the group |
|
Private |
withId(String id)
Set the id property: NRP resource ID. |
|
Private |
withRemotePrivateEndpointConnection(PrivateLinkServiceProxyRemotePrivateEndpointConnection remotePrivateEndpointConnection)
Set the remote |
|
Private |
withRemotePrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState remotePrivateLinkServiceConnectionState)
Set the remote |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkServiceProxy
public PrivateLinkServiceProxy()
Method Details
groupConnectivityInformation
public List<GroupConnectivityInformation> groupConnectivityInformation()
Get the groupConnectivityInformation property: Group connectivity information.
Returns:
id
public String id()
Get the id property: NRP resource ID.
Returns:
remotePrivateEndpointConnection
public PrivateLinkServiceProxyRemotePrivateEndpointConnection remotePrivateEndpointConnection()
Get the remotePrivateEndpointConnection property: Remote private endpoint connection details.
Returns:
remotePrivateLinkServiceConnectionState
public PrivateLinkServiceConnectionState remotePrivateLinkServiceConnectionState()
Get the remotePrivateLinkServiceConnectionState property: Remote private link service connection state.
Returns:
validate
public void validate()
Validates the instance.
withGroupConnectivityInformation
public PrivateLinkServiceProxy withGroupConnectivityInformation(List<GroupConnectivityInformation> groupConnectivityInformation)
Set the groupConnectivityInformation property: Group connectivity information.
Parameters:
Returns:
withId
public PrivateLinkServiceProxy withId(String id)
Set the id property: NRP resource ID.
Parameters:
Returns:
withRemotePrivateEndpointConnection
public PrivateLinkServiceProxy withRemotePrivateEndpointConnection(PrivateLinkServiceProxyRemotePrivateEndpointConnection remotePrivateEndpointConnection)
Set the remotePrivateEndpointConnection property: Remote private endpoint connection details.
Parameters:
Returns:
withRemotePrivateLinkServiceConnectionState
public PrivateLinkServiceProxy withRemotePrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState remotePrivateLinkServiceConnectionState)
Set the remotePrivateLinkServiceConnectionState property: Remote private link service connection state.
Parameters:
Returns: