java.lang.Object
com.azure.resourcemanager.attestation.fluent.models.StatusResult

public final class StatusResult extends Object
Status of attestation service.
  • Constructor Details

    • StatusResult

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

    • trustModel

      public String trustModel()
      Get the trustModel property: Trust model for the attestation provider.
      Returns:
      the trustModel value.
    • withTrustModel

      public StatusResult withTrustModel(String trustModel)
      Set the trustModel property: Trust model for the attestation provider.
      Parameters:
      trustModel - the trustModel value to set.
      Returns:
      the StatusResult object itself.
    • status

      public AttestationServiceStatus status()
      Get the status property: Status of attestation service.
      Returns:
      the status value.
    • withStatus

      public StatusResult withStatus(AttestationServiceStatus status)
      Set the status property: Status of attestation service.
      Parameters:
      status - the status value to set.
      Returns:
      the StatusResult object itself.
    • attestUri

      public String attestUri()
      Get the attestUri property: Gets the uri of attestation service.
      Returns:
      the attestUri value.
    • withAttestUri

      public StatusResult withAttestUri(String attestUri)
      Set the attestUri property: Gets the uri of attestation service.
      Parameters:
      attestUri - the attestUri value to set.
      Returns:
      the StatusResult object itself.
    • privateEndpointConnections

      public List<PrivateEndpointConnectionInner> privateEndpointConnections()
      Get the privateEndpointConnections property: List of private endpoint connections associated with the attestation provider.
      Returns:
      the privateEndpointConnections value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.