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 PossibleValuesForNodeStatus() []string + func ValidateDataBoxEdgeDeviceID(input interface{}, key string) (warnings []string, errors []error) + type DataBoxEdgeDeviceId struct + DataBoxEdgeDeviceName string + ResourceGroupName string + SubscriptionId string + func NewDataBoxEdgeDeviceID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string) DataBoxEdgeDeviceId + func ParseDataBoxEdgeDeviceID(input string) (*DataBoxEdgeDeviceId, error) + func ParseDataBoxEdgeDeviceIDInsensitively(input string) (*DataBoxEdgeDeviceId, error) + func (id *DataBoxEdgeDeviceId) FromParseResult(input resourceids.ParseResult) error + func (id DataBoxEdgeDeviceId) ID() string + func (id DataBoxEdgeDeviceId) Segments() []resourceids.Segment + func (id DataBoxEdgeDeviceId) String() string + type ListByDataBoxEdgeDeviceCompleteResult struct + Items []Node + LatestHttpResponse *http.Response + type ListByDataBoxEdgeDeviceCustomPager struct + NextLink *odata.Link + func (p *ListByDataBoxEdgeDeviceCustomPager) NextPageLink() *odata.Link + type ListByDataBoxEdgeDeviceOperationResponse struct + HttpResponse *http.Response + Model *[]Node + OData *odata.OData + type Node struct + Id *string + Name *string + Properties *NodeProperties + Type *string + type NodeOperationPredicate struct + Id *string + Name *string + Type *string + func (p NodeOperationPredicate) Matches(input Node) bool + type NodeProperties struct + NodeChassisSerialNumber *string + NodeDisplayName *string + NodeFriendlySoftwareVersion *string + NodeHcsVersion *string + NodeInstanceId *string + NodeSerialNumber *string + NodeStatus *NodeStatus + type NodeStatus string + const NodeStatusDown + const NodeStatusRebooting + const NodeStatusShuttingDown + const NodeStatusUnknown + const NodeStatusUp + func (s *NodeStatus) UnmarshalJSON(bytes []byte) error + type NodesClient struct + Client *resourcemanager.Client + func NewNodesClientWithBaseURI(sdkApi sdkEnv.Api) (*NodesClient, error) + func (c NodesClient) ListByDataBoxEdgeDevice(ctx context.Context, id DataBoxEdgeDeviceId) (result ListByDataBoxEdgeDeviceOperationResponse, err error) + func (c NodesClient) ListByDataBoxEdgeDeviceComplete(ctx context.Context, id DataBoxEdgeDeviceId) (ListByDataBoxEdgeDeviceCompleteResult, error) + func (c NodesClient) ListByDataBoxEdgeDeviceCompleteMatchingPredicate(ctx context.Context, id DataBoxEdgeDeviceId, predicate NodeOperationPredicate) (result ListByDataBoxEdgeDeviceCompleteResult, err error)