Skip to content

GetVpnResponseGridVOVpnTunnelStatusVO

Properties

Name Type Description Notes
CurrentPage Pointer to int32 Current page number. [optional]
CurrentSize Pointer to int32 Number of entries per page. [optional]
Data Pointer to []VpnTunnelStatusVO [optional]
SupportWireguardStatus Pointer to bool Whether the current gateway supports reporting the WireGuard tunnel status, and amount number of connected and disconnected tunnels. [optional]
TotalRows Pointer to int64 Total rows of all items. [optional]

Methods

NewGetVpnResponseGridVOVpnTunnelStatusVO

func NewGetVpnResponseGridVOVpnTunnelStatusVO() *GetVpnResponseGridVOVpnTunnelStatusVO

NewGetVpnResponseGridVOVpnTunnelStatusVO instantiates a new GetVpnResponseGridVOVpnTunnelStatusVO 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

NewGetVpnResponseGridVOVpnTunnelStatusVOWithDefaults

func NewGetVpnResponseGridVOVpnTunnelStatusVOWithDefaults() *GetVpnResponseGridVOVpnTunnelStatusVO

NewGetVpnResponseGridVOVpnTunnelStatusVOWithDefaults instantiates a new GetVpnResponseGridVOVpnTunnelStatusVO 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

GetCurrentPage

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetCurrentPageOk() (*int32, bool)

GetCurrentPageOk returns a tuple with the CurrentPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCurrentPage

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

HasCurrentPage

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) HasCurrentPage() bool

HasCurrentPage returns a boolean if a field has been set.

GetCurrentSize

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetCurrentSize() int32

GetCurrentSize returns the CurrentSize field if non-nil, zero value otherwise.

GetCurrentSizeOk

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetCurrentSizeOk() (*int32, bool)

GetCurrentSizeOk returns a tuple with the CurrentSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCurrentSize

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) SetCurrentSize(v int32)

SetCurrentSize sets CurrentSize field to given value.

HasCurrentSize

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) HasCurrentSize() bool

HasCurrentSize returns a boolean if a field has been set.

GetData

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetData() []VpnTunnelStatusVO

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetDataOk() (*[]VpnTunnelStatusVO, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) SetData(v []VpnTunnelStatusVO)

SetData sets Data field to given value.

HasData

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) HasData() bool

HasData returns a boolean if a field has been set.

GetSupportWireguardStatus

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetSupportWireguardStatus() bool

GetSupportWireguardStatus returns the SupportWireguardStatus field if non-nil, zero value otherwise.

GetSupportWireguardStatusOk

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetSupportWireguardStatusOk() (*bool, bool)

GetSupportWireguardStatusOk returns a tuple with the SupportWireguardStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSupportWireguardStatus

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) SetSupportWireguardStatus(v bool)

SetSupportWireguardStatus sets SupportWireguardStatus field to given value.

HasSupportWireguardStatus

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) HasSupportWireguardStatus() bool

HasSupportWireguardStatus returns a boolean if a field has been set.

GetTotalRows

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetTotalRows() int64

GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.

GetTotalRowsOk

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) GetTotalRowsOk() (*int64, bool)

GetTotalRowsOk returns a tuple with the TotalRows field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalRows

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) SetTotalRows(v int64)

SetTotalRows sets TotalRows field to given value.

HasTotalRows

func (o *GetVpnResponseGridVOVpnTunnelStatusVO) HasTotalRows() bool

HasTotalRows returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]