GetNetworkVirtualApplianceResult

data class GetNetworkVirtualApplianceResult(val addressPrefix: String, val bootStrapConfigurationBlobs: List<String>? = null, val cloudInitConfiguration: String? = null, val cloudInitConfigurationBlobs: List<String>? = null, val etag: String, val id: String? = null, val identity: ManagedServiceIdentityResponse? = null, val inboundSecurityRules: List<SubResourceResponse>, val location: String? = null, val name: String, val nvaSku: VirtualApplianceSkuPropertiesResponse? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val virtualApplianceAsn: Double? = null, val virtualApplianceNics: List<VirtualApplianceNicPropertiesResponse>, val virtualApplianceSites: List<SubResourceResponse>, val virtualHub: SubResourceResponse? = null)

NetworkVirtualAppliance Resource.

Constructors

Link copied to clipboard
constructor(addressPrefix: String, bootStrapConfigurationBlobs: List<String>? = null, cloudInitConfiguration: String? = null, cloudInitConfigurationBlobs: List<String>? = null, etag: String, id: String? = null, identity: ManagedServiceIdentityResponse? = null, inboundSecurityRules: List<SubResourceResponse>, location: String? = null, name: String, nvaSku: VirtualApplianceSkuPropertiesResponse? = null, provisioningState: String, tags: Map<String, String>? = null, type: String, virtualApplianceAsn: Double? = null, virtualApplianceNics: List<VirtualApplianceNicPropertiesResponse>, virtualApplianceSites: List<SubResourceResponse>, virtualHub: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address Prefix.

Link copied to clipboard

BootStrapConfigurationBlobs storage URLs.

Link copied to clipboard

CloudInitConfiguration string in plain text.

Link copied to clipboard

CloudInitConfigurationBlob storage URLs.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The service principal that has read access to cloud-init and config blob.

Link copied to clipboard

List of references to InboundSecurityRules.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Network Virtual Appliance SKU.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

VirtualAppliance ASN.

Link copied to clipboard

List of Virtual Appliance Network Interfaces.

Link copied to clipboard

List of references to VirtualApplianceSite.

Link copied to clipboard

The Virtual Hub where Network Virtual Appliance is being deployed.