Class NetworkInterface
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.NetworkInterface
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class NetworkInterface extends Object
Represents a network interface.<br>**HATEOAS** links:<br>**cloud-accounts** -
array[CloudAccount] - List of cloud accounts where this network domain
exists.<br>**security-groups** - array[SecurityGroup] - List of security groups for this
network interface.<br>**self** - NetworkInterface - Self link to this network interface
-
Constructor Summary
Constructors Constructor Description NetworkInterface() -
Method Summary
Modifier and Type Method Description NetworkInterface_links(Map<String,Href> _links)NetworkInterfaceaddAddressesItem(String addressesItem)NetworkInterfaceaddCloudAccountIdsItem(String cloudAccountIdsItem)NetworkInterfaceaddresses(List<String> addresses)NetworkInterfaceaddSecurityGroupIdsItem(String securityGroupIdsItem)NetworkInterfaceaddTagsItem(Tag tagsItem)NetworkInterfacecloudAccountIds(List<String> cloudAccountIds)NetworkInterfacecreatedAt(String createdAt)NetworkInterfacecustomProperties(Map<String,String> customProperties)NetworkInterfacedescription(String description)NetworkInterfacedeviceIndex(Integer deviceIndex)booleanequals(Object o)NetworkInterfaceexternalId(String externalId)NetworkInterfaceexternalRegionId(String externalRegionId)List<String>getAddresses()A list of IP addresses allocated or in use by this network interface.List<String>getCloudAccountIds()Set of ids of the cloud accounts this entity belongs to.StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Additional properties that may be used to extend the base type.StringgetDescription()A human-friendly description.IntegergetDeviceIndex()The device index of this network interface.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()The external regionId of the network interface.StringgetId()The id of this resource instanceMap<String,Href>getLinks()HATEOAS of the entityStringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetOrganizationId()This field is deprecated.StringgetOrgId()The id of the organization this entity belongs to.StringgetOwner()Email of the user that owns the entity.List<String>getSecurityGroupIds()A list of security group ids this network interface is associated withList<Tag>getTags()A set of tag keys and optional values that were set on this network interface.StringgetUpdatedAt()Date when the entity was last updated.inthashCode()NetworkInterfaceid(String id)NetworkInterfacename(String name)NetworkInterfaceorganizationId(String organizationId)NetworkInterfaceorgId(String orgId)NetworkInterfaceowner(String owner)NetworkInterfaceputCustomPropertiesItem(String key, String customPropertiesItem)NetworkInterfaceputLinksItem(String key, Href _linksItem)NetworkInterfacesecurityGroupIds(List<String> securityGroupIds)voidsetAddresses(List<String> addresses)voidsetCloudAccountIds(List<String> cloudAccountIds)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDescription(String description)voidsetDeviceIndex(Integer deviceIndex)voidsetExternalId(String externalId)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetSecurityGroupIds(List<String> securityGroupIds)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)NetworkInterfacetags(List<Tag> tags)StringtoString()NetworkInterfaceupdatedAt(String updatedAt)
-
Constructor Details
-
NetworkInterface
public NetworkInterface()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
addresses
-
addAddressesItem
-
getAddresses
A list of IP addresses allocated or in use by this network interface.- Returns:
- addresses
-
setAddresses
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
externalRegionId
-
getExternalRegionId
The external regionId of the network interface.- Returns:
- externalRegionId
-
setExternalRegionId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
deviceIndex
-
getDeviceIndex
The device index of this network interface.- Returns:
- deviceIndex
-
setDeviceIndex
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values that were set on this network interface.- Returns:
- tags
-
setTags
-
organizationId
-
getOrganizationId
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.- Returns:
- organizationId
-
setOrganizationId
-
createdAt
-
getCreatedAt
Date when the entity was created. The date is in ISO 8601 and UTC.- Returns:
- createdAt
-
setCreatedAt
-
cloudAccountIds
-
addCloudAccountIdsItem
-
getCloudAccountIds
Set of ids of the cloud accounts this entity belongs to.- Returns:
- cloudAccountIds
-
setCloudAccountIds
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional properties that may be used to extend the base type.- Returns:
- customProperties
-
setCustomProperties
-
securityGroupIds
-
addSecurityGroupIdsItem
-
getSecurityGroupIds
A list of security group ids this network interface is associated with- Returns:
- securityGroupIds
-
setSecurityGroupIds
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
id
-
getId
The id of this resource instance- Returns:
- id
-
setId
-
updatedAt
-
getUpdatedAt
Date when the entity was last updated. The date is ISO 8601 and UTC.- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-