次の方法で共有


CloudManifestFileDeploymentData Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.models.CloudManifestFileDeploymentData

Implements

public final class CloudManifestFileDeploymentData
implements JsonSerializable<CloudManifestFileDeploymentData>

Cloud specific manifest data for AzureStack deployment.

Constructor Summary

Constructor Description
CloudManifestFileDeploymentData()

Creates an instance of CloudManifestFileDeploymentData class.

Method Summary

Modifier and Type Method and Description
String customCloudArmEndpoint()

Get the customCloudArmEndpoint property: ARM endpoint.

String customCloudVerificationKey()

Get the customCloudVerificationKey property: Signing verification public key.

String externalDsmsCertificates()

Get the externalDsmsCertificates property: Dsms external certificates.

String externalDsmsEndpoint()

Get the externalDsmsEndpoint property: Dsms endpoint.

static CloudManifestFileDeploymentData fromJson(JsonReader jsonReader)

Reads an instance of CloudManifestFileDeploymentData from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

CloudManifestFileDeploymentData withCustomCloudArmEndpoint(String customCloudArmEndpoint)

Set the customCloudArmEndpoint property: ARM endpoint.

CloudManifestFileDeploymentData withCustomCloudVerificationKey(String customCloudVerificationKey)

Set the customCloudVerificationKey property: Signing verification public key.

CloudManifestFileDeploymentData withExternalDsmsCertificates(String externalDsmsCertificates)

Set the externalDsmsCertificates property: Dsms external certificates.

CloudManifestFileDeploymentData withExternalDsmsEndpoint(String externalDsmsEndpoint)

Set the externalDsmsEndpoint property: Dsms endpoint.

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:

the customCloudArmEndpoint value.

customCloudVerificationKey

public String customCloudVerificationKey()

Get the customCloudVerificationKey property: Signing verification public key.

Returns:

the customCloudVerificationKey value.

externalDsmsCertificates

public String externalDsmsCertificates()

Get the externalDsmsCertificates property: Dsms external certificates.

Returns:

the externalDsmsCertificates value.

externalDsmsEndpoint

public String externalDsmsEndpoint()

Get the externalDsmsEndpoint property: Dsms endpoint.

Returns:

the externalDsmsEndpoint value.

fromJson

public static CloudManifestFileDeploymentData fromJson(JsonReader jsonReader)

Reads an instance of CloudManifestFileDeploymentData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudManifestFileDeploymentData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CloudManifestFileDeploymentData.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withCustomCloudArmEndpoint

public CloudManifestFileDeploymentData withCustomCloudArmEndpoint(String customCloudArmEndpoint)

Set the customCloudArmEndpoint property: ARM endpoint.

Parameters:

customCloudArmEndpoint - the customCloudArmEndpoint value to set.

Returns:

the CloudManifestFileDeploymentData object itself.

withCustomCloudVerificationKey

public CloudManifestFileDeploymentData withCustomCloudVerificationKey(String customCloudVerificationKey)

Set the customCloudVerificationKey property: Signing verification public key.

Parameters:

customCloudVerificationKey - the customCloudVerificationKey value to set.

Returns:

the CloudManifestFileDeploymentData object itself.

withExternalDsmsCertificates

public CloudManifestFileDeploymentData withExternalDsmsCertificates(String externalDsmsCertificates)

Set the externalDsmsCertificates property: Dsms external certificates.

Parameters:

externalDsmsCertificates - the externalDsmsCertificates value to set.

Returns:

the CloudManifestFileDeploymentData object itself.

withExternalDsmsEndpoint

public CloudManifestFileDeploymentData withExternalDsmsEndpoint(String externalDsmsEndpoint)

Set the externalDsmsEndpoint property: Dsms endpoint.

Parameters:

externalDsmsEndpoint - the externalDsmsEndpoint value to set.

Returns:

the CloudManifestFileDeploymentData object itself.

Applies to