Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
DeviceType | Pointer to NullableDeviceType | [optional] | |
ModuleType | Pointer to NullableModuleType | [optional] | |
Name | string | {module} is accepted as a substitution for the module bay position when attached to a module type. | |
Label | Pointer to string | Physical label | [optional] |
Type | Pointer to ConsolePortType | [optional] | |
Description | Pointer to string | [optional] | |
Created | NullableTime | [readonly] | |
LastUpdated | NullableTime | [readonly] |
func NewConsoleServerPortTemplate(id int32, url string, display string, name string, created NullableTime, lastUpdated NullableTime, ) *ConsoleServerPortTemplate
NewConsoleServerPortTemplate instantiates a new ConsoleServerPortTemplate 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 NewConsoleServerPortTemplateWithDefaults() *ConsoleServerPortTemplate
NewConsoleServerPortTemplateWithDefaults instantiates a new ConsoleServerPortTemplate 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 *ConsoleServerPortTemplate) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetIdOk() (*int32, 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.
func (o *ConsoleServerPortTemplate) SetId(v int32)
SetId sets Id field to given value.
func (o *ConsoleServerPortTemplate) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ConsoleServerPortTemplate) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *ConsoleServerPortTemplate) GetDeviceType() DeviceType
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetDeviceTypeOk() (*DeviceType, bool)
GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetDeviceType(v DeviceType)
SetDeviceType sets DeviceType field to given value.
func (o *ConsoleServerPortTemplate) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.
func (o *ConsoleServerPortTemplate) SetDeviceTypeNil(b bool)
SetDeviceTypeNil sets the value for DeviceType to be an explicit nil
func (o *ConsoleServerPortTemplate) UnsetDeviceType()
UnsetDeviceType ensures that no value is present for DeviceType, not even an explicit nil
func (o *ConsoleServerPortTemplate) GetModuleType() ModuleType
GetModuleType returns the ModuleType field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetModuleTypeOk() (*ModuleType, bool)
GetModuleTypeOk returns a tuple with the ModuleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetModuleType(v ModuleType)
SetModuleType sets ModuleType field to given value.
func (o *ConsoleServerPortTemplate) HasModuleType() bool
HasModuleType returns a boolean if a field has been set.
func (o *ConsoleServerPortTemplate) SetModuleTypeNil(b bool)
SetModuleTypeNil sets the value for ModuleType to be an explicit nil
func (o *ConsoleServerPortTemplate) UnsetModuleType()
UnsetModuleType ensures that no value is present for ModuleType, not even an explicit nil
func (o *ConsoleServerPortTemplate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) 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 *ConsoleServerPortTemplate) SetName(v string)
SetName sets Name field to given value.
func (o *ConsoleServerPortTemplate) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ConsoleServerPortTemplate) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ConsoleServerPortTemplate) GetType() ConsolePortType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetTypeOk() (*ConsolePortType, 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 *ConsoleServerPortTemplate) SetType(v ConsolePortType)
SetType sets Type field to given value.
func (o *ConsoleServerPortTemplate) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ConsoleServerPortTemplate) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) 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 *ConsoleServerPortTemplate) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ConsoleServerPortTemplate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ConsoleServerPortTemplate) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ConsoleServerPortTemplate) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *ConsoleServerPortTemplate) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *ConsoleServerPortTemplate) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *ConsoleServerPortTemplate) GetLastUpdatedOk() (*time.Time, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleServerPortTemplate) SetLastUpdated(v time.Time)
SetLastUpdated sets LastUpdated field to given value.
func (o *ConsoleServerPortTemplate) SetLastUpdatedNil(b bool)
SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil
func (o *ConsoleServerPortTemplate) UnsetLastUpdated()
UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil