Show / Hide Table of Contents

Class QosPolicyArgs

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

Constructors

View Source

QosPolicyArgs()

Declaration
public QosPolicyArgs()

Properties

View Source

Description

The human-readable description for the QoS policy. Changing this updates the description of the existing QoS policy.

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

IsDefault

Indicates whether the QoS policy is default QoS policy or not. Changing this updates the default status of the existing QoS policy.

Declaration
public Input<bool> IsDefault { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the QoS policy. Changing this updates the name of the existing QoS policy.

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

ProjectId

The owner of the QoS policy. Required if admin wants to create a QoS policy for another project. Changing this creates a new QoS policy.

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

Region

The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron Qos policy. If omitted, the region argument of the provider is used. Changing this creates a new QoS policy.

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

Shared

Indicates whether this QoS policy is shared across all projects. Changing this updates the shared status of the existing QoS policy.

Declaration
public Input<bool> Shared { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Tags

A set of string tags for the QoS policy.

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

ValueSpecs

Map of additional options.

Declaration
public InputMap<object> ValueSpecs { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.