Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
Address | Pointer to string | The IP address of the destination resource where the IP resource is to be moved. | [optional] |
MacAddress | Pointer to IPMoveAllOfMacAddress | [optional] | |
ServersUpdated | Pointer to bool | [optional] |
func NewIPMove() *IPMove
NewIPMove instantiates a new IPMove 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 NewIPMoveWithDefaults() *IPMove
NewIPMoveWithDefaults instantiates a new IPMove 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 *IPMove) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *IPMove) 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 *IPMove) SetType(v string)
SetType sets Type field to given value.
func (o *IPMove) HasType() bool
HasType returns a boolean if a field has been set.
func (o *IPMove) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *IPMove) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IPMove) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *IPMove) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *IPMove) GetMacAddress() IPMoveAllOfMacAddress
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *IPMove) GetMacAddressOk() (*IPMoveAllOfMacAddress, 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 *IPMove) SetMacAddress(v IPMoveAllOfMacAddress)
SetMacAddress sets MacAddress field to given value.
func (o *IPMove) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *IPMove) GetServersUpdated() bool
GetServersUpdated returns the ServersUpdated field if non-nil, zero value otherwise.
func (o *IPMove) GetServersUpdatedOk() (*bool, bool)
GetServersUpdatedOk returns a tuple with the ServersUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IPMove) SetServersUpdated(v bool)
SetServersUpdated sets ServersUpdated field to given value.
func (o *IPMove) HasServersUpdated() bool
HasServersUpdated returns a boolean if a field has been set.