CloudManifestFileDeploymentData Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. models. CloudManifestFileDeploymentData
- com.
Implements
public final class CloudManifestFileDeploymentData
implements JsonSerializable<CloudManifestFileDeploymentData>
Cloud specific manifest data for AzureStack deployment.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudManifestFileDeploymentData() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
customCloudArmEndpoint()
Get the custom |
| String |
customCloudVerificationKey()
Get the custom |
| String |
externalDsmsCertificates()
Get the external |
| String |
externalDsmsEndpoint()
Get the external |
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cloud |
withCustomCloudArmEndpoint(String customCloudArmEndpoint)
Set the custom |
|
Cloud |
withCustomCloudVerificationKey(String customCloudVerificationKey)
Set the custom |
|
Cloud |
withExternalDsmsCertificates(String externalDsmsCertificates)
Set the external |
|
Cloud |
withExternalDsmsEndpoint(String externalDsmsEndpoint)
Set the external |
Methods inherited from java.lang.Object
Constructor Details
CloudManifestFileDeploymentData
public CloudManifestFileDeploymentData()
Creates an instance of CloudManifestFileDeploymentData class.
Method Details
customCloudArmEndpoint
public String customCloudArmEndpoint()
Get the customCloudArmEndpoint property: ARM endpoint.
Returns:
customCloudVerificationKey
public String customCloudVerificationKey()
Get the customCloudVerificationKey property: Signing verification public key.
Returns:
externalDsmsCertificates
public String externalDsmsCertificates()
Get the externalDsmsCertificates property: Dsms external certificates.
Returns:
externalDsmsEndpoint
public String externalDsmsEndpoint()
Get the externalDsmsEndpoint property: Dsms endpoint.
Returns:
fromJson
public static CloudManifestFileDeploymentData fromJson(JsonReader jsonReader)
Reads an instance of CloudManifestFileDeploymentData from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCustomCloudArmEndpoint
public CloudManifestFileDeploymentData withCustomCloudArmEndpoint(String customCloudArmEndpoint)
Set the customCloudArmEndpoint property: ARM endpoint.
Parameters:
Returns:
withCustomCloudVerificationKey
public CloudManifestFileDeploymentData withCustomCloudVerificationKey(String customCloudVerificationKey)
Set the customCloudVerificationKey property: Signing verification public key.
Parameters:
Returns:
withExternalDsmsCertificates
public CloudManifestFileDeploymentData withExternalDsmsCertificates(String externalDsmsCertificates)
Set the externalDsmsCertificates property: Dsms external certificates.
Parameters:
Returns:
withExternalDsmsEndpoint
public CloudManifestFileDeploymentData withExternalDsmsEndpoint(String externalDsmsEndpoint)
Set the externalDsmsEndpoint property: Dsms endpoint.
Parameters:
Returns: