Class Project
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.Project
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class Project extends Object
Projects link users and cloud zones, thus controlling who can use what cloud
resources.<br>**HATEOAS** links:<br>**self** - Project - Self link to this project
-
Constructor Summary
Constructors Constructor Description Project() -
Method Summary
Modifier and Type Method Description Project_links(Map<String,Href> _links)ProjectaddAdministratorsItem(User administratorsItem)ProjectaddMembersItem(User membersItem)ProjectaddViewersItem(User viewersItem)ProjectaddZonesItem(ZoneAssignmentConfig zonesItem)Projectadministrators(List<User> administrators)Projectconstraints(Map<String,List<Constraint>> constraints)ProjectcreatedAt(String createdAt)Projectdescription(String description)booleanequals(Object o)List<User>getAdministrators()List of administrator users associated with the project.Map<String,List<Constraint>>getConstraints()List of storage, network and extensibility constraints to be applied when provisioning through this project.StringgetCreatedAt()Date when the entity was created.StringgetDescription()A human-friendly description.StringgetId()The id of this resource instanceMap<String,Href>getLinks()HATEOAS of the entityStringgetMachineNamingTemplate()The naming template to be used for machines provisioned in this projectList<User>getMembers()List of member users associated with the project.StringgetName()A human-friendly name used as an identifier in APIs that support this option.LonggetOperationTimeout()The timeout that should be used for Blueprint operations and Provisioning tasks.StringgetOrganizationId()This field is deprecated.StringgetOrgId()The id of the organization this entity belongs to.StringgetOwner()Email of the user that owns the entity.StringgetUpdatedAt()Date when the entity was last updated.List<User>getViewers()List of viewer users associated with the project.List<ZoneAssignmentConfig>getZones()List of Cloud Zones assigned to this project.inthashCode()Projectid(String id)BooleanisSharedResources()Specifies whether the resources in this projects are shared or not.ProjectmachineNamingTemplate(String machineNamingTemplate)Projectmembers(List<User> members)Projectname(String name)ProjectoperationTimeout(Long operationTimeout)ProjectorganizationId(String organizationId)ProjectorgId(String orgId)Projectowner(String owner)ProjectputConstraintsItem(String key, List<Constraint> constraintsItem)ProjectputLinksItem(String key, Href _linksItem)voidsetAdministrators(List<User> administrators)voidsetConstraints(Map<String,List<Constraint>> constraints)voidsetCreatedAt(String createdAt)voidsetDescription(String description)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetMachineNamingTemplate(String machineNamingTemplate)voidsetMembers(List<User> members)voidsetName(String name)voidsetOperationTimeout(Long operationTimeout)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetSharedResources(Boolean sharedResources)voidsetUpdatedAt(String updatedAt)voidsetViewers(List<User> viewers)voidsetZones(List<ZoneAssignmentConfig> zones)ProjectsharedResources(Boolean sharedResources)StringtoString()ProjectupdatedAt(String updatedAt)Projectviewers(List<User> viewers)Projectzones(List<ZoneAssignmentConfig> zones)
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
operationTimeout
-
getOperationTimeout
The timeout that should be used for Blueprint operations and Provisioning tasks. The timeout is in seconds- Returns:
- operationTimeout
-
setOperationTimeout
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
zones
-
addZonesItem
-
getZones
List of Cloud Zones assigned to this project. You can limit deployment to a single region or allow multi-region placement by adding more than one cloud zone to a project. A cloud zone lists available resources. Use tags on resources to control workload placement.- Returns:
- zones
-
setZones
-
constraints
-
putConstraintsItem
-
getConstraints
List of storage, network and extensibility constraints to be applied when provisioning through this project.- Returns:
- constraints
-
setConstraints
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
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
-
viewers
-
addViewersItem
-
getViewers
List of viewer users associated with the project.- Returns:
- viewers
-
setViewers
-
machineNamingTemplate
-
getMachineNamingTemplate
The naming template to be used for machines provisioned in this project- Returns:
- machineNamingTemplate
-
setMachineNamingTemplate
-
sharedResources
-
isSharedResources
Specifies whether the resources in this projects are shared or not.- Returns:
- sharedResources
-
setSharedResources
-
members
-
addMembersItem
-
getMembers
List of member users associated with the project.- Returns:
- members
-
setMembers
-
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
-
administrators
-
addAdministratorsItem
-
getAdministrators
List of administrator users associated with the project. Only administrators can manage project's configuration.- Returns:
- administrators
-
setAdministrators
-
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
-