Uses of Class
com.vmware.nsx_policy.model.SegmentPortAttachmentState.Builder
-
Packages that use SegmentPortAttachmentState.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of SegmentPortAttachmentState.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SegmentPortAttachmentState.Builder Modifier and Type Method Description SegmentPortAttachmentState.BuilderSegmentPortAttachmentState.Builder. setAttachers(java.util.List<PortAttacher> attachers)VM or vmknic entities that are attached to the Segment Port This property may be present in responses from the server, but if it is present in a request to server it will be ignored.SegmentPortAttachmentState.BuilderSegmentPortAttachmentState.Builder. setId(java.lang.String id)VIF ID This property may be present in responses from the server, but if it is present in a request to server it will be ignored.SegmentPortAttachmentState.BuilderSegmentPortAttachmentState.Builder. setState(java.lang.String state)Possible values are:SegmentPortAttachmentState.STATE_FREESegmentPortAttachmentState.STATE_ATTACHEDSegmentPortAttachmentState.STATE_ATTACHED_PENDING_CONFSegmentPortAttachmentState.STATE_ATTACHED_IN_MOTIONSegmentPortAttachmentState.STATE_DETACHEDA segment port must be in one of following states.
-