Documentation
¶
Index ¶
- Variables
- type HostCatalog
- func (*HostCatalog) Descriptor() ([]byte, []int)deprecated
- func (x *HostCatalog) GetAttributes() *_struct.Struct
- func (x *HostCatalog) GetCreatedTime() *timestamp.Timestamp
- func (x *HostCatalog) GetDescription() *wrappers.StringValue
- func (x *HostCatalog) GetId() string
- func (x *HostCatalog) GetName() *wrappers.StringValue
- func (x *HostCatalog) GetScope() *scopes.ScopeInfo
- func (x *HostCatalog) GetScopeId() string
- func (x *HostCatalog) GetType() string
- func (x *HostCatalog) GetUpdatedTime() *timestamp.Timestamp
- func (x *HostCatalog) GetVersion() uint32
- func (*HostCatalog) ProtoMessage()
- func (x *HostCatalog) ProtoReflect() protoreflect.Message
- func (x *HostCatalog) Reset()
- func (x *HostCatalog) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_hostcatalogs_v1_host_catalog_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type HostCatalog ¶
type HostCatalog struct { // The ID of the host // Output only. Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"` // The id of the scope this resource belongs to. ScopeId string `protobuf:"bytes,20,opt,name=scope_id,proto3" json:"scope_id,omitempty"` // Scope information for this resource // Output only. Scope *scopes.ScopeInfo `protobuf:"bytes,30,opt,name=scope,proto3" json:"scope,omitempty"` // Optional name for identification purposes Name *wrappers.StringValue `protobuf:"bytes,40,opt,name=name,proto3" json:"name,omitempty"` // Optional user-set description for identification purposes Description *wrappers.StringValue `protobuf:"bytes,50,opt,name=description,proto3" json:"description,omitempty"` // The time this resource was created // Output only. CreatedTime *timestamp.Timestamp `protobuf:"bytes,60,opt,name=created_time,proto3" json:"created_time,omitempty"` // The time this resource was last updated // Output only. UpdatedTime *timestamp.Timestamp `protobuf:"bytes,70,opt,name=updated_time,proto3" json:"updated_time,omitempty"` // The version can be used in subsequent write requests to ensure this resource // has not changed and to fail the write if it has. Version uint32 `protobuf:"varint,80,opt,name=version,proto3" json:"version,omitempty"` // The type of the resource, to help differentiate schemas Type string `protobuf:"bytes,90,opt,name=type,proto3" json:"type,omitempty"` // Attributes specific to the catalog type Attributes *_struct.Struct `protobuf:"bytes,100,opt,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
HostCatalog manages Hosts and HostSets
func (*HostCatalog) Descriptor
deprecated
func (*HostCatalog) Descriptor() ([]byte, []int)
Deprecated: Use HostCatalog.ProtoReflect.Descriptor instead.
func (*HostCatalog) GetAttributes ¶
func (x *HostCatalog) GetAttributes() *_struct.Struct
func (*HostCatalog) GetCreatedTime ¶
func (x *HostCatalog) GetCreatedTime() *timestamp.Timestamp
func (*HostCatalog) GetDescription ¶
func (x *HostCatalog) GetDescription() *wrappers.StringValue
func (*HostCatalog) GetId ¶
func (x *HostCatalog) GetId() string
func (*HostCatalog) GetName ¶
func (x *HostCatalog) GetName() *wrappers.StringValue
func (*HostCatalog) GetScope ¶
func (x *HostCatalog) GetScope() *scopes.ScopeInfo
func (*HostCatalog) GetScopeId ¶
func (x *HostCatalog) GetScopeId() string
func (*HostCatalog) GetType ¶
func (x *HostCatalog) GetType() string
func (*HostCatalog) GetUpdatedTime ¶
func (x *HostCatalog) GetUpdatedTime() *timestamp.Timestamp
func (*HostCatalog) GetVersion ¶
func (x *HostCatalog) GetVersion() uint32
func (*HostCatalog) ProtoMessage ¶
func (*HostCatalog) ProtoMessage()
func (*HostCatalog) ProtoReflect ¶
func (x *HostCatalog) ProtoReflect() protoreflect.Message
func (*HostCatalog) Reset ¶
func (x *HostCatalog) Reset()
func (*HostCatalog) String ¶
func (x *HostCatalog) String() string
Click to show internal directories.
Click to hide internal directories.