GoogleApi.File.V1.Model.NetworkConfig (google_api_file v0.27.0) View Source
Network configuration for the instance.
Attributes
-
connectMode
(type:String.t
, default:nil
) - The network connect mode of the Filestore instance. If not provided, the connect mode defaults to DIRECT_PEERING. -
ipAddresses
(type:list(String.t)
, default:nil
) - 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}
. -
modes
(type:list(String.t)
, default:nil
) - Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported. -
network
(type:String.t
, default:nil
) - The name of the Google Compute Engine VPC network to which the instance is connected. -
reservedIpRange
(type:String.t
, default:nil
) - 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 when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier or a /24 CIDR block for High Scale or Enterprise tier 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/24. 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.