Show / Hide Table of Contents

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 Source

AllTags

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>
View Source

CreatedAt

The time at which QoS policy was created.

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

Description

See Argument Reference above.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsDefault

See Argument Reference above.

Declaration
public readonly bool IsDefault
Field Value
Type Description
System.Boolean
View Source

Name

See Argument Reference above.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ProjectId

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

Region

See Argument Reference above.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

RevisionNumber

The revision number of the QoS policy.

Declaration
public readonly int RevisionNumber
Field Value
Type Description
System.Int32
View Source

Shared

See Argument Reference above.

Declaration
public readonly bool Shared
Field Value
Type Description
System.Boolean
View Source

Tags

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

UpdatedAt

The time at which QoS policy was created.

Declaration
public readonly string UpdatedAt
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.