Class ProjectResourceMetadataSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ProjectResourceMetadataSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ProjectResourceMetadataSpecification extends Object
Specification for resource metadata associated with a project
-
Constructor Summary
Constructors Constructor Description ProjectResourceMetadataSpecification() -
Method Summary
Modifier and Type Method Description ProjectResourceMetadataSpecificationaddTagsItem(Tag tagsItem)booleanequals(Object o)List<Tag>getTags()A list of keys and optional values to be applied to compute resources provisioned in a projectinthashCode()voidsetTags(List<Tag> tags)ProjectResourceMetadataSpecificationtags(List<Tag> tags)StringtoString()
-
Constructor Details
-
ProjectResourceMetadataSpecification
public ProjectResourceMetadataSpecification()
-
-
Method Details