GetHubResult

data class GetHubResult(val createTime: String, val description: String, val labels: Map<String, String>, val name: String, val spokes: List<String>, val state: String, val uniqueId: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetHubResult(createTime: String, description: String, labels: Map<String, String>, name: String, spokes: List<String>, state: String, uniqueId: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time when the Hub was created.

Link copied to clipboard

Short description of the hub resource.

Link copied to clipboard

User-defined labels.

Link copied to clipboard

Immutable. The name of a Hub resource.

Link copied to clipboard

A list of the URIs of all attached spokes. This field is deprecated and will not be included in future API versions. Call ListSpokes on each region instead.

Link copied to clipboard

The current lifecycle state of this Hub.

Link copied to clipboard

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

Link copied to clipboard

Time when the Hub was updated.