Class CloudAccountGcpSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccountGcpSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccountGcpSpecification extends Object
Specification for a GCP cloud account.<br><br>A cloud account identifies a cloud
account type and an account-specific deployment region where the associated cloud account
resources are hosted.
-
Constructor Summary
Constructors Constructor Description CloudAccountGcpSpecification()
-
Method Summary
-
Constructor Details
-
CloudAccountGcpSpecification
public CloudAccountGcpSpecification()
-
-
Method Details
-
privateKey
-
getPrivateKey
GCP Private key- Returns:
- privateKey
-
setPrivateKey
-
createDefaultZones
-
isCreateDefaultZones
Create default cloud zones for the enabled regions.- Returns:
- createDefaultZones
-
setCreateDefaultZones
-
clientEmail
-
getClientEmail
GCP Client email- Returns:
- clientEmail
-
setClientEmail
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
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-gcp/region-enumeration.- Returns:
- regionIds
-
setRegionIds
-
projectId
-
getProjectId
GCP Project ID- Returns:
- projectId
-
setProjectId
-
privateKeyId
-
getPrivateKeyId
GCP Private key ID- Returns:
- privateKeyId
-
setPrivateKeyId
-
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
-