dk.sdu.cloud.app.orchestrator.api.NetworkIPStatus

UCloud Developer Guide / Orchestration of Resources / Compute / Public IPs (NetworkIP)

NetworkIPStatus

The status of an NetworkIP

data class NetworkIPStatus(
    val state: NetworkIPState,
    val boundTo: List<String>?,
    val ipAddress: String?,
    val resolvedSupport: ResolvedSupport<Product.NetworkIP, NetworkIPSupport>?,
    val resolvedProduct: Product.NetworkIP?,
)
Properties

Last updated