NetworkRefArgs

data class NetworkRefArgs(val endpointRefs: Output<List<EndpointRefArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<NetworkRefArgs>

Describes a network reference in a service.

Constructors

Link copied to clipboard
constructor(endpointRefs: Output<List<EndpointRefArgs>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val endpointRefs: Output<List<EndpointRefArgs>>? = null

A list of endpoints that are exposed on this network.

Link copied to clipboard
val name: Output<String>? = null

Name of the network

Functions

Link copied to clipboard
open override fun toJava(): NetworkRefArgs