Class CloudAccountAzureSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccountAzureSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccountAzureSpecification extends Object
Specification for a Azure cloud account.<br><br>A cloud account identifies a cloud
account type and an account-specific deployment region or data center where the associated cloud
account resources are hosted.
-
Constructor Summary
Constructors Constructor Description CloudAccountAzureSpecification()
-
Method Summary
-
Constructor Details
-
CloudAccountAzureSpecification
public CloudAccountAzureSpecification()
-
-
Method Details
-
createDefaultZones
-
isCreateDefaultZones
Create default cloud zones for the enabled regions.- Returns:
- createDefaultZones
-
setCreateDefaultZones
-
clientApplicationId
-
getClientApplicationId
Azure Client Application ID- Returns:
- clientApplicationId
-
setClientApplicationId
-
clientApplicationSecretKey
public CloudAccountAzureSpecification clientApplicationSecretKey(String clientApplicationSecretKey) -
getClientApplicationSecretKey
Azure Client Application Secret Key- Returns:
- clientApplicationSecretKey
-
setClientApplicationSecretKey
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
tenantId
-
getTenantId
Azure Tenant ID- Returns:
- tenantId
-
setTenantId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
regionIds
-
addRegionIdsItem
-
getRegionIds
A set of Region names to enable provisioning on. Refer to /iaas/cloud-accounts-azure/region-enumeration..- Returns:
- regionIds
-
setRegionIds
-
subscriptionId
-
getSubscriptionId
Azure Subscribtion ID- Returns:
- subscriptionId
-
setSubscriptionId
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values to set on the Cloud Account- Returns:
- tags
-
setTags
-
equals
-
hashCode
public int hashCode() -
toString
-