Name | Type | Description | Notes |
---|---|---|---|
CertificateOverride | Pointer to CertificateOverrideData | [optional] | |
DeploymentType | Pointer to string | Indicates different environments that Horizon can be deployed into. * GENERAL: Horizon is deployed on On-premises. * AZURE: Horizon is deployed on Azure. * AWS: Horizon is deployed on AWS. * DELL_EMC: Horizon is deployed on Dell EMC. * GOOGLE: Horizon is deployed on Google Cloud. * ORACLE: Horizon is deployed on Oracle Cloud. | [optional] |
Description | Pointer to string | Human readable description of the Virtual Center instance. | [optional] |
DisplayName | Pointer to string | Human readable name of the Virtual Center instance. | [optional] |
Enabled | Pointer to bool | Indicates if the virtual center is enabled. | [optional] |
HasVirtualTpmPools | Pointer to bool | Indicates if there is any instant clone Desktop pool associated with this Virtual Center which has addVirtualTPM set | [optional] |
Id | Pointer to string | Unique ID of the Virtual Center. | [optional] |
InstanceUuid | Pointer to string | Virtual center's instanceUuid. | [optional] |
Limits | Pointer to VCLimits | [optional] | |
MaintenanceMode | Pointer to bool | Indicates if maintenance or upgrade task is scheduled on Virtual center or hosts | [optional] |
Port | Pointer to int32 | Port of the virtual center to connect to. | [optional] |
SeSparseReclamationEnabled | Pointer to bool | Indicates if Storage Efficiency Sparse (seSparse) reclamation is enabled. | [optional] |
ServerName | Pointer to string | Virtual Center's server name or IP address. | [optional] |
StorageAcceleratorData | Pointer to StorageAcceleratorData | [optional] | |
UseSsl | Pointer to bool | Indicates if SSL should be used when connecting to the server. | [optional] |
UserName | Pointer to string | User name to use for the connection. | [optional] |
Version | Pointer to string | Version of the Virtual Center. | [optional] |
func NewVirtualCenterInfoV2() *VirtualCenterInfoV2
NewVirtualCenterInfoV2 instantiates a new VirtualCenterInfoV2 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 NewVirtualCenterInfoV2WithDefaults() *VirtualCenterInfoV2
NewVirtualCenterInfoV2WithDefaults instantiates a new VirtualCenterInfoV2 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 *VirtualCenterInfoV2) GetCertificateOverride() CertificateOverrideData
GetCertificateOverride returns the CertificateOverride field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetCertificateOverrideOk() (*CertificateOverrideData, bool)
GetCertificateOverrideOk returns a tuple with the CertificateOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetCertificateOverride(v CertificateOverrideData)
SetCertificateOverride sets CertificateOverride field to given value.
func (o *VirtualCenterInfoV2) HasCertificateOverride() bool
HasCertificateOverride returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetDeploymentType() string
GetDeploymentType returns the DeploymentType field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetDeploymentTypeOk() (*string, bool)
GetDeploymentTypeOk returns a tuple with the DeploymentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetDeploymentType(v string)
SetDeploymentType sets DeploymentType field to given value.
func (o *VirtualCenterInfoV2) HasDeploymentType() bool
HasDeploymentType returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *VirtualCenterInfoV2) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *VirtualCenterInfoV2) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *VirtualCenterInfoV2) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetHasVirtualTpmPools() bool
GetHasVirtualTpmPools returns the HasVirtualTpmPools field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetHasVirtualTpmPoolsOk() (*bool, bool)
GetHasVirtualTpmPoolsOk returns a tuple with the HasVirtualTpmPools field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetHasVirtualTpmPools(v bool)
SetHasVirtualTpmPools sets HasVirtualTpmPools field to given value.
func (o *VirtualCenterInfoV2) HasHasVirtualTpmPools() bool
HasHasVirtualTpmPools returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetId(v string)
SetId sets Id field to given value.
func (o *VirtualCenterInfoV2) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetInstanceUuid() string
GetInstanceUuid returns the InstanceUuid field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetInstanceUuidOk() (*string, bool)
GetInstanceUuidOk returns a tuple with the InstanceUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetInstanceUuid(v string)
SetInstanceUuid sets InstanceUuid field to given value.
func (o *VirtualCenterInfoV2) HasInstanceUuid() bool
HasInstanceUuid returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetLimits() VCLimits
GetLimits returns the Limits field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetLimitsOk() (*VCLimits, bool)
GetLimitsOk returns a tuple with the Limits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetLimits(v VCLimits)
SetLimits sets Limits field to given value.
func (o *VirtualCenterInfoV2) HasLimits() bool
HasLimits returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetMaintenanceMode() bool
GetMaintenanceMode returns the MaintenanceMode field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetMaintenanceModeOk() (*bool, bool)
GetMaintenanceModeOk returns a tuple with the MaintenanceMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetMaintenanceMode(v bool)
SetMaintenanceMode sets MaintenanceMode field to given value.
func (o *VirtualCenterInfoV2) HasMaintenanceMode() bool
HasMaintenanceMode returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetPort(v int32)
SetPort sets Port field to given value.
func (o *VirtualCenterInfoV2) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetSeSparseReclamationEnabled() bool
GetSeSparseReclamationEnabled returns the SeSparseReclamationEnabled field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetSeSparseReclamationEnabledOk() (*bool, bool)
GetSeSparseReclamationEnabledOk returns a tuple with the SeSparseReclamationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetSeSparseReclamationEnabled(v bool)
SetSeSparseReclamationEnabled sets SeSparseReclamationEnabled field to given value.
func (o *VirtualCenterInfoV2) HasSeSparseReclamationEnabled() bool
HasSeSparseReclamationEnabled returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetServerName() string
GetServerName returns the ServerName field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetServerNameOk() (*string, bool)
GetServerNameOk returns a tuple with the ServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetServerName(v string)
SetServerName sets ServerName field to given value.
func (o *VirtualCenterInfoV2) HasServerName() bool
HasServerName returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetStorageAcceleratorData() StorageAcceleratorData
GetStorageAcceleratorData returns the StorageAcceleratorData field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetStorageAcceleratorDataOk() (*StorageAcceleratorData, bool)
GetStorageAcceleratorDataOk returns a tuple with the StorageAcceleratorData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetStorageAcceleratorData(v StorageAcceleratorData)
SetStorageAcceleratorData sets StorageAcceleratorData field to given value.
func (o *VirtualCenterInfoV2) HasStorageAcceleratorData() bool
HasStorageAcceleratorData returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetUseSsl() bool
GetUseSsl returns the UseSsl field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetUseSslOk() (*bool, bool)
GetUseSslOk returns a tuple with the UseSsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetUseSsl(v bool)
SetUseSsl sets UseSsl field to given value.
func (o *VirtualCenterInfoV2) HasUseSsl() bool
HasUseSsl returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *VirtualCenterInfoV2) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (o *VirtualCenterInfoV2) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *VirtualCenterInfoV2) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterInfoV2) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *VirtualCenterInfoV2) HasVersion() bool
HasVersion returns a boolean if a field has been set.