Class DataBoxSecret

java.lang.Object
com.azure.resourcemanager.databox.models.DataBoxSecret

public final class DataBoxSecret extends Object
The secrets related to a DataBox.
  • Constructor Details

    • DataBoxSecret

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

    • deviceSerialNumber

      public String deviceSerialNumber()
      Get the deviceSerialNumber property: Serial number of the assigned device.
      Returns:
      the deviceSerialNumber value.
    • devicePassword

      public String devicePassword()
      Get the devicePassword property: Password for out of the box experience on device.
      Returns:
      the devicePassword value.
    • networkConfigurations

      public List<ApplianceNetworkConfiguration> networkConfigurations()
      Get the networkConfigurations property: Network configuration of the appliance.
      Returns:
      the networkConfigurations value.
    • encodedValidationCertPubKey

      public String encodedValidationCertPubKey()
      Get the encodedValidationCertPubKey property: The base 64 encoded public key to authenticate with the device.
      Returns:
      the encodedValidationCertPubKey value.
    • accountCredentialDetails

      public List<AccountCredentialDetails> accountCredentialDetails()
      Get the accountCredentialDetails property: Per account level access credentials.
      Returns:
      the accountCredentialDetails value.
    • validate

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