Show / Hide Table of Contents

Class GetQosPolicyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetQosPolicyArgs
Inherited Members
InvokeArgs.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 GetQosPolicyArgs : InvokeArgs

Constructors

View Source

GetQosPolicyArgs()

Declaration
public GetQosPolicyArgs()

Properties

View Source

Description

The human-readable description for the QoS policy.

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

IsDefault

Whether the QoS policy is default policy or not.

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

Name

The name of the QoS policy.

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

ProjectId

The owner of the QoS policy.

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

Region

The region in which to obtain the V2 Networking client. A Networking client is needed to retrieve a QoS policy ID. If omitted, the region argument of the provider is used.

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

Shared

Whether this QoS policy is shared across all projects.

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

Tags

The list of QoS policy tags to filter.

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