Class ConfidentialComputeProperties
java.lang.Object
com.azure.resourcemanager.containerinstance.models.ConfidentialComputeProperties
The properties for confidential container group.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConfidentialComputeProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the ccePolicy property: The base64 encoded confidential compute enforcement policy.voidvalidate()Validates the instance.withCcePolicy(String ccePolicy) Set the ccePolicy property: The base64 encoded confidential compute enforcement policy.
-
Constructor Details
-
ConfidentialComputeProperties
public ConfidentialComputeProperties()Creates an instance of ConfidentialComputeProperties class.
-
-
Method Details
-
ccePolicy
Get the ccePolicy property: The base64 encoded confidential compute enforcement policy.- Returns:
- the ccePolicy value.
-
withCcePolicy
Set the ccePolicy property: The base64 encoded confidential compute enforcement policy.- Parameters:
ccePolicy- the ccePolicy value to set.- Returns:
- the ConfidentialComputeProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-