SCClusterByokEntityArgs

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

The network associated with this object

Constructors

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

Properties

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(): SCClusterByokEntityArgs