GetVirtualHubIpConfigurationResult

data class GetVirtualHubIpConfigurationResult(val azureApiVersion: String, val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val publicIPAddress: PublicIPAddressResponse? = null, val subnet: SubnetResponse? = null, val type: String)

IpConfigurations.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String, id: String? = null, name: String? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, publicIPAddress: PublicIPAddressResponse? = null, subnet: SubnetResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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
val name: String? = null

Name of the Ip Configuration.

Link copied to clipboard

The private IP address of the IP configuration.

Link copied to clipboard

The private IP address allocation method.

Link copied to clipboard

The provisioning state of the IP configuration resource.

Link copied to clipboard

The reference to the public IP resource.

Link copied to clipboard
val subnet: SubnetResponse? = null

The reference to the subnet resource.

Link copied to clipboard

Ipconfiguration type.