Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 6 KB

HypervisorResourcePoolRefResponseModel.md

File metadata and controls

180 lines (99 loc) · 6 KB

HypervisorResourcePoolRefResponseModel

Properties

Name Type Description Notes
Id Pointer to NullableString Id of the resource. [optional]
Name Pointer to NullableString Name of the resource. [optional]
XDPath Pointer to NullableString XenApp & XenDesktop path to the resource on the hypervisor. An example value is: `XDHyp:\Connections\{{hypervisor name}}\{{vm name}}.vm\{{snapshot name}}.snapshot` or `XDHyp:\HostingUnits\{{resource pool name}}\{{resource name}}.{{resource type}}` [optional]
FullRelativePath string Full path to the resources within the resource pool, including the hypervisor, relative to the root of the API. Example: `Hypervisors/{{hypervisor id}}/ResourcePools/{{resource pool id}}/Resources`
Hypervisor RefResponseModel

Methods

NewHypervisorResourcePoolRefResponseModel

func NewHypervisorResourcePoolRefResponseModel(fullRelativePath string, hypervisor RefResponseModel, ) *HypervisorResourcePoolRefResponseModel

NewHypervisorResourcePoolRefResponseModel instantiates a new HypervisorResourcePoolRefResponseModel 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

NewHypervisorResourcePoolRefResponseModelWithDefaults

func NewHypervisorResourcePoolRefResponseModelWithDefaults() *HypervisorResourcePoolRefResponseModel

NewHypervisorResourcePoolRefResponseModelWithDefaults instantiates a new HypervisorResourcePoolRefResponseModel 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

GetId

func (o *HypervisorResourcePoolRefResponseModel) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *HypervisorResourcePoolRefResponseModel) 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.

SetId

func (o *HypervisorResourcePoolRefResponseModel) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *HypervisorResourcePoolRefResponseModel) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *HypervisorResourcePoolRefResponseModel) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *HypervisorResourcePoolRefResponseModel) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetName

func (o *HypervisorResourcePoolRefResponseModel) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *HypervisorResourcePoolRefResponseModel) 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.

SetName

func (o *HypervisorResourcePoolRefResponseModel) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *HypervisorResourcePoolRefResponseModel) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *HypervisorResourcePoolRefResponseModel) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *HypervisorResourcePoolRefResponseModel) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetXDPath

func (o *HypervisorResourcePoolRefResponseModel) GetXDPath() string

GetXDPath returns the XDPath field if non-nil, zero value otherwise.

GetXDPathOk

func (o *HypervisorResourcePoolRefResponseModel) GetXDPathOk() (*string, bool)

GetXDPathOk returns a tuple with the XDPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetXDPath

func (o *HypervisorResourcePoolRefResponseModel) SetXDPath(v string)

SetXDPath sets XDPath field to given value.

HasXDPath

func (o *HypervisorResourcePoolRefResponseModel) HasXDPath() bool

HasXDPath returns a boolean if a field has been set.

SetXDPathNil

func (o *HypervisorResourcePoolRefResponseModel) SetXDPathNil(b bool)

SetXDPathNil sets the value for XDPath to be an explicit nil

UnsetXDPath

func (o *HypervisorResourcePoolRefResponseModel) UnsetXDPath()

UnsetXDPath ensures that no value is present for XDPath, not even an explicit nil

GetFullRelativePath

func (o *HypervisorResourcePoolRefResponseModel) GetFullRelativePath() string

GetFullRelativePath returns the FullRelativePath field if non-nil, zero value otherwise.

GetFullRelativePathOk

func (o *HypervisorResourcePoolRefResponseModel) GetFullRelativePathOk() (*string, bool)

GetFullRelativePathOk returns a tuple with the FullRelativePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFullRelativePath

func (o *HypervisorResourcePoolRefResponseModel) SetFullRelativePath(v string)

SetFullRelativePath sets FullRelativePath field to given value.

GetHypervisor

func (o *HypervisorResourcePoolRefResponseModel) GetHypervisor() RefResponseModel

GetHypervisor returns the Hypervisor field if non-nil, zero value otherwise.

GetHypervisorOk

func (o *HypervisorResourcePoolRefResponseModel) GetHypervisorOk() (*RefResponseModel, bool)

GetHypervisorOk returns a tuple with the Hypervisor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHypervisor

func (o *HypervisorResourcePoolRefResponseModel) SetHypervisor(v RefResponseModel)

SetHypervisor sets Hypervisor field to given value.

[Back to Model list] [Back to API list] [Back to README]