NetworkIP¶
A NetworkIP for use in Jobs
data class NetworkIP(
val id: String,
val specification: NetworkIPSpecification,
val owner: ResourceOwner,
val createdAt: Long,
val status: NetworkIPStatus,
val updates: List<NetworkIPUpdate>?,
val resolvedProduct: Product.NetworkIP?,
val permissions: ResourcePermissions?,
val providerGeneratedId: String?,
)
Properties
id: String A unique identifier referencing the `Resource`
StringThe ID is unique across a provider for a single resource type.
specification: NetworkIPSpecification
NetworkIPSpecification
owner: ResourceOwner Information about the owner of this resource
ResourceOwner
createdAt: Long Information about when this resource was created
Long
status: NetworkIPStatus The current status of this resource
NetworkIPStatus
updates: List<NetworkIPUpdate>? A list of updates for this `NetworkIP`
List<NetworkIPUpdate>?
resolvedProduct: Product.NetworkIP?
Product.NetworkIP?
permissions: ResourcePermissions? Permissions assigned to this resource
ResourcePermissions?A null value indicates that permissions are not supported by this resource type.
providerGeneratedId: String?
String?