GetFeatureResult

data class GetFeatureResult(val createTime: String, val deleteTime: String, val fleetDefaultMemberConfig: CommonFleetDefaultMemberConfigSpecResponse, val labels: Map<String, String>, val membershipSpecs: Map<String, String>, val membershipStates: Map<String, String>, val name: String, val resourceState: FeatureResourceStateResponse, val scopeSpecs: Map<String, String>, val scopeStates: Map<String, String>, val spec: CommonFeatureSpecResponse, val state: CommonFeatureStateResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetFeatureResult(createTime: String, deleteTime: String, fleetDefaultMemberConfig: CommonFleetDefaultMemberConfigSpecResponse, labels: Map<String, String>, membershipSpecs: Map<String, String>, membershipStates: Map<String, String>, name: String, resourceState: FeatureResourceStateResponse, scopeSpecs: Map<String, String>, scopeStates: Map<String, String>, spec: CommonFeatureSpecResponse, state: CommonFeatureStateResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the Feature resource was created.

Link copied to clipboard

When the Feature resource was deleted.

Link copied to clipboard

Optional. Feature configuration applicable to all memberships of the fleet.

Link copied to clipboard

Labels for this Feature.

Link copied to clipboard

Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

Link copied to clipboard

Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

Link copied to clipboard

The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

Link copied to clipboard

State of the Feature resource itself.

Link copied to clipboard

Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.

Link copied to clipboard

Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

Link copied to clipboard

Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

Link copied to clipboard

The Hub-wide Feature state.

Link copied to clipboard

When the Feature resource was last updated. //*/