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 UpdateMachineSpecification
addTagsItem(Tag tagsItem)
UpdateMachineSpecification
description(String description)
boolean
equals(Object o)
String
getDescription()
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.int
hashCode()
void
setDescription(String description)
void
setTags(List<Tag> tags)
UpdateMachineSpecification
tags(List<Tag> tags)
String
toString()
-
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
-