Show / Hide Table of Contents

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 Source

AdminStateUp

The administrative state of the network.

Declaration
public readonly string AdminStateUp
Field Value
Type Description
System.String
View Source

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>
View Source

AvailabilityZoneHints

The availability zone candidates for the network.

Declaration
public readonly ImmutableArray<string> AvailabilityZoneHints
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Description

See Argument Reference above.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DnsDomain

The network DNS domain. Available, when Neutron DNS extension is enabled

Declaration
public readonly string DnsDomain
Field Value
Type Description
System.String
View Source

External

See Argument Reference above.

Declaration
public readonly bool? External
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MatchingSubnetCidr

Declaration
public readonly string MatchingSubnetCidr
Field Value
Type Description
System.String
View Source

Mtu

See Argument Reference above.

Declaration
public readonly int? Mtu
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Name

See Argument Reference above.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NetworkId

Declaration
public readonly string NetworkId
Field Value
Type Description
System.String
View Source

Region

See Argument Reference above.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

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
View Source

Status

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TenantId

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
View Source

TransparentVlan

See Argument Reference above.

Declaration
public readonly bool? TransparentVlan
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.