Class GetQosPolicyArgs
Inherited Members
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 SourceGetQosPolicyArgs()
Declaration
public GetQosPolicyArgs()
Properties
View SourceDescription
The human-readable description for the QoS policy.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsDefault
Whether the QoS policy is default policy or not.
Declaration
public bool? IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the QoS policy.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The owner of the QoS policy.
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
Shared
Whether this QoS policy is shared across all projects.
Declaration
public bool? Shared { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |