Class GetQosPolicyResult
Inheritance
System.Object
GetQosPolicyResult
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 GetQosPolicyResult
Fields
View SourceAllTags
The set of string tags applied on the QoS policy.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CreatedAt
The time at which QoS policy was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Description
See Argument Reference above.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsDefault
See Argument Reference above.
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
RevisionNumber
The revision number of the QoS policy.
Declaration
public readonly int RevisionNumber
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Shared
See Argument Reference above.
Declaration
public readonly bool Shared
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Tags
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
UpdatedAt
The time at which QoS policy was created.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |