Class ProjectSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ProjectSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ProjectSpecification extends Object
Represents a specification for a project.
-
Constructor Summary
Constructors Constructor Description ProjectSpecification()
-
Method Summary
Modifier and Type Method Description ProjectSpecification
addAdministratorsItem(User administratorsItem)
ProjectSpecification
addMembersItem(User membersItem)
ProjectSpecification
addViewersItem(User viewersItem)
ProjectSpecification
addZoneAssignmentConfigurationsItem(ZoneAssignmentConfig zoneAssignmentConfigurationsItem)
ProjectSpecification
administrators(List<User> administrators)
ProjectSpecification
constraints(Map<String,List<Constraint>> constraints)
ProjectSpecification
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
getDescription()
A human-friendly description.String
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.List<User>
getViewers()
List of viewer users associated with the project.List<ZoneAssignmentConfig>
getZoneAssignmentConfigurations()
List of configurations for zone assignment to a project.int
hashCode()
Boolean
isSharedResources()
Specifies whether the resources in this projects are shared or not.ProjectSpecification
machineNamingTemplate(String machineNamingTemplate)
ProjectSpecification
members(List<User> members)
ProjectSpecification
name(String name)
ProjectSpecification
operationTimeout(Long operationTimeout)
ProjectSpecification
putConstraintsItem(String key, List<Constraint> constraintsItem)
void
setAdministrators(List<User> administrators)
void
setConstraints(Map<String,List<Constraint>> constraints)
void
setDescription(String description)
void
setMachineNamingTemplate(String machineNamingTemplate)
void
setMembers(List<User> members)
void
setName(String name)
void
setOperationTimeout(Long operationTimeout)
void
setSharedResources(Boolean sharedResources)
void
setViewers(List<User> viewers)
void
setZoneAssignmentConfigurations(List<ZoneAssignmentConfig> zoneAssignmentConfigurations)
ProjectSpecification
sharedResources(Boolean sharedResources)
String
toString()
ProjectSpecification
viewers(List<User> viewers)
ProjectSpecification
zoneAssignmentConfigurations(List<ZoneAssignmentConfig> zoneAssignmentConfigurations)
-
Constructor Details
-
ProjectSpecification
public ProjectSpecification()
-
-
Method Details
-
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. If not set default will be used.- Returns:
- sharedResources
-
setSharedResources
-
operationTimeout
-
getOperationTimeout
The timeout that should be used for Blueprint operations and Provisioning tasks. The timeout is in seconds- Returns:
- operationTimeout
-
setOperationTimeout
-
members
-
addMembersItem
-
getMembers
List of member users associated with the project.- Returns:
- members
-
setMembers
-
zoneAssignmentConfigurations
public ProjectSpecification zoneAssignmentConfigurations(List<ZoneAssignmentConfig> zoneAssignmentConfigurations) -
addZoneAssignmentConfigurationsItem
public ProjectSpecification addZoneAssignmentConfigurationsItem(ZoneAssignmentConfig zoneAssignmentConfigurationsItem) -
getZoneAssignmentConfigurations
List of configurations for zone assignment to a project.- Returns:
- zoneAssignmentConfigurations
-
setZoneAssignmentConfigurations
public void setZoneAssignmentConfigurations(List<ZoneAssignmentConfig> zoneAssignmentConfigurations) -
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
-
constraints
-
putConstraintsItem
-
getConstraints
List of storage, network and extensibility constraints to be applied when provisioning through this project.- Returns:
- constraints
-
setConstraints
-
administrators
-
addAdministratorsItem
-
getAdministrators
List of administrator users associated with the project. Only administrators can manage project's configuration.- Returns:
- administrators
-
setAdministrators
-
equals
-
hashCode
public int hashCode() -
toString
-