PrivateEndpointConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmos. fluent. models. PrivateEndpointConnectionInner
- com.
- com.
public final class PrivateEndpointConnectionInner
extends ProxyResource
A private endpoint connection.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionInner() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
groupId()
Get the group |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Private |
privateEndpoint()
Get the private |
Private |
privateLinkServiceConnectionState()
Get the private |
String |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Private |
withGroupId(String groupId)
Set the group |
Private |
withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the private |
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the private |
Private |
withProvisioningState(String provisioningState)
Set the provisioning |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
Creates an instance of PrivateEndpointConnectionInner class.
Method Details
fromJson
public static PrivateEndpointConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: Group id of the private endpoint.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PrivateEndpointConnectionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PrivateEndpointConnectionInner.name()Returns:
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: Provisioning state of the private endpoint.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateEndpointConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PrivateEndpointConnectionInner.type()Returns:
validate
public void validate()
Validates the instance.
withGroupId
public PrivateEndpointConnectionInner withGroupId(String groupId)
Set the groupId property: Group id of the private endpoint.
Parameters:
Returns:
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:
withProvisioningState
public PrivateEndpointConnectionInner withProvisioningState(String provisioningState)
Set the provisioningState property: Provisioning state of the private endpoint.
Parameters:
Returns:
Applies to
Azure SDK for Java