Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Port name | [optional] |
Type | Pointer to string | Port type | [optional] |
Quantity | Pointer to int32 | Quantity of similar ports | [optional] |
Description | Pointer to string | System provided description of the port | [optional] |
func NewNodeFullPortsInner() *NodeFullPortsInner
NewNodeFullPortsInner instantiates a new NodeFullPortsInner 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 NewNodeFullPortsInnerWithDefaults() *NodeFullPortsInner
NewNodeFullPortsInnerWithDefaults instantiates a new NodeFullPortsInner 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 *NodeFullPortsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NodeFullPortsInner) 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.
func (o *NodeFullPortsInner) SetName(v string)
SetName sets Name field to given value.
func (o *NodeFullPortsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NodeFullPortsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *NodeFullPortsInner) 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.
func (o *NodeFullPortsInner) SetType(v string)
SetType sets Type field to given value.
func (o *NodeFullPortsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *NodeFullPortsInner) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *NodeFullPortsInner) GetQuantityOk() (*int32, bool)
GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullPortsInner) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *NodeFullPortsInner) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *NodeFullPortsInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NodeFullPortsInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullPortsInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NodeFullPortsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.