InstanceNetwork

data class InstanceNetwork(val connectMode: String? = null, val ipAddresses: List<String>? = null, val modes: List<String>, val network: String, val reservedIpRange: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectMode: String? = null

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

Link copied to clipboard
val ipAddresses: List<String>? = null

(Output) A list of IPv4 or IPv6 addresses.

Link copied to clipboard

IP versions for which the instance has IP addresses assigned. Each value may be one of: 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
val reservedIpRange: String? = null

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