Show / Hide Table of Contents

Class SpotMarketRequestInstanceParameters

Inheritance
System.Object
SpotMarketRequestInstanceParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Packet.Outputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class SpotMarketRequestInstanceParameters

Fields

View Source

AlwaysPxe

Declaration
public readonly string AlwaysPxe
Field Value
Type Description
System.String
View Source

BillingCycle

Declaration
public readonly string BillingCycle
Field Value
Type Description
System.String
View Source

Description

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Features

Declaration
public readonly ImmutableArray<string> Features
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Hostname

Declaration
public readonly string Hostname
Field Value
Type Description
System.String
View Source

Locked

Declaration
public readonly string Locked
Field Value
Type Description
System.String
View Source

OperatingSystem

Declaration
public readonly string OperatingSystem
Field Value
Type Description
System.String
View Source

Plan

Declaration
public readonly string Plan
Field Value
Type Description
System.String
View Source

ProjectSshKeys

Declaration
public readonly ImmutableArray<string> ProjectSshKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TermintationTime

Declaration
public readonly string TermintationTime
Field Value
Type Description
System.String
View Source

Userdata

Declaration
public readonly string Userdata
Field Value
Type Description
System.String
View Source

UserSshKeys

Declaration
public readonly ImmutableArray<string> UserSshKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.