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 ProjectResourceMetadataSpecification
addTagsItem(Tag tagsItem)
boolean
equals(Object o)
List<Tag>
getTags()
A list of keys and optional values to be applied to compute resources provisioned in a projectint
hashCode()
void
setTags(List<Tag> tags)
ProjectResourceMetadataSpecification
tags(List<Tag> tags)
String
toString()
-
Constructor Details
-
ProjectResourceMetadataSpecification
public ProjectResourceMetadataSpecification()
-
-
Method Details