SslVpnUserModifyOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConcurrentNumber | int32 | Concurrent number of the SSL VPN user. It should be within the range of 1–100. | |
| GroupId | Pointer to string | Group ID of the SSL VPN user. User group can be created using 'Create SSL VPN user group' interface, and User Group ID can be obtained from 'Get user group list for SSL VPN server' interface. | [optional] |
| Password | string | Password of the SSL VPN user should contain 1 to 64 characters. | |
| Status | bool | Status of the SSL VPN user | |
| Validity | string | Validity of the SSL VPN user. The format is Month/Day/Year, for example 08/20/2022 |
Methods
NewSslVpnUserModifyOpenApiVO
func NewSslVpnUserModifyOpenApiVO(concurrentNumber int32, password string, status bool, validity string, ) *SslVpnUserModifyOpenApiVO
NewSslVpnUserModifyOpenApiVO instantiates a new SslVpnUserModifyOpenApiVO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewSslVpnUserModifyOpenApiVOWithDefaults
func NewSslVpnUserModifyOpenApiVOWithDefaults() *SslVpnUserModifyOpenApiVO
NewSslVpnUserModifyOpenApiVOWithDefaults instantiates a new SslVpnUserModifyOpenApiVO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetConcurrentNumber
func (o *SslVpnUserModifyOpenApiVO) GetConcurrentNumber() int32
GetConcurrentNumber returns the ConcurrentNumber field if non-nil, zero value otherwise.
GetConcurrentNumberOk
func (o *SslVpnUserModifyOpenApiVO) GetConcurrentNumberOk() (*int32, bool)
GetConcurrentNumberOk returns a tuple with the ConcurrentNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetConcurrentNumber
func (o *SslVpnUserModifyOpenApiVO) SetConcurrentNumber(v int32)
SetConcurrentNumber sets ConcurrentNumber field to given value.
GetGroupId
func (o *SslVpnUserModifyOpenApiVO) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
GetGroupIdOk
func (o *SslVpnUserModifyOpenApiVO) GetGroupIdOk() (*string, bool)
GetGroupIdOk returns a tuple with the GroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGroupId
func (o *SslVpnUserModifyOpenApiVO) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
HasGroupId
func (o *SslVpnUserModifyOpenApiVO) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
GetPassword
func (o *SslVpnUserModifyOpenApiVO) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
GetPasswordOk
func (o *SslVpnUserModifyOpenApiVO) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPassword
func (o *SslVpnUserModifyOpenApiVO) SetPassword(v string)
SetPassword sets Password field to given value.
GetStatus
func (o *SslVpnUserModifyOpenApiVO) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *SslVpnUserModifyOpenApiVO) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *SslVpnUserModifyOpenApiVO) SetStatus(v bool)
SetStatus sets Status field to given value.
GetValidity
func (o *SslVpnUserModifyOpenApiVO) GetValidity() string
GetValidity returns the Validity field if non-nil, zero value otherwise.
GetValidityOk
func (o *SslVpnUserModifyOpenApiVO) GetValidityOk() (*string, bool)
GetValidityOk returns a tuple with the Validity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetValidity
func (o *SslVpnUserModifyOpenApiVO) SetValidity(v string)
SetValidity sets Validity field to given value.