DataBoxSecret Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. DataBoxSecret
- com.
Implements
public final class DataBoxSecret
implements JsonSerializable<DataBoxSecret>
The secrets related to a DataBox.
Constructor Summary
| Constructor | Description |
|---|---|
| DataBoxSecret() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Account |
accountCredentialDetails()
Get the account |
| String |
devicePassword()
Get the device |
| String |
deviceSerialNumber()
Get the device |
| String |
encodedValidationCertPubKey()
Get the encoded |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
List<Appliance |
networkConfigurations()
Get the network |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DataBoxSecret
public DataBoxSecret()
Creates an instance of DataBoxSecret class.
Method Details
accountCredentialDetails
public List<AccountCredentialDetails> accountCredentialDetails()
Get the accountCredentialDetails property: Per account level access credentials.
Returns:
devicePassword
public String devicePassword()
Get the devicePassword property: Password for out of the box experience on device.
Returns:
deviceSerialNumber
public String deviceSerialNumber()
Get the deviceSerialNumber property: Serial number of the assigned device.
Returns:
encodedValidationCertPubKey
public String encodedValidationCertPubKey()
Get the encodedValidationCertPubKey property: The base 64 encoded public key to authenticate with the device.
Returns:
fromJson
public static DataBoxSecret fromJson(JsonReader jsonReader)
Reads an instance of DataBoxSecret from the JsonReader.
Parameters:
Returns:
Throws:
networkConfigurations
public List<ApplianceNetworkConfiguration> networkConfigurations()
Get the networkConfigurations property: Network configuration of the appliance.
Returns:
toJson
validate
public void validate()
Validates the instance.