Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.04 KB

ListVpnTunnelsForStack200ResponseEmbedded.md

File metadata and controls

56 lines (31 loc) · 2.04 KB

ListVpnTunnelsForStack200ResponseEmbedded

Properties

Name Type Description Notes
VpnTunnels Pointer to []VpnTunnel [optional]

Methods

NewListVpnTunnelsForStack200ResponseEmbedded

func NewListVpnTunnelsForStack200ResponseEmbedded() *ListVpnTunnelsForStack200ResponseEmbedded

NewListVpnTunnelsForStack200ResponseEmbedded instantiates a new ListVpnTunnelsForStack200ResponseEmbedded 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

NewListVpnTunnelsForStack200ResponseEmbeddedWithDefaults

func NewListVpnTunnelsForStack200ResponseEmbeddedWithDefaults() *ListVpnTunnelsForStack200ResponseEmbedded

NewListVpnTunnelsForStack200ResponseEmbeddedWithDefaults instantiates a new ListVpnTunnelsForStack200ResponseEmbedded 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

GetVpnTunnels

func (o *ListVpnTunnelsForStack200ResponseEmbedded) GetVpnTunnels() []VpnTunnel

GetVpnTunnels returns the VpnTunnels field if non-nil, zero value otherwise.

GetVpnTunnelsOk

func (o *ListVpnTunnelsForStack200ResponseEmbedded) GetVpnTunnelsOk() (*[]VpnTunnel, bool)

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

SetVpnTunnels

func (o *ListVpnTunnelsForStack200ResponseEmbedded) SetVpnTunnels(v []VpnTunnel)

SetVpnTunnels sets VpnTunnels field to given value.

HasVpnTunnels

func (o *ListVpnTunnelsForStack200ResponseEmbedded) HasVpnTunnels() bool

HasVpnTunnels returns a boolean if a field has been set.

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