NatTraversalTunnelOpenVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| OpenStatus | Pointer to bool | Enable/Disable existing remote access tunnel. True: Enable, False: Disable | [optional] |
Methods
NewNatTraversalTunnelOpenVO
func NewNatTraversalTunnelOpenVO() *NatTraversalTunnelOpenVO
NewNatTraversalTunnelOpenVO instantiates a new NatTraversalTunnelOpenVO 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
NewNatTraversalTunnelOpenVOWithDefaults
func NewNatTraversalTunnelOpenVOWithDefaults() *NatTraversalTunnelOpenVO
NewNatTraversalTunnelOpenVOWithDefaults instantiates a new NatTraversalTunnelOpenVO 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
GetOpenStatus
func (o *NatTraversalTunnelOpenVO) GetOpenStatus() bool
GetOpenStatus returns the OpenStatus field if non-nil, zero value otherwise.
GetOpenStatusOk
func (o *NatTraversalTunnelOpenVO) GetOpenStatusOk() (*bool, bool)
GetOpenStatusOk returns a tuple with the OpenStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOpenStatus
func (o *NatTraversalTunnelOpenVO) SetOpenStatus(v bool)
SetOpenStatus sets OpenStatus field to given value.
HasOpenStatus
func (o *NatTraversalTunnelOpenVO) HasOpenStatus() bool
HasOpenStatus returns a boolean if a field has been set.