Class DataBoxEdgeDeviceExtendedInfoInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.databoxedge.models.ArmBaseModel
com.azure.resourcemanager.databoxedge.fluent.models.DataBoxEdgeDeviceExtendedInfoInner

public final class DataBoxEdgeDeviceExtendedInfoInner extends ArmBaseModel
The extended Info of the Data Box Edge/Gateway device.
  • Constructor Details

    • DataBoxEdgeDeviceExtendedInfoInner

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

    • encryptionKeyThumbprint

      public String encryptionKeyThumbprint()
      Get the encryptionKeyThumbprint property: The digital signature of encrypted certificate.
      Returns:
      the encryptionKeyThumbprint value.
    • withEncryptionKeyThumbprint

      public DataBoxEdgeDeviceExtendedInfoInner withEncryptionKeyThumbprint(String encryptionKeyThumbprint)
      Set the encryptionKeyThumbprint property: The digital signature of encrypted certificate.
      Parameters:
      encryptionKeyThumbprint - the encryptionKeyThumbprint value to set.
      Returns:
      the DataBoxEdgeDeviceExtendedInfoInner object itself.
    • encryptionKey

      public String encryptionKey()
      Get the encryptionKey property: The public part of the encryption certificate. Client uses this to encrypt any secret.
      Returns:
      the encryptionKey value.
    • withEncryptionKey

      public DataBoxEdgeDeviceExtendedInfoInner withEncryptionKey(String encryptionKey)
      Set the encryptionKey property: The public part of the encryption certificate. Client uses this to encrypt any secret.
      Parameters:
      encryptionKey - the encryptionKey value to set.
      Returns:
      the DataBoxEdgeDeviceExtendedInfoInner object itself.
    • resourceKey

      public String resourceKey()
      Get the resourceKey property: The Resource ID of the Resource.
      Returns:
      the resourceKey value.
    • validate

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