Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
Condition.Builder |
Condition.Builder.setChildren(java.util.List<com.vmware.vapi.bindings.Structure> children)
Subtree for this type within policy tree containing nested elements.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.setDescription(java.lang.String description)
Description of this resource
|
Condition.Builder |
Condition.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
Condition.Builder |
Condition.Builder.setExclude(ExcludedMembersList exclude) |
Condition.Builder |
Condition.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
Condition.Builder |
Condition.Builder.setKey(java.lang.String key)
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
Condition.Builder |
Condition.Builder.setMarkedForDelete(java.lang.Boolean markedForDelete)
Intent objects are not directly deleted from the system when a delete is invoked
on them.
|
Condition.Builder |
Condition.Builder.setMemberType(java.lang.String memberType)
Possible values are:
Condition.MEMBER_TYPE_IPSET Condition.MEMBER_TYPE_VIRTUALMACHINE
Condition.MEMBER_TYPE_LOGICALPORT
Condition.MEMBER_TYPE_LOGICALSWITCH
Condition.MEMBER_TYPE_SEGMENT
Condition.MEMBER_TYPE_SEGMENTPORT
Condition.MEMBER_TYPE_POD Condition.MEMBER_TYPE_SERVICE Condition.MEMBER_TYPE_NAMESPACE Condition.MEMBER_TYPE_TRANSPORTNODE
Condition.MEMBER_TYPE_GROUP Condition.MEMBER_TYPE_DVPG Condition.MEMBER_TYPE_DVPORT Condition.MEMBER_TYPE_IPADDRESS Condition.MEMBER_TYPE_VPCSUBNET Condition.MEMBER_TYPE_KUBERNETESCLUSTER
Condition.MEMBER_TYPE_KUBERNETESNAMESPACE
Condition.MEMBER_TYPE_ANTREAEGRESS
Condition.MEMBER_TYPE_ANTREAIPPOOL
Condition.MEMBER_TYPE_KUBERNETESINGRESS
Condition.MEMBER_TYPE_KUBERNETESGATEWAY
Condition.MEMBER_TYPE_KUBERNETESSERVICE
Condition.MEMBER_TYPE_KUBERNETESNODE
Condition.MEMBER_TYPE_VPCSUBNETPORT
For global groups (groups created from Global Manager), the supported
Member Types are - VirtualMachine, Segment, SegmentPort, Group, DVPG and DVPort. |
Condition.Builder |
Condition.Builder.setOperator(java.lang.String operator)
Possible values are:
Condition.OPERATOR_EQUALS Condition.OPERATOR_CONTAINS Condition.OPERATOR_STARTSWITH Condition.OPERATOR_ENDSWITH Condition.OPERATOR_NOTEQUALS Condition.OPERATOR_NOTIN Condition.OPERATOR_MATCHES Condition.OPERATOR_IN Operator is made
non-mandatory to support Segment and SegmentPort tag based expression. |
Condition.Builder |
Condition.Builder.setOriginSiteId(java.lang.String originSiteId)
This is a UUID generated by the system for knowing which site owns an object.
|
Condition.Builder |
Condition.Builder.setOverridden(java.lang.Boolean overridden)
Global intent objects cannot be modified by the user.
|
Condition.Builder |
Condition.Builder.setOwnerId(java.lang.String ownerId)
This is a UUID generated by the system for knowing who owns this object.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.setRealizationId(java.lang.String realizationId)
This is a UUID generated by the system for realizing the entity object.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.setScopeOperator(java.lang.String scopeOperator)
Possible values are:
Condition.SCOPE_OPERATOR_EQUALS Condition.SCOPE_OPERATOR_NOTEQUALS
Default operator when not specified explicitly would be considered as EQUALS. |
Condition.Builder |
Condition.Builder.setSelf(SelfResourceLink self) |
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
Condition.Builder |
Condition.Builder.setUniqueId(java.lang.String uniqueId)
This is a UUID generated by the GM/LM to uniquely identify entities in a
federated environment.
|
Condition.Builder |
Condition.Builder.setValue(java.lang.String value)
Value
|