Class NetworkConfig (1.13.2)

NetworkConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Network configuration for the instance.

Attributes

Name Description
network str
The name of the Google Compute Engine `VPC network
modes MutableSequence[google.cloud.filestore_v1.types.NetworkConfig.AddressMode]
Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported.
reserved_ip_range str
Optional, reserved_ip_range can have one of the following two types of values. - CIDR range value when using DIRECT_PEERING connect mode. - `Allocated IP address range
ip_addresses MutableSequence[str]
Output only. IPv4 addresses in the format {octet1}.{octet2}.{octet3}.{octet4} or IPv6 addresses in the format {block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}.
connect_mode google.cloud.filestore_v1.types.NetworkConfig.ConnectMode
The network connect mode of the Filestore instance. If not provided, the connect mode defaults to DIRECT_PEERING.

Classes

AddressMode

AddressMode(value)

Internet protocol versions supported by Filestore.

ConnectMode

ConnectMode(value)

Available connection modes.