hcxenterprisesites

package
v2.96.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForHcxEnterpriseSiteStatus

func PossibleValuesForHcxEnterpriseSiteStatus() []string

func ValidateHcxEnterpriseSiteID

func ValidateHcxEnterpriseSiteID(input interface{}, key string) (warnings []string, errors []error)

ValidateHcxEnterpriseSiteID checks that 'input' can be parsed as a Hcx Enterprise Site ID

func ValidatePrivateCloudID

func ValidatePrivateCloudID(input interface{}, key string) (warnings []string, errors []error)

ValidatePrivateCloudID checks that 'input' can be parsed as a Private Cloud ID

Types

type CreateOrUpdateResponse

type CreateOrUpdateResponse struct {
	HttpResponse *http.Response
	Model        *HcxEnterpriseSite
}

type DeleteResponse

type DeleteResponse struct {
	HttpResponse *http.Response
}

type GetResponse

type GetResponse struct {
	HttpResponse *http.Response
	Model        *HcxEnterpriseSite
}

type HcxEnterpriseSite

type HcxEnterpriseSite struct {
	Id         *string                      `json:"id,omitempty"`
	Name       *string                      `json:"name,omitempty"`
	Properties *HcxEnterpriseSiteProperties `json:"properties,omitempty"`
	Type       *string                      `json:"type,omitempty"`
}

type HcxEnterpriseSiteId

type HcxEnterpriseSiteId struct {
	SubscriptionId        string
	ResourceGroupName     string
	PrivateCloudName      string
	HcxEnterpriseSiteName string
}

HcxEnterpriseSiteId is a struct representing the Resource ID for a Hcx Enterprise Site

func NewHcxEnterpriseSiteID

func NewHcxEnterpriseSiteID(subscriptionId string, resourceGroupName string, privateCloudName string, hcxEnterpriseSiteName string) HcxEnterpriseSiteId

NewHcxEnterpriseSiteID returns a new HcxEnterpriseSiteId struct

func ParseHcxEnterpriseSiteID

func ParseHcxEnterpriseSiteID(input string) (*HcxEnterpriseSiteId, error)

ParseHcxEnterpriseSiteID parses 'input' into a HcxEnterpriseSiteId

func ParseHcxEnterpriseSiteIDInsensitively

func ParseHcxEnterpriseSiteIDInsensitively(input string) (*HcxEnterpriseSiteId, error)

ParseHcxEnterpriseSiteIDInsensitively parses 'input' case-insensitively into a HcxEnterpriseSiteId note: this method should only be used for API response data and not user input

func (HcxEnterpriseSiteId) ID

func (id HcxEnterpriseSiteId) ID() string

ID returns the formatted Hcx Enterprise Site ID

func (HcxEnterpriseSiteId) Segments

func (id HcxEnterpriseSiteId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Hcx Enterprise Site ID

func (HcxEnterpriseSiteId) String

func (id HcxEnterpriseSiteId) String() string

String returns a human-readable description of this Hcx Enterprise Site ID

type HcxEnterpriseSitePredicate

type HcxEnterpriseSitePredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (HcxEnterpriseSitePredicate) Matches

type HcxEnterpriseSiteProperties

type HcxEnterpriseSiteProperties struct {
	ActivationKey *string                  `json:"activationKey,omitempty"`
	Status        *HcxEnterpriseSiteStatus `json:"status,omitempty"`
}

type HcxEnterpriseSiteStatus

type HcxEnterpriseSiteStatus string
const (
	HcxEnterpriseSiteStatusAvailable   HcxEnterpriseSiteStatus = "Available"
	HcxEnterpriseSiteStatusConsumed    HcxEnterpriseSiteStatus = "Consumed"
	HcxEnterpriseSiteStatusDeactivated HcxEnterpriseSiteStatus = "Deactivated"
	HcxEnterpriseSiteStatusDeleted     HcxEnterpriseSiteStatus = "Deleted"
)

type HcxEnterpriseSitesClient

type HcxEnterpriseSitesClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewHcxEnterpriseSitesClientWithBaseURI

func NewHcxEnterpriseSitesClientWithBaseURI(endpoint string) HcxEnterpriseSitesClient

func (HcxEnterpriseSitesClient) CreateOrUpdate

CreateOrUpdate ...

func (HcxEnterpriseSitesClient) Delete

Delete ...

func (HcxEnterpriseSitesClient) Get

Get ...

func (HcxEnterpriseSitesClient) List

List ...

func (HcxEnterpriseSitesClient) ListComplete

ListComplete retrieves all of the results into a single object

func (HcxEnterpriseSitesClient) ListCompleteMatchingPredicate

func (c HcxEnterpriseSitesClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateCloudId, predicate HcxEnterpriseSitePredicate) (resp ListCompleteResult, err error)

ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate

type ListCompleteResult

type ListCompleteResult struct {
	Items []HcxEnterpriseSite
}

type ListResponse

type ListResponse struct {
	HttpResponse *http.Response
	Model        *[]HcxEnterpriseSite
	// contains filtered or unexported fields
}

func (ListResponse) HasMore

func (r ListResponse) HasMore() bool

func (ListResponse) LoadMore

func (r ListResponse) LoadMore(ctx context.Context) (resp ListResponse, err error)

type PrivateCloudId

type PrivateCloudId struct {
	SubscriptionId    string
	ResourceGroupName string
	PrivateCloudName  string
}

PrivateCloudId is a struct representing the Resource ID for a Private Cloud

func NewPrivateCloudID

func NewPrivateCloudID(subscriptionId string, resourceGroupName string, privateCloudName string) PrivateCloudId

NewPrivateCloudID returns a new PrivateCloudId struct

func ParsePrivateCloudID

func ParsePrivateCloudID(input string) (*PrivateCloudId, error)

ParsePrivateCloudID parses 'input' into a PrivateCloudId

func ParsePrivateCloudIDInsensitively

func ParsePrivateCloudIDInsensitively(input string) (*PrivateCloudId, error)

ParsePrivateCloudIDInsensitively parses 'input' case-insensitively into a PrivateCloudId note: this method should only be used for API response data and not user input

func (PrivateCloudId) ID

func (id PrivateCloudId) ID() string

ID returns the formatted Private Cloud ID

func (PrivateCloudId) Segments

func (id PrivateCloudId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Private Cloud ID

func (PrivateCloudId) String

func (id PrivateCloudId) String() string

String returns a human-readable description of this Private Cloud ID

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL