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
IPv4 addresses in the format {octet1}.{octet2}.{octet3}.{octet4} or
IPv6 addresses in the format
{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}.
| 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 |
|