GetPublicIPsPlainArgs

data class GetPublicIPsPlainArgs(val allocationType: String? = null, val attachmentStatus: String? = null, val namePrefix: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetPublicIPsPlainArgs>

A collection of arguments for invoking getPublicIPs.

Constructors

Link copied to clipboard
constructor(allocationType: String? = null, attachmentStatus: String? = null, namePrefix: String? = null, resourceGroupName: String)

Properties

Link copied to clipboard
val allocationType: String? = null

The Allocation Type for the Public IP Address. Possible values include Static or Dynamic.

Link copied to clipboard

Filter to include IP Addresses which are attached to a device, such as a VM/LB (Attached) or unattached (Unattached).

Link copied to clipboard
val namePrefix: String? = null

A prefix match used for the IP Addresses name field, case sensitive.

Link copied to clipboard

Specifies the name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetPublicIPsPlainArgs