Class NetworkConfig (1.9.2)

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

Network configuration for the instance.

Attributes

NameDescription
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.

Values: ADDRESS_MODE_UNSPECIFIED (0): Internet protocol not set. MODE_IPV4 (1): Use the IPv4 internet protocol.

ConnectMode

ConnectMode(value)

Available connection modes.

Values: CONNECT_MODE_UNSPECIFIED (0): Not set. DIRECT_PEERING (1): Connect via direct peering to the Filestore service. PRIVATE_SERVICE_ACCESS (2): Connect to your Filestore instance using Private Service Access. Private services access provides an IP address range for multiple Google Cloud services, including Filestore.