Show / Hide Table of Contents

Class SpotMarketRequestInstanceParametersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpotMarketRequestInstanceParametersArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class SpotMarketRequestInstanceParametersArgs : ResourceArgs

Constructors

View Source

SpotMarketRequestInstanceParametersArgs()

Declaration
public SpotMarketRequestInstanceParametersArgs()

Properties

View Source

AlwaysPxe

Declaration
public Input<string> AlwaysPxe { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BillingCycle

Declaration
public Input<string> BillingCycle { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Features

Declaration
public InputList<string> Features { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Hostname

Declaration
public Input<string> Hostname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Locked

Declaration
public Input<string> Locked { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OperatingSystem

Declaration
public Input<string> OperatingSystem { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Plan

Declaration
public Input<string> Plan { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectSshKeys

Declaration
public InputList<string> ProjectSshKeys { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

TermintationTime

Declaration
public Input<string> TermintationTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Userdata

Declaration
public Input<string> Userdata { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserSshKeys

Declaration
public InputList<string> UserSshKeys { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.