Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
SegmentPort.Builder |
SegmentPort.Builder.setAddressBindings(java.util.List<PortAddressBindingEntry> addressBindings)
Static address binding used for the port.
|
SegmentPort.Builder |
SegmentPort.Builder.setAdminState(java.lang.String adminState)
Possible values are:
SegmentPort.ADMIN_STATE_UP SegmentPort.ADMIN_STATE_DOWN Represents
desired state of the segment port |
SegmentPort.Builder |
SegmentPort.Builder.setAttachment(PortAttachment attachment) |
SegmentPort.Builder |
SegmentPort.Builder.setChildren(java.util.List<com.vmware.vapi.bindings.Structure> children)
Subtree for this type within policy tree containing nested elements.
|
SegmentPort.Builder |
SegmentPort.Builder.setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setCreateUser(java.lang.String createUser)
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setDescription(java.lang.String description)
Description of this resource
|
SegmentPort.Builder |
SegmentPort.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
SegmentPort.Builder |
SegmentPort.Builder.setExtraConfigs(java.util.List<SegmentExtraConfig> extraConfigs)
This property could be used for vendor specific configuration in key value
string pairs.
|
SegmentPort.Builder |
SegmentPort.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
SegmentPort.Builder |
SegmentPort.Builder.setIgnoredAddressBindings(java.util.List<PortAddressBindingEntry> ignoredAddressBindings)
IP Discovery module uses various mechanisms to discover address bindings being
used on each segment port.
|
SegmentPort.Builder |
SegmentPort.Builder.setInitState(java.lang.String initState)
Possible values are:
SegmentPort.INIT_STATE_UNBLOCKED_VLAN
SegmentPort.INIT_STATE_RESTORE_VIF
Set initial state when a new logical port is created. |
SegmentPort.Builder |
SegmentPort.Builder.setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
SegmentPort.Builder |
SegmentPort.Builder.setMarkedForDelete(java.lang.Boolean markedForDelete)
Intent objects are not directly deleted from the system when a delete is invoked
on them.
|
SegmentPort.Builder |
SegmentPort.Builder.setOriginId(java.lang.String originId)
ID populated by NSX when NSX on DVPG is used to indicate the source Distributed
Virtual Port and the corresponding Distributed Virtual Switch.
|
SegmentPort.Builder |
SegmentPort.Builder.setOriginSiteId(java.lang.String originSiteId)
This is a UUID generated by the system for knowing which site owns an object.
|
SegmentPort.Builder |
SegmentPort.Builder.setOverridden(java.lang.Boolean overridden)
Global intent objects cannot be modified by the user.
|
SegmentPort.Builder |
SegmentPort.Builder.setOwnerId(java.lang.String ownerId)
This is a UUID generated by the system for knowing who owns this object.
|
SegmentPort.Builder |
SegmentPort.Builder.setParentPath(java.lang.String parentPath)
Path of its parent
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setPath(java.lang.String path)
Absolute path of this object
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
SegmentPort.Builder |
SegmentPort.Builder.setRealizationId(java.lang.String realizationId)
This is a UUID generated by the system for realizing the entity object.
|
SegmentPort.Builder |
SegmentPort.Builder.setRelativePath(java.lang.String relativePath)
Path relative from its parent
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setRemotePath(java.lang.String remotePath)
This is the path of the object on the local managers when queried on the NSX+
service, and path of the object on NSX+ service when queried from the local
managers.
|
SegmentPort.Builder |
SegmentPort.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
SegmentPort.Builder |
SegmentPort.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
SegmentPort.Builder |
SegmentPort.Builder.setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setSelf(SelfResourceLink self) |
SegmentPort.Builder |
SegmentPort.Builder.setSourceSiteId(java.lang.String sourceSiteId)
This field will refer to the source site on which the segment port is
discovered.
|
SegmentPort.Builder |
SegmentPort.Builder.setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPort.Builder |
SegmentPort.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
SegmentPort.Builder |
SegmentPort.Builder.setUniqueId(java.lang.String uniqueId)
This is a UUID generated by the GM/LM to uniquely identify entities in a
federated environment.
|