public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessageNetwork configuration for the instance.
Implements
IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
NetworkConfig()
public NetworkConfig()NetworkConfig(NetworkConfig)
public NetworkConfig(NetworkConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkConfig |
Properties
IpAddresses
public RepeatedField<string> IpAddresses { get; }Output only. IPv4 addresses in the format {octet 1}.{octet 2}.{octet 3}.{octet 4} or IPv6 addresses in the format {block 1}:{block 2}:{block 3}:{block 4}:{block 5}:{block 6}:{block 7}:{block 8}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Modes
public RepeatedField<NetworkConfig.Types.AddressMode> Modes { get; }Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<NetworkConfig.Types.AddressMode> |
|
Network
public string Network { get; set; }The name of the Google Compute Engine VPC network to which the instance is connected.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ReservedIpRange
public string ReservedIpRange { get; set; }A /29 CIDR block in one of the internal IP address ranges that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
| Property Value | |
|---|---|
| Type | Description |
String |
|