| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DSService. |
| Modifier and Type | Method and Description |
|---|---|
DSService |
build() |
DSService.Builder |
setIsValid(java.lang.Boolean isValid)
Will be set to false if the referenced NSX resource has been deleted.
|
DSService.Builder |
setService(com.vmware.vapi.bindings.Structure service) |
DSService.Builder |
setTargetDisplayName(java.lang.String targetDisplayName)
Display name of the NSX resource.
|
DSService.Builder |
setTargetId(java.lang.String targetId)
Identifier of the NSX resource.
|
DSService.Builder |
setTargetType(java.lang.String targetType)
Type of the NSX resource.
|
public Builder()
DSService.public DSService.Builder setIsValid(java.lang.Boolean isValid)
isValid - New value for the property.public DSService.Builder setTargetDisplayName(java.lang.String targetDisplayName)
targetDisplayName - New value for the property.public DSService.Builder setTargetId(java.lang.String targetId)
targetId - New value for the property.public DSService.Builder setTargetType(java.lang.String targetType)
targetType - New value for the property.public DSService.Builder setService(com.vmware.vapi.bindings.Structure service)
service - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in NSServiceElement. When methods return a value of this
class as a return value, the property will contain all the properties defined in
NSServiceElement.public DSService build()