Name | Type | Description | Notes |
---|---|---|---|
Computers | Pointer to int64 | [optional] | |
DurationTime | Pointer to string | [optional] | |
Error | Pointer to string | [optional] | |
LastStatusMessage | Pointer to string | [optional] | |
MaxNameLength | Pointer to int64 | [optional] | |
MaxValueLength | Pointer to int64 | [optional] | |
MigrationId | Pointer to string | [optional] | |
MigrationItems | Pointer to MigrationItems | [optional] | |
MigrationName | Pointer to string | [optional] | |
MigrationState | Pointer to string | [optional] | |
MigrationType | Pointer to string | [optional] | |
MigrationTypeName | Pointer to string | [optional] | |
RotatedSecrets | Pointer to MigrationItems | [optional] | |
StartTime | Pointer to string | [optional] | |
Targets | Pointer to MigrationItems | [optional] |
func NewMigrationStatusReplyObj() *MigrationStatusReplyObj
NewMigrationStatusReplyObj instantiates a new MigrationStatusReplyObj 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 NewMigrationStatusReplyObjWithDefaults() *MigrationStatusReplyObj
NewMigrationStatusReplyObjWithDefaults instantiates a new MigrationStatusReplyObj 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 *MigrationStatusReplyObj) GetComputers() int64
GetComputers returns the Computers field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetComputersOk() (*int64, bool)
GetComputersOk returns a tuple with the Computers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetComputers(v int64)
SetComputers sets Computers field to given value.
func (o *MigrationStatusReplyObj) HasComputers() bool
HasComputers returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetDurationTime() string
GetDurationTime returns the DurationTime field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetDurationTimeOk() (*string, bool)
GetDurationTimeOk returns a tuple with the DurationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetDurationTime(v string)
SetDurationTime sets DurationTime field to given value.
func (o *MigrationStatusReplyObj) HasDurationTime() bool
HasDurationTime returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetError(v string)
SetError sets Error field to given value.
func (o *MigrationStatusReplyObj) HasError() bool
HasError returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetLastStatusMessage() string
GetLastStatusMessage returns the LastStatusMessage field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetLastStatusMessageOk() (*string, bool)
GetLastStatusMessageOk returns a tuple with the LastStatusMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetLastStatusMessage(v string)
SetLastStatusMessage sets LastStatusMessage field to given value.
func (o *MigrationStatusReplyObj) HasLastStatusMessage() bool
HasLastStatusMessage returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMaxNameLength() int64
GetMaxNameLength returns the MaxNameLength field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMaxNameLengthOk() (*int64, bool)
GetMaxNameLengthOk returns a tuple with the MaxNameLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMaxNameLength(v int64)
SetMaxNameLength sets MaxNameLength field to given value.
func (o *MigrationStatusReplyObj) HasMaxNameLength() bool
HasMaxNameLength returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMaxValueLength() int64
GetMaxValueLength returns the MaxValueLength field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMaxValueLengthOk() (*int64, bool)
GetMaxValueLengthOk returns a tuple with the MaxValueLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMaxValueLength(v int64)
SetMaxValueLength sets MaxValueLength field to given value.
func (o *MigrationStatusReplyObj) HasMaxValueLength() bool
HasMaxValueLength returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMigrationId() string
GetMigrationId returns the MigrationId field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMigrationIdOk() (*string, bool)
GetMigrationIdOk returns a tuple with the MigrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMigrationId(v string)
SetMigrationId sets MigrationId field to given value.
func (o *MigrationStatusReplyObj) HasMigrationId() bool
HasMigrationId returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMigrationItems() MigrationItems
GetMigrationItems returns the MigrationItems field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMigrationItemsOk() (*MigrationItems, bool)
GetMigrationItemsOk returns a tuple with the MigrationItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMigrationItems(v MigrationItems)
SetMigrationItems sets MigrationItems field to given value.
func (o *MigrationStatusReplyObj) HasMigrationItems() bool
HasMigrationItems returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMigrationName() string
GetMigrationName returns the MigrationName field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMigrationNameOk() (*string, bool)
GetMigrationNameOk returns a tuple with the MigrationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMigrationName(v string)
SetMigrationName sets MigrationName field to given value.
func (o *MigrationStatusReplyObj) HasMigrationName() bool
HasMigrationName returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMigrationState() string
GetMigrationState returns the MigrationState field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMigrationStateOk() (*string, bool)
GetMigrationStateOk returns a tuple with the MigrationState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMigrationState(v string)
SetMigrationState sets MigrationState field to given value.
func (o *MigrationStatusReplyObj) HasMigrationState() bool
HasMigrationState returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMigrationType() string
GetMigrationType returns the MigrationType field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMigrationTypeOk() (*string, bool)
GetMigrationTypeOk returns a tuple with the MigrationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMigrationType(v string)
SetMigrationType sets MigrationType field to given value.
func (o *MigrationStatusReplyObj) HasMigrationType() bool
HasMigrationType returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetMigrationTypeName() string
GetMigrationTypeName returns the MigrationTypeName field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetMigrationTypeNameOk() (*string, bool)
GetMigrationTypeNameOk returns a tuple with the MigrationTypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetMigrationTypeName(v string)
SetMigrationTypeName sets MigrationTypeName field to given value.
func (o *MigrationStatusReplyObj) HasMigrationTypeName() bool
HasMigrationTypeName returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetRotatedSecrets() MigrationItems
GetRotatedSecrets returns the RotatedSecrets field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetRotatedSecretsOk() (*MigrationItems, bool)
GetRotatedSecretsOk returns a tuple with the RotatedSecrets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetRotatedSecrets(v MigrationItems)
SetRotatedSecrets sets RotatedSecrets field to given value.
func (o *MigrationStatusReplyObj) HasRotatedSecrets() bool
HasRotatedSecrets returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetStartTime() string
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetStartTime(v string)
SetStartTime sets StartTime field to given value.
func (o *MigrationStatusReplyObj) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *MigrationStatusReplyObj) GetTargets() MigrationItems
GetTargets returns the Targets field if non-nil, zero value otherwise.
func (o *MigrationStatusReplyObj) GetTargetsOk() (*MigrationItems, bool)
GetTargetsOk returns a tuple with the Targets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationStatusReplyObj) SetTargets(v MigrationItems)
SetTargets sets Targets field to given value.
func (o *MigrationStatusReplyObj) HasTargets() bool
HasTargets returns a boolean if a field has been set.