Class UpdateMachineSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.UpdateMachineSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class UpdateMachineSpecification extends Object
UpdateMachineSpecification
-
Constructor Summary
Constructors Constructor Description UpdateMachineSpecification() -
Method Summary
Modifier and Type Method Description UpdateMachineSpecificationaddTagsItem(Tag tagsItem)UpdateMachineSpecificationdescription(String description)booleanequals(Object o)StringgetDescription()Describes machine within the scope of your organization and is not propagated to the cloudList<Tag>getTags()A set of tag keys and optional values that should be set on any resource that is produced from this specification.inthashCode()voidsetDescription(String description)voidsetTags(List<Tag> tags)UpdateMachineSpecificationtags(List<Tag> tags)StringtoString()
-
Constructor Details
-
UpdateMachineSpecification
public UpdateMachineSpecification()
-
-
Method Details
-
description
-
getDescription
Describes machine within the scope of your organization and is not propagated to the cloud- Returns:
- description
-
setDescription
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values that should be set on any resource that is produced from this specification.- Returns:
- tags
-
setTags
-
equals
-
hashCode
public int hashCode() -
toString
-