Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.NetworkInterface
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of NetworkInterface in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return NetworkInterface Modifier and Type Method Description NetworkInterface
NetworkInterface. _links(Map<String,Href> _links)
NetworkInterface
NetworkInterface. addAddressesItem(String addressesItem)
NetworkInterface
NetworkInterface. addCloudAccountIdsItem(String cloudAccountIdsItem)
NetworkInterface
NetworkInterface. addresses(List<String> addresses)
NetworkInterface
NetworkInterface. addSecurityGroupIdsItem(String securityGroupIdsItem)
NetworkInterface
NetworkInterface. addTagsItem(Tag tagsItem)
NetworkInterface
NetworkInterface. cloudAccountIds(List<String> cloudAccountIds)
NetworkInterface
NetworkInterface. createdAt(String createdAt)
NetworkInterface
NetworkInterface. customProperties(Map<String,String> customProperties)
NetworkInterface
NetworkInterface. description(String description)
NetworkInterface
NetworkInterface. deviceIndex(Integer deviceIndex)
NetworkInterface
NetworkInterface. externalId(String externalId)
NetworkInterface
NetworkInterface. externalRegionId(String externalRegionId)
NetworkInterface
NetworkInterface. id(String id)
NetworkInterface
NetworkInterface. name(String name)
NetworkInterface
NetworkInterface. organizationId(String organizationId)
NetworkInterface
NetworkInterface. orgId(String orgId)
NetworkInterface
NetworkInterface. owner(String owner)
NetworkInterface
NetworkInterface. putCustomPropertiesItem(String key, String customPropertiesItem)
NetworkInterface
NetworkInterface. putLinksItem(String key, Href _linksItem)
NetworkInterface
NetworkInterface. securityGroupIds(List<String> securityGroupIds)
NetworkInterface
NetworkInterface. tags(List<Tag> tags)
NetworkInterface
NetworkInterface. updatedAt(String updatedAt)