PrivateEndpointConnectionItem Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. PrivateEndpointConnectionItem
- com.
Implements
public final class PrivateEndpointConnectionItem
implements JsonSerializable<PrivateEndpointConnectionItem>
Private endpoint connection item.
Constructor Summary
Constructor | Description |
---|---|
PrivateEndpointConnectionItem() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: Modified whenever there is a change in the state of private endpoint connection. |
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
id()
Get the id property: Id of private endpoint connection. |
Private |
privateEndpoint()
Get the private |
Private |
privateLinkServiceConnectionState()
Get the private |
Private |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withEtag(String etag)
Set the etag property: Modified whenever there is a change in the state of private endpoint connection. |
Private |
withId(String id)
Set the id property: Id of private endpoint connection. |
Private |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the private |
Private |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the private |
Private |
withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState)
Set the provisioning |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionItem
public PrivateEndpointConnectionItem()
Creates an instance of PrivateEndpointConnectionItem class.
Method Details
etag
public String etag()
Get the etag property: Modified whenever there is a change in the state of private endpoint connection.
Returns:
fromJson
public static PrivateEndpointConnectionItem fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionItem from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of private endpoint connection.
Returns:
privateEndpoint
public PrivateEndpoint privateEndpoint()
Get the privateEndpoint property: Properties of the private endpoint object.
Returns:
privateLinkServiceConnectionState
public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Approval state of the private link connection.
Returns:
provisioningState
public PrivateEndpointConnectionProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the private endpoint connection.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEtag
public PrivateEndpointConnectionItem withEtag(String etag)
Set the etag property: Modified whenever there is a change in the state of private endpoint connection.
Parameters:
Returns:
withId
public PrivateEndpointConnectionItem withId(String id)
Set the id property: Id of private endpoint connection.
Parameters:
Returns:
withPrivateEndpoint
public PrivateEndpointConnectionItem withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Properties of the private endpoint object.
Parameters:
Returns:
withPrivateLinkServiceConnectionState
public PrivateEndpointConnectionItem withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Approval state of the private link connection.
Parameters:
Returns:
withProvisioningState
public PrivateEndpointConnectionItem withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState)
Set the provisioningState property: Provisioning state of the private endpoint connection.
Parameters:
Returns:
Applies to
Azure SDK for Java