Class TrunkState
Inherited Members
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class TrunkState : ResourceArgs
Constructors
View SourceTrunkState()
Declaration
public TrunkState()
Properties
View SourceAdminStateUp
Administrative up/down status for the trunk
(must be "true" or "false" if provided). Changing this updates the
admin_state_up of an existing trunk.
Declaration
public Input<bool> AdminStateUp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AllTags
The collection of tags assigned on the trunk, which have been explicitly and implicitly added.
Declaration
public InputList<string> AllTags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Description
Human-readable description of the trunk. Changing this updates the name of the existing trunk.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name for the trunk. Changing this
updates the name of an existing trunk.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PortId
The ID of the port to be made a subport of the trunk.
Declaration
public Input<string> PortId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 networking client.
A networking client is needed to create a trunk. If omitted, the
region argument of the provider is used. Changing this creates a new
trunk.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubPorts
The set of ports that will be made subports of the trunk. The structure of each subport is described below.
Declaration
public InputList<TrunkSubPortGetArgs> SubPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TrunkSubPortGetArgs> |
Tags
A set of string tags for the port.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TenantId
The owner of the Trunk. Required if admin wants to create a trunk on behalf of another tenant. Changing this creates a new trunk.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |