Documentation ¶
Index ¶
- func PossibleValuesForDedicatedHostLicenseTypes() []string
- func PossibleValuesForStatusLevelTypes() []string
- func ValidateHostGroupID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateHostID(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) (resp 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) (resp ListByHostGroupCompleteResult, err error)
- func (c DedicatedHostClient) Restart(ctx context.Context, id HostId) (result RestartOperationResponse, err error)
- func (c DedicatedHostClient) RestartThenPoll(ctx context.Context, id HostId) error
- type DedicatedHostInstanceView
- type DedicatedHostLicenseTypes
- type DedicatedHostOperationPredicate
- type DedicatedHostProperties
- func (o *DedicatedHostProperties) GetProvisioningTimeAsTime() (*time.Time, error)
- func (o *DedicatedHostProperties) GetTimeCreatedAsTime() (*time.Time, error)
- func (o *DedicatedHostProperties) SetProvisioningTimeAsTime(input time.Time)
- func (o *DedicatedHostProperties) SetTimeCreatedAsTime(input time.Time)
- type HostGroupId
- type HostId
- type InstanceViewStatus
- type ListByHostGroupCompleteResult
- type ListByHostGroupOperationResponse
- type RestartOperationResponse
- 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
func ValidateHostID ¶
ValidateHostID checks that 'input' can be parsed as a Host 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 autorest.Client // contains filtered or unexported fields }
func NewDedicatedHostClientWithBaseURI ¶
func NewDedicatedHostClientWithBaseURI(endpoint string) DedicatedHostClient
func (DedicatedHostClient) ListByHostGroup ¶
func (c DedicatedHostClient) ListByHostGroup(ctx context.Context, id HostGroupId) (resp ListByHostGroupOperationResponse, err error)
ListByHostGroup ...
func (DedicatedHostClient) ListByHostGroupComplete ¶
func (c DedicatedHostClient) ListByHostGroupComplete(ctx context.Context, id HostGroupId) (ListByHostGroupCompleteResult, error)
ListByHostGroupComplete retrieves all of the results into a single object
func (DedicatedHostClient) ListByHostGroupCompleteMatchingPredicate ¶
func (c DedicatedHostClient) ListByHostGroupCompleteMatchingPredicate(ctx context.Context, id HostGroupId, predicate DedicatedHostOperationPredicate) (resp ListByHostGroupCompleteResult, err error)
ListByHostGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DedicatedHostClient) Restart ¶
func (c DedicatedHostClient) Restart(ctx context.Context, id HostId) (result RestartOperationResponse, err error)
Restart ...
func (DedicatedHostClient) RestartThenPoll ¶
func (c DedicatedHostClient) RestartThenPoll(ctx context.Context, id HostId) error
RestartThenPoll performs Restart then polls until it's completed
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" )
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"` TimeCreated *string `json:"timeCreated,omitempty"` VirtualMachines *[]SubResourceReadOnly `json:"virtualMachines,omitempty"` }
func (*DedicatedHostProperties) GetProvisioningTimeAsTime ¶
func (o *DedicatedHostProperties) GetProvisioningTimeAsTime() (*time.Time, error)
func (*DedicatedHostProperties) GetTimeCreatedAsTime ¶
func (o *DedicatedHostProperties) GetTimeCreatedAsTime() (*time.Time, error)
func (*DedicatedHostProperties) SetProvisioningTimeAsTime ¶
func (o *DedicatedHostProperties) SetProvisioningTimeAsTime(input time.Time)
func (*DedicatedHostProperties) SetTimeCreatedAsTime ¶
func (o *DedicatedHostProperties) SetTimeCreatedAsTime(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) 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 HostId ¶
type HostId struct { SubscriptionId string ResourceGroupName string HostGroupName string HostName string }
HostId is a struct representing the Resource ID for a Host
func NewHostID ¶
func NewHostID(subscriptionId string, resourceGroupName string, hostGroupName string, hostName string) HostId
NewHostID returns a new HostId struct
func ParseHostID ¶
ParseHostID parses 'input' into a HostId
func ParseHostIDInsensitively ¶
ParseHostIDInsensitively parses 'input' case-insensitively into a HostId note: this method should only be used for API response data and not user input
func (HostId) Segments ¶
func (id HostId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Host 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 Model *[]DedicatedHost // contains filtered or unexported fields }
func (ListByHostGroupOperationResponse) HasMore ¶
func (r ListByHostGroupOperationResponse) HasMore() bool
func (ListByHostGroupOperationResponse) LoadMore ¶
func (r ListByHostGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByHostGroupOperationResponse, err error)
type RestartOperationResponse ¶
type RestartOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type StatusLevelTypes ¶
type StatusLevelTypes string
const ( StatusLevelTypesError StatusLevelTypes = "Error" StatusLevelTypesInfo StatusLevelTypes = "Info" StatusLevelTypesWarning StatusLevelTypes = "Warning" )
type SubResourceReadOnly ¶
type SubResourceReadOnly struct {
Id *string `json:"id,omitempty"`
}
Source Files ¶
- client.go
- constants.go
- id_host.go
- id_hostgroup.go
- method_listbyhostgroup_autorest.go
- method_restart_autorest.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