Class FabricComputeSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricComputeSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricComputeSpecification extends Object
Specification for updating a FabricCompute
-
Constructor Summary
Constructors Constructor Description FabricComputeSpecification() -
Method Summary
Modifier and Type Method Description FabricComputeSpecificationaddTagsItem(Tag tagsItem)booleanequals(Object o)List<Tag>getTags()A set of tag keys and optional values that were set on this resource instance.inthashCode()voidsetTags(List<Tag> tags)FabricComputeSpecificationtags(List<Tag> tags)StringtoString()
-
Constructor Details
-
FabricComputeSpecification
public FabricComputeSpecification()
-
-
Method Details