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
state
: NetworkIPState
NetworkIPState
ipAddress
: String?
The externally accessible IP address allocated to this `NetworkIP`
String?
resolvedSupport
: ResolvedSupport<Product.NetworkIP, NetworkIPSupport>?
ResolvedSupport<Product.NetworkIP, NetworkIPSupport>?
resolvedProduct
: Product.NetworkIP?
The resolved product referenced by `product`.
Product.NetworkIP?
This attribute is not included by default unless includeProduct
is specified.