SCClusterNetworkEnvironmentEntityArgs

data class SCClusterNetworkEnvironmentEntityArgs(val environment: Output<String>? = null, val id: Output<String>? = null, val related: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<SCClusterNetworkEnvironmentEntityArgs>

The environment or the network to which cluster belongs

Constructors

Link copied to clipboard
constructor(environment: Output<String>? = null, id: Output<String>? = null, related: Output<String>? = null, resourceName: Output<String>? = null)

Properties

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

Environment of the referred resource

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

ID of the referred resource

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

API URL for accessing or modifying the referred object

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

CRN reference to the referred resource

Functions

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