Class GetTrunkArgs
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 GetTrunkArgs : InvokeArgs
Constructors
View SourceGetTrunkArgs()
Declaration
public GetTrunkArgs()
Properties
View SourceAdminStateUp
The administrative state of the trunk.
Declaration
public bool? AdminStateUp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
Human-readable description of the trunk.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the trunk.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PortId
The ID of the trunk parent port.
Declaration
public string PortId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The owner of the trunk.
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region in which to obtain the V2 Neutron client.
A Neutron client is needed to retrieve trunk ids. If omitted, the
region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the trunk.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
The list of trunk tags to filter.
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
TrunkId
The ID of the trunk.
Declaration
public string TrunkId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |