Class GetTrunkResult
Inheritance
System.Object
GetTrunkResult
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 GetTrunkResult
Fields
View SourceAdminStateUp
Declaration
public readonly bool? AdminStateUp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllTags
The set of string tags applied on the trunk.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Description
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 |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PortId
The ID of the trunk subport.
Declaration
public readonly string PortId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
SubPorts
The set of the trunk subports. The structure of each subport is described below.
Declaration
public readonly ImmutableArray<GetTrunkSubPortResult> SubPorts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetTrunkSubPortResult> |
Tags
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TrunkId
Declaration
public readonly string TrunkId
Field Value
| Type | Description |
|---|---|
| System.String |