Name | Type | Description | Notes |
---|---|---|---|
NewRoot | Pointer to string | [optional] | |
OldRoot | Pointer to string | [optional] |
func NewKmipMoveServerOutput() *KmipMoveServerOutput
NewKmipMoveServerOutput instantiates a new KmipMoveServerOutput 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 NewKmipMoveServerOutputWithDefaults() *KmipMoveServerOutput
NewKmipMoveServerOutputWithDefaults instantiates a new KmipMoveServerOutput 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 *KmipMoveServerOutput) GetNewRoot() string
GetNewRoot returns the NewRoot field if non-nil, zero value otherwise.
func (o *KmipMoveServerOutput) GetNewRootOk() (*string, bool)
GetNewRootOk returns a tuple with the NewRoot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KmipMoveServerOutput) SetNewRoot(v string)
SetNewRoot sets NewRoot field to given value.
func (o *KmipMoveServerOutput) HasNewRoot() bool
HasNewRoot returns a boolean if a field has been set.
func (o *KmipMoveServerOutput) GetOldRoot() string
GetOldRoot returns the OldRoot field if non-nil, zero value otherwise.
func (o *KmipMoveServerOutput) GetOldRootOk() (*string, bool)
GetOldRootOk returns a tuple with the OldRoot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KmipMoveServerOutput) SetOldRoot(v string)
SetOldRoot sets OldRoot field to given value.
func (o *KmipMoveServerOutput) HasOldRoot() bool
HasOldRoot returns a boolean if a field has been set.