Class GetRouterArgs
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 GetRouterArgs : InvokeArgs
Constructors
View SourceGetRouterArgs()
Declaration
public GetRouterArgs()
Properties
View SourceAdminStateUp
Administrative up/down status for the router (must be "true" or "false" if provided).
Declaration
public bool? AdminStateUp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
Human-readable description of the router.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Distributed
Indicates whether or not to get a distributed router.
Declaration
public bool? Distributed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
EnableSnat
The value that points out if the Source NAT is enabled on the router.
Declaration
public bool? EnableSnat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the router.
Declaration
public string Name { 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 router ids. If omitted, the
region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RouterId
The UUID of the router resource.
Declaration
public string RouterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the router (ACTIVE/DOWN).
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
The list of router tags to filter.
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
TenantId
The owner of the router.
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |