Class UpdateCloudAccountSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.UpdateCloudAccountSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class UpdateCloudAccountSpecification extends Object
UpdateCloudAccountSpecification
-
Constructor Summary
Constructors Constructor Description UpdateCloudAccountSpecification()
-
Method Summary
Modifier and Type Method Description UpdateCloudAccountSpecification
addAssociatedCloudAccountIdsItem(String associatedCloudAccountIdsItem)
UpdateCloudAccountSpecification
addRegionIdsItem(String regionIdsItem)
UpdateCloudAccountSpecification
addTagsItem(Tag tagsItem)
UpdateCloudAccountSpecification
associatedCloudAccountIds(List<String> associatedCloudAccountIds)
UpdateCloudAccountSpecification
createDefaultZones(Boolean createDefaultZones)
UpdateCloudAccountSpecification
customProperties(Map<String,String> customProperties)
UpdateCloudAccountSpecification
description(String description)
boolean
equals(Object o)
List<String>
getAssociatedCloudAccountIds()
Cloud accounts to associate with this cloud accountMap<String,String>
getCustomProperties()
Additional custom properties that may be used to extend the Cloud Account.String
getDescription()
A human-friendly description.String
getName()
A human-friendly name used as an identifier in APIs that support this option.String
getPrivateKey()
Secret access key or password to be used to authenticate with the cloud accountString
getPrivateKeyId()
Access key id or username to be used to authenticate with the cloud accountList<String>
getRegionIds()
A set of Region names to enable provisioning on.List<Tag>
getTags()
A set of tag keys and optional values to set on the Cloud Accountint
hashCode()
Boolean
isCreateDefaultZones()
Create default cloud zones for the enabled regions.UpdateCloudAccountSpecification
name(String name)
UpdateCloudAccountSpecification
privateKey(String privateKey)
UpdateCloudAccountSpecification
privateKeyId(String privateKeyId)
UpdateCloudAccountSpecification
putCustomPropertiesItem(String key, String customPropertiesItem)
UpdateCloudAccountSpecification
regionIds(List<String> regionIds)
void
setAssociatedCloudAccountIds(List<String> associatedCloudAccountIds)
void
setCreateDefaultZones(Boolean createDefaultZones)
void
setCustomProperties(Map<String,String> customProperties)
void
setDescription(String description)
void
setName(String name)
void
setPrivateKey(String privateKey)
void
setPrivateKeyId(String privateKeyId)
void
setRegionIds(List<String> regionIds)
void
setTags(List<Tag> tags)
UpdateCloudAccountSpecification
tags(List<Tag> tags)
String
toString()
-
Constructor Details
-
UpdateCloudAccountSpecification
public UpdateCloudAccountSpecification()
-
-
Method Details
-
privateKey
-
getPrivateKey
Secret access key or password to be used to authenticate with the cloud account- Returns:
- privateKey
-
setPrivateKey
-
createDefaultZones
-
isCreateDefaultZones
Create default cloud zones for the enabled regions.- Returns:
- createDefaultZones
-
setCreateDefaultZones
-
associatedCloudAccountIds
public UpdateCloudAccountSpecification associatedCloudAccountIds(List<String> associatedCloudAccountIds) -
addAssociatedCloudAccountIdsItem
public UpdateCloudAccountSpecification addAssociatedCloudAccountIdsItem(String associatedCloudAccountIdsItem) -
getAssociatedCloudAccountIds
Cloud accounts to associate with this cloud account- Returns:
- associatedCloudAccountIds
-
setAssociatedCloudAccountIds
-
customProperties
-
putCustomPropertiesItem
public UpdateCloudAccountSpecification putCustomPropertiesItem(String key, String customPropertiesItem) -
getCustomProperties
Additional custom properties that may be used to extend the Cloud Account.- Returns:
- customProperties
-
setCustomProperties
-
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.- Returns:
- regionIds
-
setRegionIds
-
privateKeyId
-
getPrivateKeyId
Access key id or username to be used to authenticate with the cloud account- 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
-