Package com.vmware.nsx_policy.model
Class ManagementConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ManagementConfig.Builder
-
- Enclosing class:
- ManagementConfig
public static final class ManagementConfig.Builder extends java.lang.Object
Builder class forManagementConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofManagementConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementConfig
build()
ManagementConfig.Builder
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.ManagementConfig.Builder
setPublishFqdns(java.lang.Boolean publishFqdns)
True if Management nodes publish their fqdns(instead of default IP addresses) across NSX for its reachability.ManagementConfig.Builder
setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.ManagementConfig.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.ManagementConfig.Builder
setSelf(SelfResourceLink self)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofManagementConfig
.
-
-
Method Detail
-
setLinks
public ManagementConfig.Builder setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
links
- New value for the property.
-
setSchema
public ManagementConfig.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.- Parameters:
schema
- New value for the property.
-
setSelf
public ManagementConfig.Builder setSelf(SelfResourceLink self)
- Parameters:
self
- New value for the property.
-
setRevision
public ManagementConfig.Builder setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected. format: int32- Parameters:
revision
- New value for the property.
-
setPublishFqdns
public ManagementConfig.Builder setPublishFqdns(java.lang.Boolean publishFqdns)
True if Management nodes publish their fqdns(instead of default IP addresses) across NSX for its reachability.- Parameters:
publishFqdns
- New value for the property.
-
build
public ManagementConfig build()
-
-