Class CloudAccountNsxTSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccountNsxTSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccountNsxTSpecification extends Object
Specification for an NSX-T 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 CloudAccountNsxTSpecification() -
Method Summary
Modifier and Type Method Description CloudAccountNsxTSpecificationacceptSelfSignedCertificate(Boolean acceptSelfSignedCertificate)CloudAccountNsxTSpecificationaddAssociatedCloudAccountIdsItem(String associatedCloudAccountIdsItem)CloudAccountNsxTSpecificationaddTagsItem(Tag tagsItem)CloudAccountNsxTSpecificationassociatedCloudAccountIds(List<String> associatedCloudAccountIds)CloudAccountNsxTSpecificationdcid(String dcid)CloudAccountNsxTSpecificationdescription(String description)booleanequals(Object o)List<String>getAssociatedCloudAccountIds()vSphere cloud accounts associated with this NSX-T cloud account.StringgetDcid()Identifier of a data collector vm deployed in the on premise infrastructure.StringgetDescription()A human-friendly description.StringgetHostName()Host name for the NSX-T endpointStringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetPassword()Password for the user used to authenticate with the cloud AccountList<Tag>getTags()A set of tag keys and optional values to set on the Cloud AccountStringgetUsername()Username to authenticate with the cloud accountinthashCode()CloudAccountNsxTSpecificationhostName(String hostName)BooleanisAcceptSelfSignedCertificate()Accept self signed certificate when connecting.CloudAccountNsxTSpecificationname(String name)CloudAccountNsxTSpecificationpassword(String password)voidsetAcceptSelfSignedCertificate(Boolean acceptSelfSignedCertificate)voidsetAssociatedCloudAccountIds(List<String> associatedCloudAccountIds)voidsetDcid(String dcid)voidsetDescription(String description)voidsetHostName(String hostName)voidsetName(String name)voidsetPassword(String password)voidsetTags(List<Tag> tags)voidsetUsername(String username)CloudAccountNsxTSpecificationtags(List<Tag> tags)StringtoString()CloudAccountNsxTSpecificationusername(String username)
-
Constructor Details
-
CloudAccountNsxTSpecification
public CloudAccountNsxTSpecification()
-
-
Method Details
-
hostName
-
getHostName
Host name for the NSX-T endpoint- Returns:
- hostName
-
setHostName
-
acceptSelfSignedCertificate
public CloudAccountNsxTSpecification acceptSelfSignedCertificate(Boolean acceptSelfSignedCertificate) -
isAcceptSelfSignedCertificate
Accept self signed certificate when connecting.- Returns:
- acceptSelfSignedCertificate
-
setAcceptSelfSignedCertificate
-
password
-
getPassword
Password for the user used to authenticate with the cloud Account- Returns:
- password
-
setPassword
-
associatedCloudAccountIds
public CloudAccountNsxTSpecification associatedCloudAccountIds(List<String> associatedCloudAccountIds) -
addAssociatedCloudAccountIdsItem
public CloudAccountNsxTSpecification addAssociatedCloudAccountIdsItem(String associatedCloudAccountIdsItem) -
getAssociatedCloudAccountIds
vSphere cloud accounts associated with this NSX-T cloud account.- Returns:
- associatedCloudAccountIds
-
setAssociatedCloudAccountIds
-
dcid
-
getDcid
Identifier of a data collector vm deployed in the on premise infrastructure. Refer to the data-collector API to create or list data collectors- Returns:
- dcid
-
setDcid
-
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
-
username
-
getUsername
Username to authenticate with the cloud account- Returns:
- username
-
setUsername
-
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
-