Class GetNetworkArgs
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 GetNetworkArgs : InvokeArgs
Constructors
View SourceGetNetworkArgs()
Declaration
public GetNetworkArgs()
Properties
View SourceDescription
Human-readable description of the network.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
External
The external routing facility of the network.
Declaration
public bool? External { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
MatchingSubnetCidr
The CIDR of a subnet within the network.
Declaration
public string MatchingSubnetCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mtu
The network MTU to filter. Available, when Neutron net-mtu
extension is enabled.
Declaration
public int? Mtu { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
The name of the network.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NetworkId
The ID of the network.
Declaration
public string NetworkId { 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 networks 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 network.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
The list of network 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 network.
Declaration
public string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TransparentVlan
The VLAN transparent attribute for the network.
Declaration
public bool? TransparentVlan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |