GetInstanceNetwork

data class GetInstanceNetwork(val connectMode: String, val ipAddresses: List<String>, val modes: List<String>, val network: String, val reservedIpRange: String)

Constructors

Link copied to clipboard
constructor(connectMode: String, ipAddresses: List<String>, modes: List<String>, network: String, reservedIpRange: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network connect mode of the Filestore instance. If not provided, the connect mode defaults to DIRECT_PEERING. Default value: "DIRECT_PEERING" Possible values: "DIRECT_PEERING", "PRIVATE_SERVICE_ACCESS"

Link copied to clipboard

A list of IPv4 or IPv6 addresses.

Link copied to clipboard

IP versions for which the instance has IP addresses assigned. Possible values: "ADDRESS_MODE_UNSPECIFIED", "MODE_IPV4", "MODE_IPV6"

Link copied to clipboard

The name of the GCE VPC network to which the instance is connected.

Link copied to clipboard

A /29 CIDR block that identifies the range of IP addresses reserved for this instance.