Name | Type | Description | Notes |
---|---|---|---|
NetworkLabelName | Pointer to string | The network label name. | [optional] |
NicName | Pointer to string | The network interface name | [optional] |
func NewNetworkLabelData() *NetworkLabelData
NewNetworkLabelData instantiates a new NetworkLabelData 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
func NewNetworkLabelDataWithDefaults() *NetworkLabelData
NewNetworkLabelDataWithDefaults instantiates a new NetworkLabelData 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
func (o *NetworkLabelData) GetNetworkLabelName() string
GetNetworkLabelName returns the NetworkLabelName field if non-nil, zero value otherwise.
func (o *NetworkLabelData) GetNetworkLabelNameOk() (*string, bool)
GetNetworkLabelNameOk returns a tuple with the NetworkLabelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkLabelData) SetNetworkLabelName(v string)
SetNetworkLabelName sets NetworkLabelName field to given value.
func (o *NetworkLabelData) HasNetworkLabelName() bool
HasNetworkLabelName returns a boolean if a field has been set.
func (o *NetworkLabelData) GetNicName() string
GetNicName returns the NicName field if non-nil, zero value otherwise.
func (o *NetworkLabelData) GetNicNameOk() (*string, bool)
GetNicNameOk returns a tuple with the NicName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkLabelData) SetNicName(v string)
SetNicName sets NicName field to given value.
func (o *NetworkLabelData) HasNicName() bool
HasNicName returns a boolean if a field has been set.