GetEipPlainArgs

data class GetEipPlainArgs(val allocationId: String, val publicIp: String) : ConvertibleToJava<GetEipPlainArgs>

Constructors

Link copied to clipboard
fun GetEipPlainArgs(allocationId: String, publicIp: String)

Functions

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

Properties

Link copied to clipboard

The Allocation ID of the EIP generated by resource.

Link copied to clipboard

The PublicIP of the EIP generated by resource.