Show / Hide Table of Contents

Class QosPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
QosPolicyState
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 QosPolicyState : ResourceArgs

Constructors

View Source

QosPolicyState()

Declaration
public QosPolicyState()

Properties

View Source

AllTags

The collection of tags assigned on the QoS policy, which have been explicitly and implicitly added.

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

CreatedAt

The time at which QoS policy was created.

Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
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

RevisionNumber

The revision number of the QoS policy.

Declaration
public Input<int> RevisionNumber { get; set; }
Property Value
Type Description
Input<System.Int32>
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

UpdatedAt

The time at which QoS policy was created.

Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
Type Description
Input<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.