Name | Type | Description | Notes |
---|---|---|---|
NetworkAdapterType | Pointer to string | [optional] | |
MacAddress | Pointer to string | [optional] | |
AltNetworkAdapterType | Pointer to string | [optional] | |
AltMacAddress | Pointer to string | [optional] | |
ExtensionAttributes | Pointer to []ComputerExtensionAttribute | [optional] |
func NewComputerHardwareUpdate() *ComputerHardwareUpdate
NewComputerHardwareUpdate instantiates a new ComputerHardwareUpdate 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 NewComputerHardwareUpdateWithDefaults() *ComputerHardwareUpdate
NewComputerHardwareUpdateWithDefaults instantiates a new ComputerHardwareUpdate 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 *ComputerHardwareUpdate) GetNetworkAdapterType() string
GetNetworkAdapterType returns the NetworkAdapterType field if non-nil, zero value otherwise.
func (o *ComputerHardwareUpdate) GetNetworkAdapterTypeOk() (*string, bool)
GetNetworkAdapterTypeOk returns a tuple with the NetworkAdapterType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerHardwareUpdate) SetNetworkAdapterType(v string)
SetNetworkAdapterType sets NetworkAdapterType field to given value.
func (o *ComputerHardwareUpdate) HasNetworkAdapterType() bool
HasNetworkAdapterType returns a boolean if a field has been set.
func (o *ComputerHardwareUpdate) GetMacAddress() string
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *ComputerHardwareUpdate) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerHardwareUpdate) SetMacAddress(v string)
SetMacAddress sets MacAddress field to given value.
func (o *ComputerHardwareUpdate) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *ComputerHardwareUpdate) GetAltNetworkAdapterType() string
GetAltNetworkAdapterType returns the AltNetworkAdapterType field if non-nil, zero value otherwise.
func (o *ComputerHardwareUpdate) GetAltNetworkAdapterTypeOk() (*string, bool)
GetAltNetworkAdapterTypeOk returns a tuple with the AltNetworkAdapterType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerHardwareUpdate) SetAltNetworkAdapterType(v string)
SetAltNetworkAdapterType sets AltNetworkAdapterType field to given value.
func (o *ComputerHardwareUpdate) HasAltNetworkAdapterType() bool
HasAltNetworkAdapterType returns a boolean if a field has been set.
func (o *ComputerHardwareUpdate) GetAltMacAddress() string
GetAltMacAddress returns the AltMacAddress field if non-nil, zero value otherwise.
func (o *ComputerHardwareUpdate) GetAltMacAddressOk() (*string, bool)
GetAltMacAddressOk returns a tuple with the AltMacAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerHardwareUpdate) SetAltMacAddress(v string)
SetAltMacAddress sets AltMacAddress field to given value.
func (o *ComputerHardwareUpdate) HasAltMacAddress() bool
HasAltMacAddress returns a boolean if a field has been set.
func (o *ComputerHardwareUpdate) GetExtensionAttributes() []ComputerExtensionAttribute
GetExtensionAttributes returns the ExtensionAttributes field if non-nil, zero value otherwise.
func (o *ComputerHardwareUpdate) GetExtensionAttributesOk() (*[]ComputerExtensionAttribute, bool)
GetExtensionAttributesOk returns a tuple with the ExtensionAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComputerHardwareUpdate) SetExtensionAttributes(v []ComputerExtensionAttribute)
SetExtensionAttributes sets ExtensionAttributes field to given value.
func (o *ComputerHardwareUpdate) HasExtensionAttributes() bool
HasExtensionAttributes returns a boolean if a field has been set.