Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 2.74 KB

FabricConnectionUuid.md

File metadata and controls

103 lines (56 loc) · 2.74 KB

FabricConnectionUuid

Properties

Name Type Description Notes
Uuid string uuid of the Fabric L2 connection
Href Pointer to string the href for the L2 connection [optional]
Type Pointer to string [optional]

Methods

NewFabricConnectionUuid

func NewFabricConnectionUuid(uuid string, ) *FabricConnectionUuid

NewFabricConnectionUuid instantiates a new FabricConnectionUuid 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

NewFabricConnectionUuidWithDefaults

func NewFabricConnectionUuidWithDefaults() *FabricConnectionUuid

NewFabricConnectionUuidWithDefaults instantiates a new FabricConnectionUuid 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

GetUuid

func (o *FabricConnectionUuid) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *FabricConnectionUuid) GetUuidOk() (*string, bool)

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

SetUuid

func (o *FabricConnectionUuid) SetUuid(v string)

SetUuid sets Uuid field to given value.

GetHref

func (o *FabricConnectionUuid) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *FabricConnectionUuid) GetHrefOk() (*string, bool)

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

SetHref

func (o *FabricConnectionUuid) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *FabricConnectionUuid) HasHref() bool

HasHref returns a boolean if a field has been set.

GetType

func (o *FabricConnectionUuid) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *FabricConnectionUuid) GetTypeOk() (*string, bool)

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

SetType

func (o *FabricConnectionUuid) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *FabricConnectionUuid) HasType() bool

HasType returns a boolean if a field has been set.

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