Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "iwotenant.Migrate"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "iwotenant.Migrate"] |
IsPasswordSet | Pointer to bool | Indicates whether the value of the 'password' property has been set. | [optional] [readonly] [default to false] |
Password | Pointer to string | Password that satisfies Cisco's Password Complexity security requirement. Minimum password length, which MUST be nonzero and up to the current maximum length Contain both upper-case and lower-case letters Contain at least one number (for example, 0-9) Contain at least one special character. | [optional] |
Url | Pointer to string | S3 bucket URL for uploading the migration data. | [optional] |
Account | Pointer to NullableIamAccountRelationship | [optional] |
func NewIwotenantMigrate(classId string, objectType string, ) *IwotenantMigrate
NewIwotenantMigrate instantiates a new IwotenantMigrate 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 NewIwotenantMigrateWithDefaults() *IwotenantMigrate
NewIwotenantMigrateWithDefaults instantiates a new IwotenantMigrate 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 *IwotenantMigrate) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *IwotenantMigrate) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMigrate) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *IwotenantMigrate) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *IwotenantMigrate) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMigrate) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *IwotenantMigrate) GetIsPasswordSet() bool
GetIsPasswordSet returns the IsPasswordSet field if non-nil, zero value otherwise.
func (o *IwotenantMigrate) GetIsPasswordSetOk() (*bool, bool)
GetIsPasswordSetOk returns a tuple with the IsPasswordSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMigrate) SetIsPasswordSet(v bool)
SetIsPasswordSet sets IsPasswordSet field to given value.
func (o *IwotenantMigrate) HasIsPasswordSet() bool
HasIsPasswordSet returns a boolean if a field has been set.
func (o *IwotenantMigrate) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *IwotenantMigrate) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMigrate) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *IwotenantMigrate) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *IwotenantMigrate) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *IwotenantMigrate) 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 *IwotenantMigrate) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *IwotenantMigrate) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *IwotenantMigrate) GetAccount() IamAccountRelationship
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *IwotenantMigrate) GetAccountOk() (*IamAccountRelationship, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IwotenantMigrate) SetAccount(v IamAccountRelationship)
SetAccount sets Account field to given value.
func (o *IwotenantMigrate) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *IwotenantMigrate) SetAccountNil(b bool)
SetAccountNil sets the value for Account to be an explicit nil
func (o *IwotenantMigrate) UnsetAccount()
UnsetAccount ensures that no value is present for Account, not even an explicit nil