Public IPAddress Response
data class PublicIPAddressResponse(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
fun PublicIPAddressResponse(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard