Class LoadBalancer
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.LoadBalancer
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class LoadBalancer extends Object
Represents a load balancer.<br>**HATEOAS** links:<br>**load-balancer-targets** -
array[Machine] - List of load balancer target machines.<br>**cloud-account** - CloudAccount
- Cloud account where this LB is deployed.<br>**self** - LoadBalancer - Self link to this
load balancer
-
Constructor Summary
Constructors Constructor Description LoadBalancer() -
Method Summary
Modifier and Type Method Description LoadBalancer_links(Map<String,Href> _links)LoadBalanceraddCloudAccountIdsItem(String cloudAccountIdsItem)LoadBalanceraddress(String address)LoadBalanceraddRoutesItem(RouteConfiguration routesItem)LoadBalanceraddTagsItem(Tag tagsItem)LoadBalancercloudAccountIds(List<String> cloudAccountIds)LoadBalancercreatedAt(String createdAt)LoadBalancercustomProperties(Map<String,String> customProperties)LoadBalancerdeploymentId(String deploymentId)LoadBalancerdescription(String description)booleanequals(Object o)LoadBalancerexternalId(String externalId)LoadBalancerexternalRegionId(String externalRegionId)LoadBalancerexternalZoneId(String externalZoneId)StringgetAddress()Primary address allocated or in use by this load balancer.List<String>getCloudAccountIds()Set of ids of the cloud accounts this resource belongs to.StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Additional properties that may be used to extend the base resource.StringgetDeploymentId()Deployment id that is associated with this resource.StringgetDescription()A human-friendly description.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()The external regionId of the resource.StringgetExternalZoneId()The external zoneId of the resource.StringgetId()The id of this resource instanceMap<String,Href>getLinks()HATEOAS of the entityStringgetLoggingLevel()Defines logging level for collecting load balancer traffic logs.StringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetOrganizationId()This field is deprecated.StringgetOrgId()The id of the organization this entity belongs to.StringgetOwner()Email of the user that owns the entity.StringgetProjectId()The id of the project this resource belongs to.List<RouteConfiguration>getRoutes()The load balancer route configuration regarding ports and protocols.List<Tag>getTags()A set of tag keys and optional values that were set on this resource.StringgetType()Define the type/variant of load balancer numbers e.g.for NSX the number virtual servers and pool members load balancer can hostStringgetUpdatedAt()Date when the entity was last updated.inthashCode()LoadBalancerid(String id)LoadBalancerloggingLevel(String loggingLevel)LoadBalancername(String name)LoadBalancerorganizationId(String organizationId)LoadBalancerorgId(String orgId)LoadBalancerowner(String owner)LoadBalancerprojectId(String projectId)LoadBalancerputCustomPropertiesItem(String key, String customPropertiesItem)LoadBalancerputLinksItem(String key, Href _linksItem)LoadBalancerroutes(List<RouteConfiguration> routes)voidsetAddress(String address)voidsetCloudAccountIds(List<String> cloudAccountIds)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDeploymentId(String deploymentId)voidsetDescription(String description)voidsetExternalId(String externalId)voidsetExternalRegionId(String externalRegionId)voidsetExternalZoneId(String externalZoneId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetLoggingLevel(String loggingLevel)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetProjectId(String projectId)voidsetRoutes(List<RouteConfiguration> routes)voidsetTags(List<Tag> tags)voidsetType(String type)voidsetUpdatedAt(String updatedAt)LoadBalancertags(List<Tag> tags)StringtoString()LoadBalancertype(String type)LoadBalancerupdatedAt(String updatedAt)
-
Constructor Details
-
LoadBalancer
public LoadBalancer()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
address
-
getAddress
Primary address allocated or in use by this load balancer. The address could be an in the form of a publicly resolvable DNS name or an IP address.- Returns:
- address
-
setAddress
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
externalZoneId
-
getExternalZoneId
The external zoneId of the resource.- Returns:
- externalZoneId
-
setExternalZoneId
-
externalRegionId
-
getExternalRegionId
The external regionId of the resource.- Returns:
- externalRegionId
-
setExternalRegionId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
type
-
getType
Define the type/variant of load balancer numbers e.g.for NSX the number virtual servers and pool members load balancer can host- Returns:
- type
-
setType
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values that were set on this resource.- Returns:
- tags
-
setTags
-
organizationId
-
getOrganizationId
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.- Returns:
- organizationId
-
setOrganizationId
-
createdAt
-
getCreatedAt
Date when the entity was created. The date is in ISO 8601 and UTC.- Returns:
- createdAt
-
setCreatedAt
-
cloudAccountIds
-
addCloudAccountIdsItem
-
getCloudAccountIds
Set of ids of the cloud accounts this resource belongs to.- Returns:
- cloudAccountIds
-
setCloudAccountIds
-
routes
-
addRoutesItem
-
getRoutes
The load balancer route configuration regarding ports and protocols.- Returns:
- routes
-
setRoutes
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional properties that may be used to extend the base resource.- Returns:
- customProperties
-
setCustomProperties
-
deploymentId
-
getDeploymentId
Deployment id that is associated with this resource.- Returns:
- deploymentId
-
setDeploymentId
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
id
-
getId
The id of this resource instance- Returns:
- id
-
setId
-
projectId
-
getProjectId
The id of the project this resource belongs to.- Returns:
- projectId
-
setProjectId
-
loggingLevel
-
getLoggingLevel
Defines logging level for collecting load balancer traffic logs.- Returns:
- loggingLevel
-
setLoggingLevel
-
updatedAt
-
getUpdatedAt
Date when the entity was last updated. The date is ISO 8601 and UTC.- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-