| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setFullName(java.lang.String fullName)
Full name for the user
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setLastPasswordChange(java.lang.Long lastPasswordChange)
Number of days since password was last changed 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.
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setOldPassword(java.lang.String oldPassword)
Old password for the user (required on PUT if password specified)
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setPassword(java.lang.String password)
Password for the user (optionally specified on PUT, unspecified on GET)
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setPasswordChangeFrequency(java.lang.Long passwordChangeFrequency)
Number of days password is valid before it must be changed.
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setPasswordChangeWarning(java.lang.Long passwordChangeWarning)
Number of days before user receives warning message of password expiration
format: int64
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setPasswordResetRequired(java.lang.Boolean passwordResetRequired)
Boolean value that states if a password reset is required
|
NodeUserProperties.Builder |
NodeUserProperties.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.
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setSelf(SelfResourceLink self) |
NodeUserProperties.Builder |
NodeUserProperties.Builder.setStatus(java.lang.String status)
Possible values are:
NodeUserProperties.STATUS_ACTIVE NodeUserProperties.STATUS_PASSWORD_EXPIRED
NodeUserProperties.STATUS_NOT_ACTIVATED
Status of the user. |
NodeUserProperties.Builder |
NodeUserProperties.Builder.setUserid(java.lang.Long userid)
Numeric id for the user 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.
|
NodeUserProperties.Builder |
NodeUserProperties.Builder.setUsername(java.lang.String username)
User login name (must be \"root\" if userid is 0)
|