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