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