Class ConfidentialComputeProperties

java.lang.Object
com.azure.resourcemanager.containerinstance.models.ConfidentialComputeProperties

public final class ConfidentialComputeProperties extends Object
The properties for confidential container group.
  • Constructor Details

    • ConfidentialComputeProperties

      public ConfidentialComputeProperties()
      Creates an instance of ConfidentialComputeProperties class.
  • Method Details

    • ccePolicy

      public String ccePolicy()
      Get the ccePolicy property: The base64 encoded confidential compute enforcement policy.
      Returns:
      the ccePolicy value.
    • withCcePolicy

      public ConfidentialComputeProperties withCcePolicy(String ccePolicy)
      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.