NetworkIPStatus

API: Stable

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
state: NetworkIPState
boundTo: List<String>? The ID of the `Job` that this `NetworkIP` is currently bound to
ipAddress: String? The externally accessible IP address allocated to this `NetworkIP`
resolvedSupport: ResolvedSupport<Product.NetworkIP, NetworkIPSupport>?
resolvedProduct: Product.NetworkIP? The resolved product referenced by `product`.

This attribute is not included by default unless includeProduct is specified.