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)
Project
addAdministratorsItem(User administratorsItem)
Project
addMembersItem(User membersItem)
Project
addViewersItem(User viewersItem)
Project
addZonesItem(ZoneAssignmentConfig zonesItem)
Project
administrators(List<User> administrators)
Project
constraints(Map<String,List<Constraint>> constraints)
Project
createdAt(String createdAt)
Project
description(String description)
boolean
equals(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.String
getCreatedAt()
Date when the entity was created.String
getDescription()
A human-friendly description.String
getId()
The id of this resource instanceMap<String,Href>
getLinks()
HATEOAS of the entityString
getMachineNamingTemplate()
The naming template to be used for machines provisioned in this projectList<User>
getMembers()
List of member users associated with the project.String
getName()
A human-friendly name used as an identifier in APIs that support this option.Long
getOperationTimeout()
The timeout that should be used for Blueprint operations and Provisioning tasks.String
getOrganizationId()
This field is deprecated.String
getOrgId()
The id of the organization this entity belongs to.String
getOwner()
Email of the user that owns the entity.String
getUpdatedAt()
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.int
hashCode()
Project
id(String id)
Boolean
isSharedResources()
Specifies whether the resources in this projects are shared or not.Project
machineNamingTemplate(String machineNamingTemplate)
Project
members(List<User> members)
Project
name(String name)
Project
operationTimeout(Long operationTimeout)
Project
organizationId(String organizationId)
Project
orgId(String orgId)
Project
owner(String owner)
Project
putConstraintsItem(String key, List<Constraint> constraintsItem)
Project
putLinksItem(String key, Href _linksItem)
void
setAdministrators(List<User> administrators)
void
setConstraints(Map<String,List<Constraint>> constraints)
void
setCreatedAt(String createdAt)
void
setDescription(String description)
void
setId(String id)
void
setLinks(Map<String,Href> _links)
void
setMachineNamingTemplate(String machineNamingTemplate)
void
setMembers(List<User> members)
void
setName(String name)
void
setOperationTimeout(Long operationTimeout)
void
setOrganizationId(String organizationId)
void
setOrgId(String orgId)
void
setOwner(String owner)
void
setSharedResources(Boolean sharedResources)
void
setUpdatedAt(String updatedAt)
void
setViewers(List<User> viewers)
void
setZones(List<ZoneAssignmentConfig> zones)
Project
sharedResources(Boolean sharedResources)
String
toString()
Project
updatedAt(String updatedAt)
Project
viewers(List<User> viewers)
Project
zones(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
-