Documentation ¶
Index ¶
- func PossibleValuesForDedicatedHostLicenseTypes() []string
- func PossibleValuesForStatusLevelTypes() []string
- func ValidateHostGroupID(input interface{}, key string) (warnings []string, errors []error)
- type DedicatedHost
- type DedicatedHostAllocatableVM
- type DedicatedHostAvailableCapacity
- type DedicatedHostClient
- func (c DedicatedHostClient) ListByHostGroup(ctx context.Context, id HostGroupId) (result ListByHostGroupOperationResponse, err error)
- func (c DedicatedHostClient) ListByHostGroupComplete(ctx context.Context, id HostGroupId) (ListByHostGroupCompleteResult, error)
- func (c DedicatedHostClient) ListByHostGroupCompleteMatchingPredicate(ctx context.Context, id HostGroupId, predicate DedicatedHostOperationPredicate) (result ListByHostGroupCompleteResult, err error)
- type DedicatedHostInstanceView
- type DedicatedHostLicenseTypes
- type DedicatedHostOperationPredicate
- type DedicatedHostProperties
- type HostGroupId
- type InstanceViewStatus
- type ListByHostGroupCompleteResult
- type ListByHostGroupOperationResponse
- type Sku
- type StatusLevelTypes
- type SubResourceReadOnly
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForDedicatedHostLicenseTypes ¶
func PossibleValuesForDedicatedHostLicenseTypes() []string
func PossibleValuesForStatusLevelTypes ¶
func PossibleValuesForStatusLevelTypes() []string
func ValidateHostGroupID ¶
ValidateHostGroupID checks that 'input' can be parsed as a Host Group ID
Types ¶
type DedicatedHost ¶
type DedicatedHost struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *DedicatedHostProperties `json:"properties,omitempty"` Sku Sku `json:"sku"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type DedicatedHostAvailableCapacity ¶
type DedicatedHostAvailableCapacity struct {
AllocatableVMs *[]DedicatedHostAllocatableVM `json:"allocatableVMs,omitempty"`
}
type DedicatedHostClient ¶
type DedicatedHostClient struct {
Client *resourcemanager.Client
}
func NewDedicatedHostClientWithBaseURI ¶
func NewDedicatedHostClientWithBaseURI(sdkApi sdkEnv.Api) (*DedicatedHostClient, error)
func (DedicatedHostClient) ListByHostGroup ¶
func (c DedicatedHostClient) ListByHostGroup(ctx context.Context, id HostGroupId) (result ListByHostGroupOperationResponse, err error)
ListByHostGroup ...
func (DedicatedHostClient) ListByHostGroupComplete ¶
func (c DedicatedHostClient) ListByHostGroupComplete(ctx context.Context, id HostGroupId) (ListByHostGroupCompleteResult, error)
ListByHostGroupComplete retrieves all the results into a single object
func (DedicatedHostClient) ListByHostGroupCompleteMatchingPredicate ¶
func (c DedicatedHostClient) ListByHostGroupCompleteMatchingPredicate(ctx context.Context, id HostGroupId, predicate DedicatedHostOperationPredicate) (result ListByHostGroupCompleteResult, err error)
ListByHostGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DedicatedHostInstanceView ¶
type DedicatedHostInstanceView struct { AssetId *string `json:"assetId,omitempty"` AvailableCapacity *DedicatedHostAvailableCapacity `json:"availableCapacity,omitempty"` Statuses *[]InstanceViewStatus `json:"statuses,omitempty"` }
type DedicatedHostLicenseTypes ¶
type DedicatedHostLicenseTypes string
const ( DedicatedHostLicenseTypesNone DedicatedHostLicenseTypes = "None" DedicatedHostLicenseTypesWindowsServerHybrid DedicatedHostLicenseTypes = "Windows_Server_Hybrid" DedicatedHostLicenseTypesWindowsServerPerpetual DedicatedHostLicenseTypes = "Windows_Server_Perpetual" )
func (*DedicatedHostLicenseTypes) UnmarshalJSON ¶ added in v0.20230808.1103829
func (s *DedicatedHostLicenseTypes) UnmarshalJSON(bytes []byte) error
type DedicatedHostOperationPredicate ¶
type DedicatedHostOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (DedicatedHostOperationPredicate) Matches ¶
func (p DedicatedHostOperationPredicate) Matches(input DedicatedHost) bool
type DedicatedHostProperties ¶
type DedicatedHostProperties struct { AutoReplaceOnFailure *bool `json:"autoReplaceOnFailure,omitempty"` HostId *string `json:"hostId,omitempty"` InstanceView *DedicatedHostInstanceView `json:"instanceView,omitempty"` LicenseType *DedicatedHostLicenseTypes `json:"licenseType,omitempty"` PlatformFaultDomain *int64 `json:"platformFaultDomain,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` ProvisioningTime *string `json:"provisioningTime,omitempty"` VirtualMachines *[]SubResourceReadOnly `json:"virtualMachines,omitempty"` }
func (*DedicatedHostProperties) GetProvisioningTimeAsTime ¶
func (o *DedicatedHostProperties) GetProvisioningTimeAsTime() (*time.Time, error)
func (*DedicatedHostProperties) SetProvisioningTimeAsTime ¶
func (o *DedicatedHostProperties) SetProvisioningTimeAsTime(input time.Time)
type HostGroupId ¶
HostGroupId is a struct representing the Resource ID for a Host Group
func NewHostGroupID ¶
func NewHostGroupID(subscriptionId string, resourceGroupName string, hostGroupName string) HostGroupId
NewHostGroupID returns a new HostGroupId struct
func ParseHostGroupID ¶
func ParseHostGroupID(input string) (*HostGroupId, error)
ParseHostGroupID parses 'input' into a HostGroupId
func ParseHostGroupIDInsensitively ¶
func ParseHostGroupIDInsensitively(input string) (*HostGroupId, error)
ParseHostGroupIDInsensitively parses 'input' case-insensitively into a HostGroupId note: this method should only be used for API response data and not user input
func (*HostGroupId) FromParseResult ¶ added in v0.20231127.1171502
func (id *HostGroupId) FromParseResult(input resourceids.ParseResult) error
func (HostGroupId) Segments ¶
func (id HostGroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Host Group ID
func (HostGroupId) String ¶
func (id HostGroupId) String() string
String returns a human-readable description of this Host Group ID
type InstanceViewStatus ¶
type InstanceViewStatus struct { Code *string `json:"code,omitempty"` DisplayStatus *string `json:"displayStatus,omitempty"` Level *StatusLevelTypes `json:"level,omitempty"` Message *string `json:"message,omitempty"` Time *string `json:"time,omitempty"` }
func (*InstanceViewStatus) GetTimeAsTime ¶
func (o *InstanceViewStatus) GetTimeAsTime() (*time.Time, error)
func (*InstanceViewStatus) SetTimeAsTime ¶
func (o *InstanceViewStatus) SetTimeAsTime(input time.Time)
type ListByHostGroupCompleteResult ¶
type ListByHostGroupCompleteResult struct {
Items []DedicatedHost
}
type ListByHostGroupOperationResponse ¶
type ListByHostGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DedicatedHost }
type StatusLevelTypes ¶
type StatusLevelTypes string
const ( StatusLevelTypesError StatusLevelTypes = "Error" StatusLevelTypesInfo StatusLevelTypes = "Info" StatusLevelTypesWarning StatusLevelTypes = "Warning" )
func (*StatusLevelTypes) UnmarshalJSON ¶ added in v0.20230808.1103829
func (s *StatusLevelTypes) UnmarshalJSON(bytes []byte) error
type SubResourceReadOnly ¶
type SubResourceReadOnly struct {
Id *string `json:"id,omitempty"`
}
Source Files ¶
- client.go
- constants.go
- id_hostgroup.go
- method_listbyhostgroup.go
- model_dedicatedhost.go
- model_dedicatedhostallocatablevm.go
- model_dedicatedhostavailablecapacity.go
- model_dedicatedhostinstanceview.go
- model_dedicatedhostproperties.go
- model_instanceviewstatus.go
- model_sku.go
- model_subresourcereadonly.go
- predicates.go
- version.go