Show / Hide Table of Contents

Class FlavorAccessArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlavorAccessArgs
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.OpenStack.Compute
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class FlavorAccessArgs : ResourceArgs

Constructors

View Source

FlavorAccessArgs()

Declaration
public FlavorAccessArgs()

Properties

View Source

FlavorId

The UUID of flavor to use. Changing this creates a new flavor access.

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

Region

The region in which to obtain the V2 Compute client. If omitted, the region argument of the provider is used. Changing this creates a new flavor access.

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

TenantId

The UUID of tenant which is allowed to use the flavor. Changing this creates a new flavor access.

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