GetFleetResult

data class GetFleetResult(val createTime: String, val deleteTime: String, val displayName: String, val name: String, val state: FleetLifecycleStateResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetFleetResult(createTime: String, deleteTime: String, displayName: String, name: String, state: FleetLifecycleStateResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the Fleet was created.

Link copied to clipboard

When the Fleet was deleted.

Link copied to clipboard

Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: Production Fleet

Link copied to clipboard

The full, unique resource name of this fleet in the format of projects/{project}/locations/{location}/fleets/{fleet}. Each Google Cloud project can have at most one fleet resource, named "default".

Link copied to clipboard

State of the namespace resource.

Link copied to clipboard
val uid: String

Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.

Link copied to clipboard

When the Fleet was last updated.