TopologySplitWiredNetwork
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Configuring | Pointer to bool | Whether network is configuring. | [optional] |
| DefaultNetwork | Pointer to bool | Whether network is default. | [optional] |
| Id | Pointer to string | Network ID. | [optional] |
| Name | Pointer to string | Network Name. | [optional] |
| VlanId | Pointer to int32 | Vlan ID. | [optional] |
Methods
NewTopologySplitWiredNetwork
func NewTopologySplitWiredNetwork() *TopologySplitWiredNetwork
NewTopologySplitWiredNetwork instantiates a new TopologySplitWiredNetwork 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
NewTopologySplitWiredNetworkWithDefaults
func NewTopologySplitWiredNetworkWithDefaults() *TopologySplitWiredNetwork
NewTopologySplitWiredNetworkWithDefaults instantiates a new TopologySplitWiredNetwork 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
GetConfiguring
func (o *TopologySplitWiredNetwork) GetConfiguring() bool
GetConfiguring returns the Configuring field if non-nil, zero value otherwise.
GetConfiguringOk
func (o *TopologySplitWiredNetwork) GetConfiguringOk() (*bool, bool)
GetConfiguringOk returns a tuple with the Configuring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetConfiguring
func (o *TopologySplitWiredNetwork) SetConfiguring(v bool)
SetConfiguring sets Configuring field to given value.
HasConfiguring
func (o *TopologySplitWiredNetwork) HasConfiguring() bool
HasConfiguring returns a boolean if a field has been set.
GetDefaultNetwork
func (o *TopologySplitWiredNetwork) GetDefaultNetwork() bool
GetDefaultNetwork returns the DefaultNetwork field if non-nil, zero value otherwise.
GetDefaultNetworkOk
func (o *TopologySplitWiredNetwork) GetDefaultNetworkOk() (*bool, bool)
GetDefaultNetworkOk returns a tuple with the DefaultNetwork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDefaultNetwork
func (o *TopologySplitWiredNetwork) SetDefaultNetwork(v bool)
SetDefaultNetwork sets DefaultNetwork field to given value.
HasDefaultNetwork
func (o *TopologySplitWiredNetwork) HasDefaultNetwork() bool
HasDefaultNetwork returns a boolean if a field has been set.
GetId
func (o *TopologySplitWiredNetwork) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *TopologySplitWiredNetwork) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *TopologySplitWiredNetwork) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *TopologySplitWiredNetwork) HasId() bool
HasId returns a boolean if a field has been set.
GetName
func (o *TopologySplitWiredNetwork) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *TopologySplitWiredNetwork) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *TopologySplitWiredNetwork) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *TopologySplitWiredNetwork) HasName() bool
HasName returns a boolean if a field has been set.
GetVlanId
func (o *TopologySplitWiredNetwork) GetVlanId() int32
GetVlanId returns the VlanId field if non-nil, zero value otherwise.
GetVlanIdOk
func (o *TopologySplitWiredNetwork) GetVlanIdOk() (*int32, bool)
GetVlanIdOk returns a tuple with the VlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVlanId
func (o *TopologySplitWiredNetwork) SetVlanId(v int32)
SetVlanId sets VlanId field to given value.
HasVlanId
func (o *TopologySplitWiredNetwork) HasVlanId() bool
HasVlanId returns a boolean if a field has been set.