Show / Hide Table of Contents

Class GetShareNetworkArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetShareNetworkArgs
Inherited Members
InvokeArgs.Empty
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.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetShareNetworkArgs : InvokeArgs

Constructors

View Source

GetShareNetworkArgs()

Declaration
public GetShareNetworkArgs()

Properties

View Source

Description

The human-readable description of the share network.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

IpVersion

The IP version of the share network. Can either be 4 or 6.

Declaration
public int? IpVersion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Name

The name of the share network.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

NetworkType

The share network type. Can either be VLAN, VXLAN, GRE, or flat.

Declaration
public string NetworkType { get; set; }
Property Value
Type Description
System.String
View Source

NeutronNetId

The neutron network UUID of the share network.

Declaration
public string NeutronNetId { get; set; }
Property Value
Type Description
System.String
View Source

NeutronSubnetId

The neutron subnet UUID of the share network.

Declaration
public string NeutronSubnetId { get; set; }
Property Value
Type Description
System.String
View Source

Region

The region in which to obtain the V2 Shared File System client. A Shared File System client is needed to read a share network. If omitted, the region argument of the provider is used.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
View Source

SecurityServiceId

The security service IDs associated with the share network.

Declaration
public string SecurityServiceId { get; set; }
Property Value
Type Description
System.String
View Source

SegmentationId

The share network segmentation ID.

Declaration
public int? SegmentationId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.