GetNetworkVirtualApplianceResult

data class GetNetworkVirtualApplianceResult(val additionalNics: List<VirtualApplianceAdditionalNicPropertiesResponse>? = null, val addressPrefix: String, val azureApiVersion: String, val bootStrapConfigurationBlobs: List<String>? = null, val cloudInitConfiguration: String? = null, val cloudInitConfigurationBlobs: List<String>? = null, val delegation: DelegationPropertiesResponse? = null, val deploymentType: String, val etag: String, val id: String? = null, val identity: ManagedServiceIdentityResponse? = null, val inboundSecurityRules: List<SubResourceResponse>, val internetIngressPublicIps: List<InternetIngressPublicIpsPropertiesResponse>? = null, val location: String? = null, val name: String, val networkProfile: NetworkVirtualAppliancePropertiesFormatResponseNetworkProfile? = null, val nvaSku: VirtualApplianceSkuPropertiesResponse? = null, val partnerManagedResource: PartnerManagedResourcePropertiesResponse? = null, val provisioningState: String, val sshPublicKey: String? = null, val tags: Map<String, String>? = null, val type: String, val virtualApplianceAsn: Double? = null, val virtualApplianceConnections: List<SubResourceResponse>, val virtualApplianceNics: List<VirtualApplianceNicPropertiesResponse>, val virtualApplianceSites: List<SubResourceResponse>, val virtualHub: SubResourceResponse? = null)

NetworkVirtualAppliance Resource.

Constructors

Link copied to clipboard
constructor(additionalNics: List<VirtualApplianceAdditionalNicPropertiesResponse>? = null, addressPrefix: String, azureApiVersion: String, bootStrapConfigurationBlobs: List<String>? = null, cloudInitConfiguration: String? = null, cloudInitConfigurationBlobs: List<String>? = null, delegation: DelegationPropertiesResponse? = null, deploymentType: String, etag: String, id: String? = null, identity: ManagedServiceIdentityResponse? = null, inboundSecurityRules: List<SubResourceResponse>, internetIngressPublicIps: List<InternetIngressPublicIpsPropertiesResponse>? = null, location: String? = null, name: String, networkProfile: NetworkVirtualAppliancePropertiesFormatResponseNetworkProfile? = null, nvaSku: VirtualApplianceSkuPropertiesResponse? = null, partnerManagedResource: PartnerManagedResourcePropertiesResponse? = null, provisioningState: String, sshPublicKey: String? = null, tags: Map<String, String>? = null, type: String, virtualApplianceAsn: Double? = null, virtualApplianceConnections: List<SubResourceResponse>, virtualApplianceNics: List<VirtualApplianceNicPropertiesResponse>, virtualApplianceSites: List<SubResourceResponse>, virtualHub: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details required for Additional Network Interface.

Link copied to clipboard

Address Prefix.

Link copied to clipboard

The Azure API version of the resource.

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

The delegation for the Virtual Appliance

Link copied to clipboard

The deployment type. PartnerManaged for the SaaS NVA

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

List of Resource Uri of Public IPs for Internet Ingress Scenario.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Network Profile containing configurations for Public and Private NIC.

Link copied to clipboard

Network Virtual Appliance SKU.

Link copied to clipboard

The delegation for the Virtual Appliance

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard
val sshPublicKey: String? = null

Public key for SSH login.

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

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

VirtualAppliance ASN. Microsoft private, public and IANA reserved ASN are not supported.

Link copied to clipboard

List of references to VirtualApplianceConnections.

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.