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
A /29 CIDR block in one of the `internal IP address ranges |
ip_addresses |
MutableSequence[str]
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} .
|
Classes
AddressMode
AddressMode(value)
Internet protocol versions supported by Cloud Filestore.