Class GetNetworkResult
Inheritance
System.Object
GetNetworkResult
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 GetNetworkResult
Fields
View SourceAdminStateUp
The administrative state of the network.
Declaration
public readonly string AdminStateUp
Field Value
| Type | Description |
|---|---|
| System.String |
AllTags
The set of string tags applied on the network.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AvailabilityZoneHints
The availability zone candidates for the network.
Declaration
public readonly ImmutableArray<string> AvailabilityZoneHints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Description
See Argument Reference above.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DnsDomain
The network DNS domain. Available, when Neutron DNS extension is enabled
Declaration
public readonly string DnsDomain
Field Value
| Type | Description |
|---|---|
| System.String |
External
See Argument Reference above.
Declaration
public readonly bool? External
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MatchingSubnetCidr
Declaration
public readonly string MatchingSubnetCidr
Field Value
| Type | Description |
|---|---|
| System.String |
Mtu
See Argument Reference above.
Declaration
public readonly int? Mtu
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkId
Declaration
public readonly string NetworkId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Shared
Specifies whether the network resource can be accessed by any tenant or not.
Declaration
public readonly string Shared
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TenantId
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
TransparentVlan
See Argument Reference above.
Declaration
public readonly bool? TransparentVlan
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |