GetPublicIPAddressResult

data class GetPublicIPAddressResult(val azureApiVersion: String, val ddosSettings: DdosSettingsResponse? = null, val deleteOption: String? = null, val dnsSettings: PublicIPAddressDnsSettingsResponse? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val ipAddress: String? = null, val ipConfiguration: IPConfigurationResponse, val ipTags: List<IpTagResponse>? = null, val linkedPublicIPAddress: PublicIPAddressResponse? = null, val location: String? = null, val migrationPhase: String? = null, val name: String, val natGateway: NatGatewayResponse? = null, val provisioningState: String, val publicIPAddressVersion: String? = null, val publicIPAllocationMethod: String? = null, val publicIPPrefix: SubResourceResponse? = null, val resourceGuid: String, val servicePublicIPAddress: PublicIPAddressResponse? = null, val sku: PublicIPAddressSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Public IP address resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, ddosSettings: DdosSettingsResponse? = null, deleteOption: String? = null, dnsSettings: PublicIPAddressDnsSettingsResponse? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, id: String? = null, idleTimeoutInMinutes: Int? = null, ipAddress: String? = null, ipConfiguration: IPConfigurationResponse, ipTags: List<IpTagResponse>? = null, linkedPublicIPAddress: PublicIPAddressResponse? = null, location: String? = null, migrationPhase: String? = null, name: String, natGateway: NatGatewayResponse? = null, provisioningState: String, publicIPAddressVersion: String? = null, publicIPAllocationMethod: String? = null, publicIPPrefix: SubResourceResponse? = null, resourceGuid: String, servicePublicIPAddress: PublicIPAddressResponse? = null, sku: PublicIPAddressSkuResponse? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The DDoS protection custom policy associated with the public IP address.

Link copied to clipboard
val deleteOption: String? = null

Specify what happens to the public IP address when the VM using it is deleted

Link copied to clipboard

The FQDN of the DNS record associated with the public IP address.

Link copied to clipboard

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

Link copied to clipboard

The extended location of the public ip address.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The idle timeout of the public IP address.

Link copied to clipboard
val ipAddress: String? = null

The IP address associated with the public IP address resource.

Link copied to clipboard

The IP configuration associated with the public IP address.

Link copied to clipboard
val ipTags: List<IpTagResponse>? = null

The list of tags associated with the public IP address.

Link copied to clipboard

The linked public IP address of the public IP address resource.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard
val migrationPhase: String? = null

Migration phase of Public IP Address.

Link copied to clipboard

Resource name.

Link copied to clipboard

The NatGateway for the Public IP address.

Link copied to clipboard

The provisioning state of the public IP address resource.

Link copied to clipboard

The public IP address version.

Link copied to clipboard

The public IP address allocation method.

Link copied to clipboard

The Public IP Prefix this Public IP Address should be allocated from.

Link copied to clipboard

The resource GUID property of the public IP address resource.

Link copied to clipboard

The service public IP address of the public IP address resource.

Link copied to clipboard

The public IP address SKU.

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

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val zones: List<String>? = null

A list of availability zones denoting the IP allocated for the resource needs to come from.