Name | Type | Description | Notes |
---|---|---|---|
ConnectionServers | Pointer to []VCMonitorConnectionServerV2 | Information about the Virtual Center connections from each of the connection servers. | [optional] |
Datastores | Pointer to []VCMonitorDatastore | Information about the datastores of the Virtual Center. | [optional] |
DesktopPoolsAndFarmsCount | Pointer to int32 | Number of Desktop Pools And Farms managed by the virtual center | [optional] |
Details | Pointer to VCMonitorDetails | [optional] | |
Hosts | Pointer to []VCMonitorHost | Information about the ESX hosts added in the Virtual Center. | [optional] |
Id | Pointer to string | Unique ID of the Virtual Center. | [optional] |
Name | Pointer to string | Virtual Center server name or IP address. | [optional] |
func NewVirtualCenterMonitorInfoV2() *VirtualCenterMonitorInfoV2
NewVirtualCenterMonitorInfoV2 instantiates a new VirtualCenterMonitorInfoV2 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 NewVirtualCenterMonitorInfoV2WithDefaults() *VirtualCenterMonitorInfoV2
NewVirtualCenterMonitorInfoV2WithDefaults instantiates a new VirtualCenterMonitorInfoV2 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 *VirtualCenterMonitorInfoV2) GetConnectionServers() []VCMonitorConnectionServerV2
GetConnectionServers returns the ConnectionServers field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) GetConnectionServersOk() (*[]VCMonitorConnectionServerV2, bool)
GetConnectionServersOk returns a tuple with the ConnectionServers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterMonitorInfoV2) SetConnectionServers(v []VCMonitorConnectionServerV2)
SetConnectionServers sets ConnectionServers field to given value.
func (o *VirtualCenterMonitorInfoV2) HasConnectionServers() bool
HasConnectionServers returns a boolean if a field has been set.
func (o *VirtualCenterMonitorInfoV2) GetDatastores() []VCMonitorDatastore
GetDatastores returns the Datastores field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) GetDatastoresOk() (*[]VCMonitorDatastore, bool)
GetDatastoresOk returns a tuple with the Datastores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterMonitorInfoV2) SetDatastores(v []VCMonitorDatastore)
SetDatastores sets Datastores field to given value.
func (o *VirtualCenterMonitorInfoV2) HasDatastores() bool
HasDatastores returns a boolean if a field has been set.
func (o *VirtualCenterMonitorInfoV2) GetDesktopPoolsAndFarmsCount() int32
GetDesktopPoolsAndFarmsCount returns the DesktopPoolsAndFarmsCount field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) GetDesktopPoolsAndFarmsCountOk() (*int32, bool)
GetDesktopPoolsAndFarmsCountOk returns a tuple with the DesktopPoolsAndFarmsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterMonitorInfoV2) SetDesktopPoolsAndFarmsCount(v int32)
SetDesktopPoolsAndFarmsCount sets DesktopPoolsAndFarmsCount field to given value.
func (o *VirtualCenterMonitorInfoV2) HasDesktopPoolsAndFarmsCount() bool
HasDesktopPoolsAndFarmsCount returns a boolean if a field has been set.
func (o *VirtualCenterMonitorInfoV2) GetDetails() VCMonitorDetails
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) GetDetailsOk() (*VCMonitorDetails, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterMonitorInfoV2) SetDetails(v VCMonitorDetails)
SetDetails sets Details field to given value.
func (o *VirtualCenterMonitorInfoV2) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *VirtualCenterMonitorInfoV2) GetHosts() []VCMonitorHost
GetHosts returns the Hosts field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) GetHostsOk() (*[]VCMonitorHost, bool)
GetHostsOk returns a tuple with the Hosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterMonitorInfoV2) SetHosts(v []VCMonitorHost)
SetHosts sets Hosts field to given value.
func (o *VirtualCenterMonitorInfoV2) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (o *VirtualCenterMonitorInfoV2) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) 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 *VirtualCenterMonitorInfoV2) SetId(v string)
SetId sets Id field to given value.
func (o *VirtualCenterMonitorInfoV2) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VirtualCenterMonitorInfoV2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VirtualCenterMonitorInfoV2) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VirtualCenterMonitorInfoV2) SetName(v string)
SetName sets Name field to given value.
func (o *VirtualCenterMonitorInfoV2) HasName() bool
HasName returns a boolean if a field has been set.