Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateVCenterID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVMwareSiteID(input interface{}, key string) (warnings []string, errors []error) + type DeleteVCenterOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAllVCentersInSiteCompleteResult struct + Items []VCenter + LatestHttpResponse *http.Response + type GetAllVCentersInSiteCustomPager struct + NextLink *odata.Link + func (p *GetAllVCentersInSiteCustomPager) NextPageLink() *odata.Link + type GetAllVCentersInSiteOperationOptions struct + Filter *string + func DefaultGetAllVCentersInSiteOperationOptions() GetAllVCentersInSiteOperationOptions + func (o GetAllVCentersInSiteOperationOptions) ToHeaders() *client.Headers + func (o GetAllVCentersInSiteOperationOptions) ToOData() *odata.Query + func (o GetAllVCentersInSiteOperationOptions) ToQuery() *client.QueryParams + type GetAllVCentersInSiteOperationResponse struct + HttpResponse *http.Response + Model *[]VCenter + OData *odata.OData + type GetVCenterOperationResponse struct + HttpResponse *http.Response + Model *VCenter + OData *odata.OData + type HealthErrorDetails struct + Code *string + Id *int64 + Message *string + MessageParameters *map[string]string + PossibleCauses *string + RecommendedAction *string + Severity *string + Source *string + SummaryMessage *string + type PutVCenterOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type VCenter struct + Id *string + Name *string + Properties *VCenterProperties + Type *string + type VCenterClient struct + Client *resourcemanager.Client + func NewVCenterClientWithBaseURI(sdkApi sdkEnv.Api) (*VCenterClient, error) + func (c VCenterClient) DeleteVCenter(ctx context.Context, id VCenterId) (result DeleteVCenterOperationResponse, err error) + func (c VCenterClient) GetAllVCentersInSite(ctx context.Context, id VMwareSiteId, ...) (result GetAllVCentersInSiteOperationResponse, err error) + func (c VCenterClient) GetAllVCentersInSiteComplete(ctx context.Context, id VMwareSiteId, ...) (GetAllVCentersInSiteCompleteResult, error) + func (c VCenterClient) GetAllVCentersInSiteCompleteMatchingPredicate(ctx context.Context, id VMwareSiteId, ...) (result GetAllVCentersInSiteCompleteResult, err error) + func (c VCenterClient) GetVCenter(ctx context.Context, id VCenterId) (result GetVCenterOperationResponse, err error) + func (c VCenterClient) PutVCenter(ctx context.Context, id VCenterId, input VCenter) (result PutVCenterOperationResponse, err error) + type VCenterId struct + ResourceGroupName string + SubscriptionId string + VCenterName string + VmwareSiteName string + func NewVCenterID(subscriptionId string, resourceGroupName string, vmwareSiteName string, ...) VCenterId + func ParseVCenterID(input string) (*VCenterId, error) + func ParseVCenterIDInsensitively(input string) (*VCenterId, error) + func (id *VCenterId) FromParseResult(input resourceids.ParseResult) error + func (id VCenterId) ID() string + func (id VCenterId) Segments() []resourceids.Segment + func (id VCenterId) String() string + type VCenterOperationPredicate struct + Id *string + Name *string + Type *string + func (p VCenterOperationPredicate) Matches(input VCenter) bool + type VCenterProperties struct + CreatedTimestamp *string + Errors *[]HealthErrorDetails + Fqdn *string + InstanceUuid *string + PerfStatisticsLevel *string + Port *string + RunAsAccountId *string + UpdatedTimestamp *string + Version *string + type VMwareSiteId struct + ResourceGroupName string + SubscriptionId string + VmwareSiteName string + func NewVMwareSiteID(subscriptionId string, resourceGroupName string, vmwareSiteName string) VMwareSiteId + func ParseVMwareSiteID(input string) (*VMwareSiteId, error) + func ParseVMwareSiteIDInsensitively(input string) (*VMwareSiteId, error) + func (id *VMwareSiteId) FromParseResult(input resourceids.ParseResult) error + func (id VMwareSiteId) ID() string + func (id VMwareSiteId) Segments() []resourceids.Segment + func (id VMwareSiteId) String() string