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) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *VCenter + OData *odata.OData + Poller pollers.Poller + type DeleteOperationOptions struct + Force *bool + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExtendedLocation struct + Name *string + Type *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *VCenter + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []VCenter + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]VCenter + OData *odata.OData + type ListCompleteResult struct + Items []VCenter + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]VCenter + OData *odata.OData + type ResourcePatch struct + Tags *map[string]string + type ResourceStatus struct + LastUpdatedAt *string + Message *string + Reason *string + Severity *string + Status *string + Type *string + func (o *ResourceStatus) GetLastUpdatedAtAsTime() (*time.Time, error) + func (o *ResourceStatus) SetLastUpdatedAtAsTime(input time.Time) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *VCenter + OData *odata.OData + type VCenter struct + ExtendedLocation *ExtendedLocation + Id *string + Kind *string + Location string + Name *string + Properties VCenterProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type VCenterId struct + ResourceGroupName string + SubscriptionId string + VCenterName string + func NewVCenterID(subscriptionId string, resourceGroupName string, vCenterName 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 + Kind *string + Location *string + Name *string + Type *string + func (p VCenterOperationPredicate) Matches(input VCenter) bool + type VCenterProperties struct + ConnectionStatus *string + Credentials *VICredential + CustomResourceName *string + Fqdn string + InstanceUuid *string + Port *int64 + ProvisioningState *string + Statuses *[]ResourceStatus + Uuid *string + Version *string + type VCentersClient struct + Client *resourcemanager.Client + func NewVCentersClientWithBaseURI(sdkApi sdkEnv.Api) (*VCentersClient, error) + func (c VCentersClient) Create(ctx context.Context, id VCenterId, input VCenter) (result CreateOperationResponse, err error) + func (c VCentersClient) CreateThenPoll(ctx context.Context, id VCenterId, input VCenter) error + func (c VCentersClient) Delete(ctx context.Context, id VCenterId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c VCentersClient) DeleteThenPoll(ctx context.Context, id VCenterId, options DeleteOperationOptions) error + func (c VCentersClient) Get(ctx context.Context, id VCenterId) (result GetOperationResponse, err error) + func (c VCentersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c VCentersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c VCentersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c VCentersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c VCentersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c VCentersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c VCentersClient) Update(ctx context.Context, id VCenterId, input ResourcePatch) (result UpdateOperationResponse, err error) + type VICredential struct + Password *string + Username *string