NetworkVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NetworkId | Pointer to string | The id for the network. | [optional] |
| NetworkName | Pointer to string | The name of the network. | [optional] |
| Vlan | Pointer to int32 | The vlan of one network that multicast config used. | [optional] |
| VlanType | Pointer to int32 | 0:Single, 1:Multiple(Bridge Vlan) | [optional] |
Methods
NewNetworkVO
func NewNetworkVO() *NetworkVO
NewNetworkVO instantiates a new NetworkVO 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
NewNetworkVOWithDefaults
func NewNetworkVOWithDefaults() *NetworkVO
NewNetworkVOWithDefaults instantiates a new NetworkVO 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
GetNetworkId
func (o *NetworkVO) GetNetworkId() string
GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.
GetNetworkIdOk
func (o *NetworkVO) GetNetworkIdOk() (*string, bool)
GetNetworkIdOk returns a tuple with the NetworkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkId
func (o *NetworkVO) SetNetworkId(v string)
SetNetworkId sets NetworkId field to given value.
HasNetworkId
func (o *NetworkVO) HasNetworkId() bool
HasNetworkId returns a boolean if a field has been set.
GetNetworkName
func (o *NetworkVO) GetNetworkName() string
GetNetworkName returns the NetworkName field if non-nil, zero value otherwise.
GetNetworkNameOk
func (o *NetworkVO) GetNetworkNameOk() (*string, bool)
GetNetworkNameOk returns a tuple with the NetworkName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkName
func (o *NetworkVO) SetNetworkName(v string)
SetNetworkName sets NetworkName field to given value.
HasNetworkName
func (o *NetworkVO) HasNetworkName() bool
HasNetworkName returns a boolean if a field has been set.
GetVlan
func (o *NetworkVO) GetVlan() int32
GetVlan returns the Vlan field if non-nil, zero value otherwise.
GetVlanOk
func (o *NetworkVO) GetVlanOk() (*int32, bool)
GetVlanOk returns a tuple with the Vlan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVlan
func (o *NetworkVO) SetVlan(v int32)
SetVlan sets Vlan field to given value.
HasVlan
func (o *NetworkVO) HasVlan() bool
HasVlan returns a boolean if a field has been set.
GetVlanType
func (o *NetworkVO) GetVlanType() int32
GetVlanType returns the VlanType field if non-nil, zero value otherwise.
GetVlanTypeOk
func (o *NetworkVO) GetVlanTypeOk() (*int32, bool)
GetVlanTypeOk returns a tuple with the VlanType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVlanType
func (o *NetworkVO) SetVlanType(v int32)
SetVlanType sets VlanType field to given value.
HasVlanType
func (o *NetworkVO) HasVlanType() bool
HasVlanType returns a boolean if a field has been set.