NetworkResourcePropertiesArgs

data class NetworkResourcePropertiesArgs(val description: Output<String>? = null, val kind: Output<String>) : ConvertibleToJava<NetworkResourcePropertiesArgs>

Describes properties of a network resource.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, kind: Output<String>)

Properties

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

User readable description of the network.

Link copied to clipboard
val kind: Output<String>

The type of a Service Fabric container network. Expected value is 'NetworkResourceProperties'.

Functions

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