ManagedCcfProperties Class
- java.
lang. Object - com.
azure. resourcemanager. confidentialledger. models. ManagedCcfProperties
- com.
public final class ManagedCcfProperties
ManagedCCFProperties Additional Managed CCF properties.
Constructor Summary
Constructor | Description |
---|---|
ManagedCcfProperties() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
appName()
Get the app |
String |
appUri()
Get the app |
Deployment |
deploymentType()
Get the deployment |
String |
identityServiceUri()
Get the identity |
List<Member |
memberIdentityCertificates()
Get the member |
Integer |
nodeCount()
Get the node |
Provisioning |
provisioningState()
Get the provisioning |
Running |
runningState()
Get the running |
void |
validate()
Validates the instance. |
Managed |
withDeploymentType(DeploymentType deploymentType)
Set the deployment |
Managed |
withMemberIdentityCertificates(List<MemberIdentityCertificate> memberIdentityCertificates)
Set the member |
Managed |
withNodeCount(Integer nodeCount)
Set the node |
Managed |
withRunningState(RunningState runningState)
Set the running |
Methods inherited from java.lang.Object
Constructor Details
ManagedCcfProperties
public ManagedCcfProperties()
Creates an instance of ManagedCcfProperties class.
Method Details
appName
public String appName()
Get the appName property: Unique name for the Managed CCF.
Returns:
appUri
public String appUri()
Get the appUri property: Endpoint for calling Managed CCF Service.
Returns:
deploymentType
public DeploymentType deploymentType()
Get the deploymentType property: DeploymentType Deployment Type of Managed CCF.
Returns:
identityServiceUri
public String identityServiceUri()
Get the identityServiceUri property: Endpoint for accessing network identity.
Returns:
memberIdentityCertificates
public List
Get the memberIdentityCertificates property: List of member identity certificates for Managed CCF.
Returns:
nodeCount
public Integer nodeCount()
Get the nodeCount property: NodeCount Number of CCF nodes in the Managed CCF.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of Managed CCF Resource.
Returns:
runningState
public RunningState runningState()
Get the runningState property: Object representing RunningState for Managed CCF.
Returns:
validate
public void validate()
Validates the instance.
withDeploymentType
public ManagedCcfProperties withDeploymentType(DeploymentType deploymentType)
Set the deploymentType property: DeploymentType Deployment Type of Managed CCF.
Parameters:
Returns:
withMemberIdentityCertificates
public ManagedCcfProperties withMemberIdentityCertificates(List
Set the memberIdentityCertificates property: List of member identity certificates for Managed CCF.
Parameters:
Returns:
withNodeCount
public ManagedCcfProperties withNodeCount(Integer nodeCount)
Set the nodeCount property: NodeCount Number of CCF nodes in the Managed CCF.
Parameters:
Returns:
withRunningState
public ManagedCcfProperties withRunningState(RunningState runningState)
Set the runningState property: Object representing RunningState for Managed CCF.
Parameters:
Returns:
Applies to
Azure SDK for Java