CloudHsmClusterProperties Class
- java.
lang. Object - com.
azure. resourcemanager. hardwaresecuritymodules. models. CloudHsmClusterProperties
- com.
Implements
public final class CloudHsmClusterProperties
implements JsonSerializable<CloudHsmClusterProperties>
Properties of a Cloud HSM Cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudHsmClusterProperties() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Activation |
activationState()
Get the activation |
|
Auto |
autoGeneratedDomainNameLabelScope()
Get the auto |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
|
List<Cloud |
hsms()
Get the hsms property: An array of Cloud HSM Cluster's HSMs. |
|
List<Private |
privateEndpointConnections()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Public |
publicNetworkAccess()
Get the public |
| String |
statusMessage()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cloud |
withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)
Set the auto |
|
Cloud |
withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
CloudHsmClusterProperties
public CloudHsmClusterProperties()
Creates an instance of CloudHsmClusterProperties class.
Method Details
activationState
public ActivationState activationState()
Get the activationState property: State of security domain activation.
Returns:
autoGeneratedDomainNameLabelScope
public AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope()
Get the autoGeneratedDomainNameLabelScope property: The Cloud HSM Cluster's auto-generated Domain Name Label Scope.
Returns:
fromJson
public static CloudHsmClusterProperties fromJson(JsonReader jsonReader)
Reads an instance of CloudHsmClusterProperties from the JsonReader.
Parameters:
Returns:
Throws:
hsms
public List<CloudHsmProperties> hsms()
Get the hsms property: An array of Cloud HSM Cluster's HSMs.
Returns:
privateEndpointConnections
public List<PrivateEndpointConnectionInner> privateEndpointConnections()
Get the privateEndpointConnections property: List of private endpoint connection resources.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The Cloud HSM Cluster's provisioningState.
Returns:
publicNetworkAccess
public PublicNetworkAccess publicNetworkAccess()
Get the publicNetworkAccess property: The Cloud HSM Cluster public network access.
Returns:
statusMessage
public String statusMessage()
Get the statusMessage property: Cloud HSM Cluster status message.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAutoGeneratedDomainNameLabelScope
public CloudHsmClusterProperties withAutoGeneratedDomainNameLabelScope(AutoGeneratedDomainNameLabelScope autoGeneratedDomainNameLabelScope)
Set the autoGeneratedDomainNameLabelScope property: The Cloud HSM Cluster's auto-generated Domain Name Label Scope.
Parameters:
Returns:
withPublicNetworkAccess
public CloudHsmClusterProperties withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: The Cloud HSM Cluster public network access.
Parameters:
Returns: