Class NetworkConfig (1.0.0)

public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessage

Network configuration for the instance.

Inheritance

Object > NetworkConfig

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

NetworkConfig()

public NetworkConfig()

NetworkConfig(NetworkConfig)

public NetworkConfig(NetworkConfig other)
Parameter
NameDescription
otherNetworkConfig

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String