GetCoreNetworkPolicyDocumentResult

data class GetCoreNetworkPolicyDocumentResult(val attachmentPolicies: List<GetCoreNetworkPolicyDocumentAttachmentPolicy>? = null, val coreNetworkConfigurations: List<GetCoreNetworkPolicyDocumentCoreNetworkConfiguration>, val id: String, val json: String, val segmentActions: List<GetCoreNetworkPolicyDocumentSegmentAction>? = null, val segments: List<GetCoreNetworkPolicyDocumentSegment>, val version: String? = null)

A collection of values returned by getCoreNetworkPolicyDocument.

Constructors

Link copied to clipboard
constructor(attachmentPolicies: List<GetCoreNetworkPolicyDocumentAttachmentPolicy>? = null, coreNetworkConfigurations: List<GetCoreNetworkPolicyDocumentCoreNetworkConfiguration>, id: String, json: String, segmentActions: List<GetCoreNetworkPolicyDocumentSegmentAction>? = null, segments: List<GetCoreNetworkPolicyDocumentSegment>, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Standard JSON policy document rendered based on the arguments above.

Link copied to clipboard
val version: String? = null