getSpotMarketRequest
The Packet provider has been deprecated. The replacement function is Equinix Metal GetSpotMarketRequest.
Using getSpotMarketRequest
function getSpotMarketRequest(args: GetSpotMarketRequestArgs, opts?: InvokeOptions): Promise<GetSpotMarketRequestResult>
def get_spot_market_request(request_id: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetSpotMarketRequestResult
func LookupSpotMarketRequest(ctx *Context, args *LookupSpotMarketRequestArgs, opts ...InvokeOption) (*LookupSpotMarketRequestResult, error)
Note: This function is named
LookupSpotMarketRequest
in the Go SDK.
public static class GetSpotMarketRequest {
public static Task<GetSpotMarketRequestResult> InvokeAsync(GetSpotMarketRequestArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- Request
Id string The id of the Spot Market Request
- Request
Id string The id of the Spot Market Request
- request
Id string The id of the Spot Market Request
- request_
id str The id of the Spot Market Request
getSpotMarketRequest Result
The following output properties are available:
- device_
ids Sequence[str] List of IDs of devices spawned by the referenced Spot Market Request
- id str
The provider-assigned unique ID for this managed resource.
- request_
id str
Package Details
- Repository
- https://github.com/pulumi/pulumi-packet
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
packet
Terraform Provider.