Class GetShareNetworkArgs
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.SharedFileSystem
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetShareNetworkArgs : InvokeArgs
Constructors
View SourceGetShareNetworkArgs()
Declaration
public GetShareNetworkArgs()
Properties
View SourceDescription
The human-readable description of the share network.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
The name of the share network.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
NeutronNetId
The neutron network UUID of the share network.
Declaration
public string NeutronNetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NeutronSubnetId
The neutron subnet UUID of the share network.
Declaration
public string NeutronSubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
SecurityServiceId
The security service IDs associated with the share network.
Declaration
public string SecurityServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SegmentationId
The share network segmentation ID.
Declaration
public int? SegmentationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |