framework

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_framework_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CRSInstanceItem

type CRSInstanceItem struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instanceId,proto3" form:"instanceId" json:"instanceId,omitempty" query:"instanceId"`
	InstanceName    string `protobuf:"bytes,2,opt,name=instanceName,proto3" form:"instanceName" json:"instanceName,omitempty" query:"instanceName"`
	InstanceType    string `protobuf:"bytes,3,opt,name=instanceType,proto3" form:"instanceType" json:"instanceType,omitempty" query:"instanceType"`
	UserName        string `protobuf:"bytes,4,opt,name=userName,proto3" form:"userName" json:"userName,omitempty" query:"userName"`
	Region          string `protobuf:"bytes,5,opt,name=region,proto3" form:"region" json:"region,omitempty" query:"region"`
	RegionName      string `protobuf:"bytes,6,opt,name=regionName,proto3" form:"regionName" json:"regionName,omitempty" query:"regionName"`
	PublicAddress   string `protobuf:"bytes,7,opt,name=publicAddress,proto3" form:"publicAddress" json:"publicAddress,omitempty" query:"publicAddress"`
	InternalAddress string `` /* 130-byte string literal not displayed */
	State           string `protobuf:"bytes,9,opt,name=state,proto3" form:"state" json:"state,omitempty" query:"state"`
	ExpirationTime  string `` /* 127-byte string literal not displayed */
	CreatedTime     string `protobuf:"bytes,11,opt,name=createdTime,proto3" form:"createdTime" json:"createdTime,omitempty" query:"createdTime"`
	// contains filtered or unexported fields
}

func (*CRSInstanceItem) Descriptor deprecated

func (*CRSInstanceItem) Descriptor() ([]byte, []int)

Deprecated: Use CRSInstanceItem.ProtoReflect.Descriptor instead.

func (*CRSInstanceItem) GetCreatedTime

func (x *CRSInstanceItem) GetCreatedTime() string

func (*CRSInstanceItem) GetExpirationTime

func (x *CRSInstanceItem) GetExpirationTime() string

func (*CRSInstanceItem) GetInstanceId

func (x *CRSInstanceItem) GetInstanceId() string

func (*CRSInstanceItem) GetInstanceName

func (x *CRSInstanceItem) GetInstanceName() string

func (*CRSInstanceItem) GetInstanceType

func (x *CRSInstanceItem) GetInstanceType() string

func (*CRSInstanceItem) GetInternalAddress

func (x *CRSInstanceItem) GetInternalAddress() string

func (*CRSInstanceItem) GetPublicAddress

func (x *CRSInstanceItem) GetPublicAddress() string

func (*CRSInstanceItem) GetRegion

func (x *CRSInstanceItem) GetRegion() string

func (*CRSInstanceItem) GetRegionName

func (x *CRSInstanceItem) GetRegionName() string

func (*CRSInstanceItem) GetState

func (x *CRSInstanceItem) GetState() string

func (*CRSInstanceItem) GetUserName

func (x *CRSInstanceItem) GetUserName() string

func (*CRSInstanceItem) ProtoMessage

func (*CRSInstanceItem) ProtoMessage()

func (*CRSInstanceItem) ProtoReflect

func (x *CRSInstanceItem) ProtoReflect() protoreflect.Message

func (*CRSInstanceItem) Reset

func (x *CRSInstanceItem) Reset()

func (*CRSInstanceItem) String

func (x *CRSInstanceItem) String() string

type CRSNamespaceItem

type CRSNamespaceItem struct {
	NamespaceId       string `protobuf:"bytes,1,opt,name=namespaceId,proto3" form:"namespaceId" json:"namespaceId,omitempty" query:"namespaceId"`
	NamespaceName     string `protobuf:"bytes,2,opt,name=namespaceName,proto3" form:"namespaceName" json:"namespaceName,omitempty" query:"namespaceName"`
	CreateRepoAuto    bool   `` /* 127-byte string literal not displayed */
	DefaultRepoPublic bool   `` /* 139-byte string literal not displayed */
	RepositoryCount   int32  `` /* 131-byte string literal not displayed */
	Accelerate        bool   `protobuf:"varint,6,opt,name=accelerate,proto3" form:"accelerate" json:"accelerate,omitempty" query:"accelerate"`
	CreatedTime       string `protobuf:"bytes,7,opt,name=createdTime,proto3" form:"createdTime" json:"createdTime,omitempty" query:"createdTime"`
	ModifiedTime      string `protobuf:"bytes,8,opt,name=modifiedTime,proto3" form:"modifiedTime" json:"modifiedTime,omitempty" query:"modifiedTime"`
	// contains filtered or unexported fields
}

func (*CRSNamespaceItem) Descriptor deprecated

func (*CRSNamespaceItem) Descriptor() ([]byte, []int)

Deprecated: Use CRSNamespaceItem.ProtoReflect.Descriptor instead.

func (*CRSNamespaceItem) GetAccelerate

func (x *CRSNamespaceItem) GetAccelerate() bool

func (*CRSNamespaceItem) GetCreateRepoAuto

func (x *CRSNamespaceItem) GetCreateRepoAuto() bool

func (*CRSNamespaceItem) GetCreatedTime

func (x *CRSNamespaceItem) GetCreatedTime() string

func (*CRSNamespaceItem) GetDefaultRepoPublic

func (x *CRSNamespaceItem) GetDefaultRepoPublic() bool

func (*CRSNamespaceItem) GetModifiedTime

func (x *CRSNamespaceItem) GetModifiedTime() string

func (*CRSNamespaceItem) GetNamespaceId

func (x *CRSNamespaceItem) GetNamespaceId() string

func (*CRSNamespaceItem) GetNamespaceName

func (x *CRSNamespaceItem) GetNamespaceName() string

func (*CRSNamespaceItem) GetRepositoryCount

func (x *CRSNamespaceItem) GetRepositoryCount() int32

func (*CRSNamespaceItem) ProtoMessage

func (*CRSNamespaceItem) ProtoMessage()

func (*CRSNamespaceItem) ProtoReflect

func (x *CRSNamespaceItem) ProtoReflect() protoreflect.Message

func (*CRSNamespaceItem) Reset

func (x *CRSNamespaceItem) Reset()

func (*CRSNamespaceItem) String

func (x *CRSNamespaceItem) String() string

type CRSRepositoryItem

type CRSRepositoryItem struct {
	RepositoryId     string `protobuf:"bytes,1,opt,name=repositoryId,proto3" form:"repositoryId" json:"repositoryId,omitempty" query:"repositoryId"`
	NamespaceName    string `protobuf:"bytes,2,opt,name=namespaceName,proto3" form:"namespaceName" json:"namespaceName,omitempty" query:"namespaceName"`
	RepositoryName   string `` /* 126-byte string literal not displayed */
	IsPublic         bool   `protobuf:"varint,4,opt,name=isPublic,proto3" form:"isPublic" json:"isPublic,omitempty" query:"isPublic"`
	Accelerate       bool   `protobuf:"varint,5,opt,name=accelerate,proto3" form:"accelerate" json:"accelerate,omitempty" query:"accelerate"`
	RegionId         string `protobuf:"bytes,6,opt,name=regionId,proto3" form:"regionId" json:"regionId,omitempty" query:"regionId"`
	Description      string `protobuf:"bytes,7,opt,name=description,proto3" form:"description" json:"description,omitempty" query:"description"`
	CreatedTime      string `protobuf:"bytes,8,opt,name=createdTime,proto3" form:"createdTime" json:"createdTime,omitempty" query:"createdTime"`
	ModifiedTime     string `protobuf:"bytes,9,opt,name=modifiedTime,proto3" form:"modifiedTime" json:"modifiedTime,omitempty" query:"modifiedTime"`
	InstanceId       string `protobuf:"bytes,10,opt,name=instanceId,proto3" form:"instanceId" json:"instanceId,omitempty" query:"instanceId"`
	ImageUrl         string `protobuf:"bytes,11,opt,name=imageUrl,proto3" form:"imageUrl" json:"imageUrl,omitempty" query:"imageUrl"`
	ImageUrlInternal string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CRSRepositoryItem) Descriptor deprecated

func (*CRSRepositoryItem) Descriptor() ([]byte, []int)

Deprecated: Use CRSRepositoryItem.ProtoReflect.Descriptor instead.

func (*CRSRepositoryItem) GetAccelerate

func (x *CRSRepositoryItem) GetAccelerate() bool

func (*CRSRepositoryItem) GetCreatedTime

func (x *CRSRepositoryItem) GetCreatedTime() string

func (*CRSRepositoryItem) GetDescription

func (x *CRSRepositoryItem) GetDescription() string

func (*CRSRepositoryItem) GetImageUrl

func (x *CRSRepositoryItem) GetImageUrl() string

func (*CRSRepositoryItem) GetImageUrlInternal

func (x *CRSRepositoryItem) GetImageUrlInternal() string

func (*CRSRepositoryItem) GetInstanceId

func (x *CRSRepositoryItem) GetInstanceId() string

func (*CRSRepositoryItem) GetIsPublic

func (x *CRSRepositoryItem) GetIsPublic() bool

func (*CRSRepositoryItem) GetModifiedTime

func (x *CRSRepositoryItem) GetModifiedTime() string

func (*CRSRepositoryItem) GetNamespaceName

func (x *CRSRepositoryItem) GetNamespaceName() string

func (*CRSRepositoryItem) GetRegionId

func (x *CRSRepositoryItem) GetRegionId() string

func (*CRSRepositoryItem) GetRepositoryId

func (x *CRSRepositoryItem) GetRepositoryId() string

func (*CRSRepositoryItem) GetRepositoryName

func (x *CRSRepositoryItem) GetRepositoryName() string

func (*CRSRepositoryItem) ProtoMessage

func (*CRSRepositoryItem) ProtoMessage()

func (*CRSRepositoryItem) ProtoReflect

func (x *CRSRepositoryItem) ProtoReflect() protoreflect.Message

func (*CRSRepositoryItem) Reset

func (x *CRSRepositoryItem) Reset()

func (*CRSRepositoryItem) String

func (x *CRSRepositoryItem) String() string

type CreateFrameworkRequest

type CreateFrameworkRequest struct {
	RegionId         string   `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	InstanceId       string   `protobuf:"bytes,2,opt,name=instanceId,proto3" form:"instanceId" json:"instanceId,omitempty" vd:"len($) > 0"`
	RepositoryId     string   `protobuf:"bytes,3,opt,name=repositoryId,proto3" form:"repositoryId" json:"repositoryId,omitempty" vd:"len($) > 0"`
	Name             string   `protobuf:"bytes,4,opt,name=name,proto3" form:"name" json:"name,omitempty" vd:"len($) > 0"`
	Description      string   `protobuf:"bytes,5,opt,name=description,proto3" form:"description" json:"description,omitempty"`
	Type             string   `protobuf:"bytes,6,opt,name=type,proto3" form:"type" json:"type,omitempty" vd:"len($) > 0"`
	Labels           []string `protobuf:"bytes,7,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	Devices          []string `protobuf:"bytes,8,rep,name=devices,proto3" form:"devices" json:"devices,omitempty" vd:"len($) > 0"`
	Scenarios        []string `protobuf:"bytes,9,rep,name=scenarios,proto3" form:"scenarios" json:"scenarios,omitempty"`
	ImageUrl         string   `protobuf:"bytes,10,opt,name=imageUrl,proto3" form:"imageUrl" json:"imageUrl,omitempty" vd:"len($) > 0"`
	ImageUrlInternal string   `` /* 126-byte string literal not displayed */
	Namespace        string   `protobuf:"bytes,12,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty" vd:"len($) > 0"`
	RepositoryName   string   `protobuf:"bytes,13,opt,name=repositoryName,proto3" form:"repositoryName" json:"repositoryName,omitempty" vd:"len($) > 0"`
	Detail           string   `protobuf:"bytes,14,opt,name=detail,proto3" form:"detail" json:"detail,omitempty"`
	Creator          string   `protobuf:"bytes,15,opt,name=creator,proto3" form:"creator" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFrameworkRequest) Descriptor deprecated

func (*CreateFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateFrameworkRequest.ProtoReflect.Descriptor instead.

func (*CreateFrameworkRequest) GetCreator

func (x *CreateFrameworkRequest) GetCreator() string

func (*CreateFrameworkRequest) GetDescription

func (x *CreateFrameworkRequest) GetDescription() string

func (*CreateFrameworkRequest) GetDetail

func (x *CreateFrameworkRequest) GetDetail() string

func (*CreateFrameworkRequest) GetDevices

func (x *CreateFrameworkRequest) GetDevices() []string

func (*CreateFrameworkRequest) GetImageUrl

func (x *CreateFrameworkRequest) GetImageUrl() string

func (*CreateFrameworkRequest) GetImageUrlInternal

func (x *CreateFrameworkRequest) GetImageUrlInternal() string

func (*CreateFrameworkRequest) GetInstanceId

func (x *CreateFrameworkRequest) GetInstanceId() string

func (*CreateFrameworkRequest) GetLabels

func (x *CreateFrameworkRequest) GetLabels() []string

func (*CreateFrameworkRequest) GetName

func (x *CreateFrameworkRequest) GetName() string

func (*CreateFrameworkRequest) GetNamespace

func (x *CreateFrameworkRequest) GetNamespace() string

func (*CreateFrameworkRequest) GetRegionId

func (x *CreateFrameworkRequest) GetRegionId() string

func (*CreateFrameworkRequest) GetRepositoryId

func (x *CreateFrameworkRequest) GetRepositoryId() string

func (*CreateFrameworkRequest) GetRepositoryName

func (x *CreateFrameworkRequest) GetRepositoryName() string

func (*CreateFrameworkRequest) GetScenarios

func (x *CreateFrameworkRequest) GetScenarios() []string

func (*CreateFrameworkRequest) GetType

func (x *CreateFrameworkRequest) GetType() string

func (*CreateFrameworkRequest) ProtoMessage

func (*CreateFrameworkRequest) ProtoMessage()

func (*CreateFrameworkRequest) ProtoReflect

func (x *CreateFrameworkRequest) ProtoReflect() protoreflect.Message

func (*CreateFrameworkRequest) Reset

func (x *CreateFrameworkRequest) Reset()

func (*CreateFrameworkRequest) String

func (x *CreateFrameworkRequest) String() string

type CreateFrameworkResponse

type CreateFrameworkResponse struct {
	RequestId   string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	// contains filtered or unexported fields
}

func (*CreateFrameworkResponse) Descriptor deprecated

func (*CreateFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateFrameworkResponse.ProtoReflect.Descriptor instead.

func (*CreateFrameworkResponse) GetFrameworkId

func (x *CreateFrameworkResponse) GetFrameworkId() string

func (*CreateFrameworkResponse) GetRequestId

func (x *CreateFrameworkResponse) GetRequestId() string

func (*CreateFrameworkResponse) ProtoMessage

func (*CreateFrameworkResponse) ProtoMessage()

func (*CreateFrameworkResponse) ProtoReflect

func (x *CreateFrameworkResponse) ProtoReflect() protoreflect.Message

func (*CreateFrameworkResponse) Reset

func (x *CreateFrameworkResponse) Reset()

func (*CreateFrameworkResponse) String

func (x *CreateFrameworkResponse) String() string

type CreateManagementFrameworkRequest

type CreateManagementFrameworkRequest struct {
	RegionId          string   `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId         string   `protobuf:"bytes,2,opt,name=clusterId,proto3" header:"clusterId" json:"clusterId,omitempty"`
	SrcInstanceId     string   `protobuf:"bytes,3,opt,name=srcInstanceId,proto3" form:"srcInstanceId" json:"srcInstanceId,omitempty" vd:"len($) > 0"`
	SrcInstanceName   string   `protobuf:"bytes,4,opt,name=srcInstanceName,proto3" form:"srcInstanceName" json:"srcInstanceName,omitempty" vd:"len($) > 0"`
	SrcNamespaceId    string   `protobuf:"bytes,5,opt,name=srcNamespaceId,proto3" form:"srcNamespaceId" json:"srcNamespaceId,omitempty" vd:"len($) > 0"`
	SrcNamespaceName  string   `protobuf:"bytes,6,opt,name=srcNamespaceName,proto3" form:"srcNamespaceName" json:"srcNamespaceName,omitempty" vd:"len($) > 0"`
	SrcRepositoryId   string   `protobuf:"bytes,7,opt,name=srcRepositoryId,proto3" form:"srcRepositoryId" json:"srcRepositoryId,omitempty" vd:"len($) > 0"`
	SrcRepositoryName string   `` /* 128-byte string literal not displayed */
	IsOverride        bool     `protobuf:"varint,9,opt,name=isOverride,proto3" form:"isOverride" json:"isOverride,omitempty"`
	Name              string   `protobuf:"bytes,10,opt,name=name,proto3" form:"name" json:"name,omitempty" vd:"len($) > 0"`
	Description       string   `protobuf:"bytes,11,opt,name=description,proto3" form:"description" json:"description,omitempty"`
	Type              string   `protobuf:"bytes,12,opt,name=type,proto3" form:"type" json:"type,omitempty" vd:"len($) > 0"`
	Labels            []string `protobuf:"bytes,13,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	Devices           []string `protobuf:"bytes,14,rep,name=devices,proto3" form:"devices" json:"devices,omitempty" vd:"len($) > 0"`
	Scenarios         []string `protobuf:"bytes,15,rep,name=scenarios,proto3" form:"scenarios" json:"scenarios,omitempty"`
	RepositoryName    string   `protobuf:"bytes,16,opt,name=repositoryName,proto3" form:"repositoryName" json:"repositoryName,omitempty"`
	Detail            string   `protobuf:"bytes,17,opt,name=detail,proto3" form:"detail" json:"detail,omitempty"`
	Creator           string   `protobuf:"bytes,18,opt,name=creator,proto3" form:"creator" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateManagementFrameworkRequest) Descriptor deprecated

func (*CreateManagementFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateManagementFrameworkRequest.ProtoReflect.Descriptor instead.

func (*CreateManagementFrameworkRequest) GetClusterId

func (x *CreateManagementFrameworkRequest) GetClusterId() string

func (*CreateManagementFrameworkRequest) GetCreator

func (x *CreateManagementFrameworkRequest) GetCreator() string

func (*CreateManagementFrameworkRequest) GetDescription

func (x *CreateManagementFrameworkRequest) GetDescription() string

func (*CreateManagementFrameworkRequest) GetDetail

func (*CreateManagementFrameworkRequest) GetDevices

func (x *CreateManagementFrameworkRequest) GetDevices() []string

func (*CreateManagementFrameworkRequest) GetIsOverride

func (x *CreateManagementFrameworkRequest) GetIsOverride() bool

func (*CreateManagementFrameworkRequest) GetLabels

func (x *CreateManagementFrameworkRequest) GetLabels() []string

func (*CreateManagementFrameworkRequest) GetName

func (*CreateManagementFrameworkRequest) GetRegionId

func (x *CreateManagementFrameworkRequest) GetRegionId() string

func (*CreateManagementFrameworkRequest) GetRepositoryName

func (x *CreateManagementFrameworkRequest) GetRepositoryName() string

func (*CreateManagementFrameworkRequest) GetScenarios

func (x *CreateManagementFrameworkRequest) GetScenarios() []string

func (*CreateManagementFrameworkRequest) GetSrcInstanceId

func (x *CreateManagementFrameworkRequest) GetSrcInstanceId() string

func (*CreateManagementFrameworkRequest) GetSrcInstanceName

func (x *CreateManagementFrameworkRequest) GetSrcInstanceName() string

func (*CreateManagementFrameworkRequest) GetSrcNamespaceId

func (x *CreateManagementFrameworkRequest) GetSrcNamespaceId() string

func (*CreateManagementFrameworkRequest) GetSrcNamespaceName

func (x *CreateManagementFrameworkRequest) GetSrcNamespaceName() string

func (*CreateManagementFrameworkRequest) GetSrcRepositoryId

func (x *CreateManagementFrameworkRequest) GetSrcRepositoryId() string

func (*CreateManagementFrameworkRequest) GetSrcRepositoryName

func (x *CreateManagementFrameworkRequest) GetSrcRepositoryName() string

func (*CreateManagementFrameworkRequest) GetType

func (*CreateManagementFrameworkRequest) ProtoMessage

func (*CreateManagementFrameworkRequest) ProtoMessage()

func (*CreateManagementFrameworkRequest) ProtoReflect

func (*CreateManagementFrameworkRequest) Reset

func (*CreateManagementFrameworkRequest) String

type CreateManagementFrameworkResponse

type CreateManagementFrameworkResponse struct {
	RequestId   string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	// contains filtered or unexported fields
}

func (*CreateManagementFrameworkResponse) Descriptor deprecated

func (*CreateManagementFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateManagementFrameworkResponse.ProtoReflect.Descriptor instead.

func (*CreateManagementFrameworkResponse) GetFrameworkId

func (x *CreateManagementFrameworkResponse) GetFrameworkId() string

func (*CreateManagementFrameworkResponse) GetRequestId

func (x *CreateManagementFrameworkResponse) GetRequestId() string

func (*CreateManagementFrameworkResponse) ProtoMessage

func (*CreateManagementFrameworkResponse) ProtoMessage()

func (*CreateManagementFrameworkResponse) ProtoReflect

func (*CreateManagementFrameworkResponse) Reset

func (*CreateManagementFrameworkResponse) String

type CreatePublicFrameworkRequest

type CreatePublicFrameworkRequest struct {
	RegionId         string   `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	TenantId         string   `protobuf:"bytes,2,opt,name=tenantId,proto3" header:"tenantId" json:"tenantId,omitempty"`
	UserId           string   `protobuf:"bytes,3,opt,name=userId,proto3" header:"userId" json:"userId,omitempty"`
	InstanceId       string   `protobuf:"bytes,4,opt,name=instanceId,proto3" form:"instanceId" json:"instanceId,omitempty" vd:"len($) > 0"`
	RepositoryId     string   `protobuf:"bytes,5,opt,name=repositoryId,proto3" form:"repositoryId" json:"repositoryId,omitempty" vd:"len($) > 0"`
	Name             string   `protobuf:"bytes,6,opt,name=name,proto3" form:"name" json:"name,omitempty" vd:"len($) > 0"`
	Description      string   `protobuf:"bytes,7,opt,name=description,proto3" form:"description" json:"description,omitempty"`
	Type             string   `protobuf:"bytes,8,opt,name=type,proto3" form:"type" json:"type,omitempty" vd:"len($) > 0"`
	Labels           []string `protobuf:"bytes,9,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	Devices          []string `protobuf:"bytes,10,rep,name=devices,proto3" form:"devices" json:"devices,omitempty" vd:"len($) > 0"`
	Scenarios        []string `protobuf:"bytes,11,rep,name=scenarios,proto3" form:"scenarios" json:"scenarios,omitempty"`
	ImageUrl         string   `protobuf:"bytes,12,opt,name=imageUrl,proto3" form:"imageUrl" json:"imageUrl,omitempty" vd:"len($) > 0"`
	ImageUrlInternal string   `` /* 126-byte string literal not displayed */
	Namespace        string   `protobuf:"bytes,14,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty" vd:"len($) > 0"`
	RepositoryName   string   `protobuf:"bytes,15,opt,name=repositoryName,proto3" form:"repositoryName" json:"repositoryName,omitempty" vd:"len($) > 0"`
	Detail           string   `protobuf:"bytes,16,opt,name=detail,proto3" form:"detail" json:"detail,omitempty"`
	Creator          string   `protobuf:"bytes,17,opt,name=creator,proto3" form:"creator" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePublicFrameworkRequest) Descriptor deprecated

func (*CreatePublicFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePublicFrameworkRequest.ProtoReflect.Descriptor instead.

func (*CreatePublicFrameworkRequest) GetCreator

func (x *CreatePublicFrameworkRequest) GetCreator() string

func (*CreatePublicFrameworkRequest) GetDescription

func (x *CreatePublicFrameworkRequest) GetDescription() string

func (*CreatePublicFrameworkRequest) GetDetail

func (x *CreatePublicFrameworkRequest) GetDetail() string

func (*CreatePublicFrameworkRequest) GetDevices

func (x *CreatePublicFrameworkRequest) GetDevices() []string

func (*CreatePublicFrameworkRequest) GetImageUrl

func (x *CreatePublicFrameworkRequest) GetImageUrl() string

func (*CreatePublicFrameworkRequest) GetImageUrlInternal

func (x *CreatePublicFrameworkRequest) GetImageUrlInternal() string

func (*CreatePublicFrameworkRequest) GetInstanceId

func (x *CreatePublicFrameworkRequest) GetInstanceId() string

func (*CreatePublicFrameworkRequest) GetLabels

func (x *CreatePublicFrameworkRequest) GetLabels() []string

func (*CreatePublicFrameworkRequest) GetName

func (x *CreatePublicFrameworkRequest) GetName() string

func (*CreatePublicFrameworkRequest) GetNamespace

func (x *CreatePublicFrameworkRequest) GetNamespace() string

func (*CreatePublicFrameworkRequest) GetRegionId

func (x *CreatePublicFrameworkRequest) GetRegionId() string

func (*CreatePublicFrameworkRequest) GetRepositoryId

func (x *CreatePublicFrameworkRequest) GetRepositoryId() string

func (*CreatePublicFrameworkRequest) GetRepositoryName

func (x *CreatePublicFrameworkRequest) GetRepositoryName() string

func (*CreatePublicFrameworkRequest) GetScenarios

func (x *CreatePublicFrameworkRequest) GetScenarios() []string

func (*CreatePublicFrameworkRequest) GetTenantId

func (x *CreatePublicFrameworkRequest) GetTenantId() string

func (*CreatePublicFrameworkRequest) GetType

func (x *CreatePublicFrameworkRequest) GetType() string

func (*CreatePublicFrameworkRequest) GetUserId

func (x *CreatePublicFrameworkRequest) GetUserId() string

func (*CreatePublicFrameworkRequest) ProtoMessage

func (*CreatePublicFrameworkRequest) ProtoMessage()

func (*CreatePublicFrameworkRequest) ProtoReflect

func (*CreatePublicFrameworkRequest) Reset

func (x *CreatePublicFrameworkRequest) Reset()

func (*CreatePublicFrameworkRequest) String

type CreatePublicFrameworkResponse

type CreatePublicFrameworkResponse struct {
	RequestId   string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	// contains filtered or unexported fields
}

func (*CreatePublicFrameworkResponse) Descriptor deprecated

func (*CreatePublicFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePublicFrameworkResponse.ProtoReflect.Descriptor instead.

func (*CreatePublicFrameworkResponse) GetFrameworkId

func (x *CreatePublicFrameworkResponse) GetFrameworkId() string

func (*CreatePublicFrameworkResponse) GetRequestId

func (x *CreatePublicFrameworkResponse) GetRequestId() string

func (*CreatePublicFrameworkResponse) ProtoMessage

func (*CreatePublicFrameworkResponse) ProtoMessage()

func (*CreatePublicFrameworkResponse) ProtoReflect

func (*CreatePublicFrameworkResponse) Reset

func (x *CreatePublicFrameworkResponse) Reset()

func (*CreatePublicFrameworkResponse) String

type DeleteFrameworkRequest

type DeleteFrameworkRequest struct {
	RegionId    string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" json:"frameworkId,omitempty" path:"frameworkId" vd:"len($) > 0"`
	// contains filtered or unexported fields
}

func (*DeleteFrameworkRequest) Descriptor deprecated

func (*DeleteFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFrameworkRequest.ProtoReflect.Descriptor instead.

func (*DeleteFrameworkRequest) GetFrameworkId

func (x *DeleteFrameworkRequest) GetFrameworkId() string

func (*DeleteFrameworkRequest) GetRegionId

func (x *DeleteFrameworkRequest) GetRegionId() string

func (*DeleteFrameworkRequest) ProtoMessage

func (*DeleteFrameworkRequest) ProtoMessage()

func (*DeleteFrameworkRequest) ProtoReflect

func (x *DeleteFrameworkRequest) ProtoReflect() protoreflect.Message

func (*DeleteFrameworkRequest) Reset

func (x *DeleteFrameworkRequest) Reset()

func (*DeleteFrameworkRequest) String

func (x *DeleteFrameworkRequest) String() string

type DeleteFrameworkResponse

type DeleteFrameworkResponse struct {
	RequestId   string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	// contains filtered or unexported fields
}

func (*DeleteFrameworkResponse) Descriptor deprecated

func (*DeleteFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFrameworkResponse.ProtoReflect.Descriptor instead.

func (*DeleteFrameworkResponse) GetFrameworkId

func (x *DeleteFrameworkResponse) GetFrameworkId() string

func (*DeleteFrameworkResponse) GetRequestId

func (x *DeleteFrameworkResponse) GetRequestId() string

func (*DeleteFrameworkResponse) ProtoMessage

func (*DeleteFrameworkResponse) ProtoMessage()

func (*DeleteFrameworkResponse) ProtoReflect

func (x *DeleteFrameworkResponse) ProtoReflect() protoreflect.Message

func (*DeleteFrameworkResponse) Reset

func (x *DeleteFrameworkResponse) Reset()

func (*DeleteFrameworkResponse) String

func (x *DeleteFrameworkResponse) String() string

type FrameworkCommandItem

type FrameworkCommandItem struct {
	Commands []string `protobuf:"bytes,1,rep,name=commands,proto3" form:"commands" json:"commands,omitempty" query:"commands"`
	Args     []string `protobuf:"bytes,2,rep,name=args,proto3" form:"args" json:"args,omitempty" query:"args"`
	// contains filtered or unexported fields
}

func (*FrameworkCommandItem) Descriptor deprecated

func (*FrameworkCommandItem) Descriptor() ([]byte, []int)

Deprecated: Use FrameworkCommandItem.ProtoReflect.Descriptor instead.

func (*FrameworkCommandItem) GetArgs

func (x *FrameworkCommandItem) GetArgs() []string

func (*FrameworkCommandItem) GetCommands

func (x *FrameworkCommandItem) GetCommands() []string

func (*FrameworkCommandItem) ProtoMessage

func (*FrameworkCommandItem) ProtoMessage()

func (*FrameworkCommandItem) ProtoReflect

func (x *FrameworkCommandItem) ProtoReflect() protoreflect.Message

func (*FrameworkCommandItem) Reset

func (x *FrameworkCommandItem) Reset()

func (*FrameworkCommandItem) String

func (x *FrameworkCommandItem) String() string

type FrameworkItem

type FrameworkItem struct {
	FrameworkId      string   `protobuf:"bytes,1,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	TenantId         string   `protobuf:"bytes,2,opt,name=tenantId,proto3" form:"tenantId" json:"tenantId,omitempty" query:"tenantId"`
	InstanceId       string   `protobuf:"bytes,3,opt,name=instanceId,proto3" form:"instanceId" json:"instanceId,omitempty" query:"instanceId"`
	RepositoryId     string   `protobuf:"bytes,4,opt,name=repositoryId,proto3" form:"repositoryId" json:"repositoryId,omitempty" query:"repositoryId"`
	Name             string   `protobuf:"bytes,5,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	Description      string   `protobuf:"bytes,6,opt,name=description,proto3" form:"description" json:"description,omitempty" query:"description"`
	Type             string   `protobuf:"bytes,7,opt,name=type,proto3" form:"type" json:"type,omitempty" query:"type"`
	Labels           []string `protobuf:"bytes,8,rep,name=labels,proto3" form:"labels" json:"labels,omitempty" query:"labels"`
	Devices          []string `protobuf:"bytes,9,rep,name=devices,proto3" form:"devices" json:"devices,omitempty" query:"devices"`
	Scenarios        []string `protobuf:"bytes,10,rep,name=scenarios,proto3" form:"scenarios" json:"scenarios,omitempty" query:"scenarios"`
	ImageUrl         string   `protobuf:"bytes,11,opt,name=imageUrl,proto3" form:"imageUrl" json:"imageUrl,omitempty" query:"imageUrl"`
	ImageUrlInternal string   `` /* 135-byte string literal not displayed */
	Namespace        string   `protobuf:"bytes,13,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty" query:"namespace"`
	RepositoryName   string   `` /* 127-byte string literal not displayed */
	Detail           string   `protobuf:"bytes,15,opt,name=detail,proto3" form:"detail" json:"detail,omitempty" query:"detail"`
	CreatedAt        string   `protobuf:"bytes,16,opt,name=createdAt,proto3" form:"createdAt" json:"createdAt,omitempty" query:"createdAt"`
	UpdatedAt        string   `protobuf:"bytes,17,opt,name=updatedAt,proto3" form:"updatedAt" json:"updatedAt,omitempty" query:"updatedAt"`
	Creator          string   `protobuf:"bytes,18,opt,name=creator,proto3" form:"creator" json:"creator,omitempty" query:"creator"`
	Managed          bool     `protobuf:"varint,19,opt,name=managed,proto3" form:"managed" json:"managed,omitempty" query:"managed"`
	// contains filtered or unexported fields
}

func (*FrameworkItem) Descriptor deprecated

func (*FrameworkItem) Descriptor() ([]byte, []int)

Deprecated: Use FrameworkItem.ProtoReflect.Descriptor instead.

func (*FrameworkItem) GetCreatedAt

func (x *FrameworkItem) GetCreatedAt() string

func (*FrameworkItem) GetCreator

func (x *FrameworkItem) GetCreator() string

func (*FrameworkItem) GetDescription

func (x *FrameworkItem) GetDescription() string

func (*FrameworkItem) GetDetail

func (x *FrameworkItem) GetDetail() string

func (*FrameworkItem) GetDevices

func (x *FrameworkItem) GetDevices() []string

func (*FrameworkItem) GetFrameworkId

func (x *FrameworkItem) GetFrameworkId() string

func (*FrameworkItem) GetImageUrl

func (x *FrameworkItem) GetImageUrl() string

func (*FrameworkItem) GetImageUrlInternal

func (x *FrameworkItem) GetImageUrlInternal() string

func (*FrameworkItem) GetInstanceId

func (x *FrameworkItem) GetInstanceId() string

func (*FrameworkItem) GetLabels

func (x *FrameworkItem) GetLabels() []string

func (*FrameworkItem) GetManaged

func (x *FrameworkItem) GetManaged() bool

func (*FrameworkItem) GetName

func (x *FrameworkItem) GetName() string

func (*FrameworkItem) GetNamespace

func (x *FrameworkItem) GetNamespace() string

func (*FrameworkItem) GetRepositoryId

func (x *FrameworkItem) GetRepositoryId() string

func (*FrameworkItem) GetRepositoryName

func (x *FrameworkItem) GetRepositoryName() string

func (*FrameworkItem) GetScenarios

func (x *FrameworkItem) GetScenarios() []string

func (*FrameworkItem) GetTenantId

func (x *FrameworkItem) GetTenantId() string

func (*FrameworkItem) GetType

func (x *FrameworkItem) GetType() string

func (*FrameworkItem) GetUpdatedAt

func (x *FrameworkItem) GetUpdatedAt() string

func (*FrameworkItem) ProtoMessage

func (*FrameworkItem) ProtoMessage()

func (*FrameworkItem) ProtoReflect

func (x *FrameworkItem) ProtoReflect() protoreflect.Message

func (*FrameworkItem) Reset

func (x *FrameworkItem) Reset()

func (*FrameworkItem) String

func (x *FrameworkItem) String() string

type FrameworkRepoItem

type FrameworkRepoItem struct {
	InstanceId       string `protobuf:"bytes,1,opt,name=instanceId,proto3" form:"instanceId" json:"instanceId,omitempty" query:"instanceId"`
	RepositoryId     string `protobuf:"bytes,2,opt,name=repositoryId,proto3" form:"repositoryId" json:"repositoryId,omitempty" query:"repositoryId"`
	ImageUrl         string `protobuf:"bytes,3,opt,name=imageUrl,proto3" form:"imageUrl" json:"imageUrl,omitempty" query:"imageUrl"`
	ImageUrlInternal string `` /* 134-byte string literal not displayed */
	Namespace        string `protobuf:"bytes,5,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty" query:"namespace"`
	RepositoryName   string `` /* 126-byte string literal not displayed */
	UpdatedAt        string `protobuf:"bytes,7,opt,name=updatedAt,proto3" form:"updatedAt" json:"updatedAt,omitempty" query:"updatedAt"`
	// contains filtered or unexported fields
}

func (*FrameworkRepoItem) Descriptor deprecated

func (*FrameworkRepoItem) Descriptor() ([]byte, []int)

Deprecated: Use FrameworkRepoItem.ProtoReflect.Descriptor instead.

func (*FrameworkRepoItem) GetImageUrl

func (x *FrameworkRepoItem) GetImageUrl() string

func (*FrameworkRepoItem) GetImageUrlInternal

func (x *FrameworkRepoItem) GetImageUrlInternal() string

func (*FrameworkRepoItem) GetInstanceId

func (x *FrameworkRepoItem) GetInstanceId() string

func (*FrameworkRepoItem) GetNamespace

func (x *FrameworkRepoItem) GetNamespace() string

func (*FrameworkRepoItem) GetRepositoryId

func (x *FrameworkRepoItem) GetRepositoryId() string

func (*FrameworkRepoItem) GetRepositoryName

func (x *FrameworkRepoItem) GetRepositoryName() string

func (*FrameworkRepoItem) GetUpdatedAt

func (x *FrameworkRepoItem) GetUpdatedAt() string

func (*FrameworkRepoItem) ProtoMessage

func (*FrameworkRepoItem) ProtoMessage()

func (*FrameworkRepoItem) ProtoReflect

func (x *FrameworkRepoItem) ProtoReflect() protoreflect.Message

func (*FrameworkRepoItem) Reset

func (x *FrameworkRepoItem) Reset()

func (*FrameworkRepoItem) String

func (x *FrameworkRepoItem) String() string

type FrameworkTagItem

type FrameworkTagItem struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	OsArch    string `protobuf:"bytes,2,opt,name=osArch,proto3" form:"osArch" json:"osArch,omitempty" query:"osArch"`
	Size      string `protobuf:"bytes,3,opt,name=size,proto3" form:"size" json:"size,omitempty" query:"size"`
	UpdatedAt string `protobuf:"bytes,4,opt,name=updatedAt,proto3" form:"updatedAt" json:"updatedAt,omitempty" query:"updatedAt"`
	// contains filtered or unexported fields
}

func (*FrameworkTagItem) Descriptor deprecated

func (*FrameworkTagItem) Descriptor() ([]byte, []int)

Deprecated: Use FrameworkTagItem.ProtoReflect.Descriptor instead.

func (*FrameworkTagItem) GetName

func (x *FrameworkTagItem) GetName() string

func (*FrameworkTagItem) GetOsArch

func (x *FrameworkTagItem) GetOsArch() string

func (*FrameworkTagItem) GetSize

func (x *FrameworkTagItem) GetSize() string

func (*FrameworkTagItem) GetUpdatedAt

func (x *FrameworkTagItem) GetUpdatedAt() string

func (*FrameworkTagItem) ProtoMessage

func (*FrameworkTagItem) ProtoMessage()

func (*FrameworkTagItem) ProtoReflect

func (x *FrameworkTagItem) ProtoReflect() protoreflect.Message

func (*FrameworkTagItem) Reset

func (x *FrameworkTagItem) Reset()

func (*FrameworkTagItem) String

func (x *FrameworkTagItem) String() string

type GetFrameworkCommandRequest

type GetFrameworkCommandRequest struct {
	RegionId      string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	FrameworkType string `protobuf:"bytes,2,opt,name=frameworkType,proto3" json:"frameworkType,omitempty" query:"frameworkType" vd:"len($) > 0"`
	JobMode       string `protobuf:"bytes,3,opt,name=jobMode,proto3" json:"jobMode,omitempty" query:"jobMode" vd:"len($) > 0"`
	Device        string `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty" query:"device"`
	// contains filtered or unexported fields
}

func (*GetFrameworkCommandRequest) Descriptor deprecated

func (*GetFrameworkCommandRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkCommandRequest.ProtoReflect.Descriptor instead.

func (*GetFrameworkCommandRequest) GetDevice

func (x *GetFrameworkCommandRequest) GetDevice() string

func (*GetFrameworkCommandRequest) GetFrameworkType

func (x *GetFrameworkCommandRequest) GetFrameworkType() string

func (*GetFrameworkCommandRequest) GetJobMode

func (x *GetFrameworkCommandRequest) GetJobMode() string

func (*GetFrameworkCommandRequest) GetRegionId

func (x *GetFrameworkCommandRequest) GetRegionId() string

func (*GetFrameworkCommandRequest) ProtoMessage

func (*GetFrameworkCommandRequest) ProtoMessage()

func (*GetFrameworkCommandRequest) ProtoReflect

func (*GetFrameworkCommandRequest) Reset

func (x *GetFrameworkCommandRequest) Reset()

func (*GetFrameworkCommandRequest) String

func (x *GetFrameworkCommandRequest) String() string

type GetFrameworkCommandResponse

type GetFrameworkCommandResponse struct {
	RequestId string                `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Master    *FrameworkCommandItem `protobuf:"bytes,2,opt,name=master,proto3" form:"master" json:"master,omitempty" query:"master"`
	Worker    *FrameworkCommandItem `protobuf:"bytes,3,opt,name=worker,proto3" form:"worker" json:"worker,omitempty" query:"worker"`
	// contains filtered or unexported fields
}

func (*GetFrameworkCommandResponse) Descriptor deprecated

func (*GetFrameworkCommandResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkCommandResponse.ProtoReflect.Descriptor instead.

func (*GetFrameworkCommandResponse) GetMaster

func (*GetFrameworkCommandResponse) GetRequestId

func (x *GetFrameworkCommandResponse) GetRequestId() string

func (*GetFrameworkCommandResponse) GetWorker

func (*GetFrameworkCommandResponse) ProtoMessage

func (*GetFrameworkCommandResponse) ProtoMessage()

func (*GetFrameworkCommandResponse) ProtoReflect

func (*GetFrameworkCommandResponse) Reset

func (x *GetFrameworkCommandResponse) Reset()

func (*GetFrameworkCommandResponse) String

func (x *GetFrameworkCommandResponse) String() string

type GetFrameworkRequest

type GetFrameworkRequest struct {
	RegionId    string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" json:"frameworkId,omitempty" path:"frameworkId" vd:"len($) > 0"`
	// contains filtered or unexported fields
}

func (*GetFrameworkRequest) Descriptor deprecated

func (*GetFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkRequest.ProtoReflect.Descriptor instead.

func (*GetFrameworkRequest) GetFrameworkId

func (x *GetFrameworkRequest) GetFrameworkId() string

func (*GetFrameworkRequest) GetRegionId

func (x *GetFrameworkRequest) GetRegionId() string

func (*GetFrameworkRequest) ProtoMessage

func (*GetFrameworkRequest) ProtoMessage()

func (*GetFrameworkRequest) ProtoReflect

func (x *GetFrameworkRequest) ProtoReflect() protoreflect.Message

func (*GetFrameworkRequest) Reset

func (x *GetFrameworkRequest) Reset()

func (*GetFrameworkRequest) String

func (x *GetFrameworkRequest) String() string

type GetFrameworkResponse

type GetFrameworkResponse struct {
	RequestId string         `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Record    *FrameworkItem `protobuf:"bytes,2,opt,name=record,proto3" form:"record" json:"record,omitempty" query:"record"`
	// contains filtered or unexported fields
}

func (*GetFrameworkResponse) Descriptor deprecated

func (*GetFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkResponse.ProtoReflect.Descriptor instead.

func (*GetFrameworkResponse) GetRecord

func (x *GetFrameworkResponse) GetRecord() *FrameworkItem

func (*GetFrameworkResponse) GetRequestId

func (x *GetFrameworkResponse) GetRequestId() string

func (*GetFrameworkResponse) ProtoMessage

func (*GetFrameworkResponse) ProtoMessage()

func (*GetFrameworkResponse) ProtoReflect

func (x *GetFrameworkResponse) ProtoReflect() protoreflect.Message

func (*GetFrameworkResponse) Reset

func (x *GetFrameworkResponse) Reset()

func (*GetFrameworkResponse) String

func (x *GetFrameworkResponse) String() string

type GetFrameworkSupportsRequest

type GetFrameworkSupportsRequest struct {
	RegionId string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFrameworkSupportsRequest) Descriptor deprecated

func (*GetFrameworkSupportsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkSupportsRequest.ProtoReflect.Descriptor instead.

func (*GetFrameworkSupportsRequest) GetRegionId

func (x *GetFrameworkSupportsRequest) GetRegionId() string

func (*GetFrameworkSupportsRequest) ProtoMessage

func (*GetFrameworkSupportsRequest) ProtoMessage()

func (*GetFrameworkSupportsRequest) ProtoReflect

func (*GetFrameworkSupportsRequest) Reset

func (x *GetFrameworkSupportsRequest) Reset()

func (*GetFrameworkSupportsRequest) String

func (x *GetFrameworkSupportsRequest) String() string

type GetFrameworkSupportsResponse

type GetFrameworkSupportsResponse struct {
	RequestId  string   `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Scenarios  []string `protobuf:"bytes,2,rep,name=scenarios,proto3" form:"scenarios" json:"scenarios,omitempty" query:"scenarios"`
	Devices    []string `protobuf:"bytes,3,rep,name=devices,proto3" form:"devices" json:"devices,omitempty" query:"devices"`
	Frameworks []string `protobuf:"bytes,4,rep,name=frameworks,proto3" form:"frameworks" json:"frameworks,omitempty" query:"frameworks"`
	// contains filtered or unexported fields
}

func (*GetFrameworkSupportsResponse) Descriptor deprecated

func (*GetFrameworkSupportsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkSupportsResponse.ProtoReflect.Descriptor instead.

func (*GetFrameworkSupportsResponse) GetDevices

func (x *GetFrameworkSupportsResponse) GetDevices() []string

func (*GetFrameworkSupportsResponse) GetFrameworks

func (x *GetFrameworkSupportsResponse) GetFrameworks() []string

func (*GetFrameworkSupportsResponse) GetRequestId

func (x *GetFrameworkSupportsResponse) GetRequestId() string

func (*GetFrameworkSupportsResponse) GetScenarios

func (x *GetFrameworkSupportsResponse) GetScenarios() []string

func (*GetFrameworkSupportsResponse) ProtoMessage

func (*GetFrameworkSupportsResponse) ProtoMessage()

func (*GetFrameworkSupportsResponse) ProtoReflect

func (*GetFrameworkSupportsResponse) Reset

func (x *GetFrameworkSupportsResponse) Reset()

func (*GetFrameworkSupportsResponse) String

type GetFrameworkUserGuideRequest

type GetFrameworkUserGuideRequest struct {
	RegionId  string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId string `protobuf:"bytes,2,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId" vd:"len($) > 0"`
	// contains filtered or unexported fields
}

func (*GetFrameworkUserGuideRequest) Descriptor deprecated

func (*GetFrameworkUserGuideRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkUserGuideRequest.ProtoReflect.Descriptor instead.

func (*GetFrameworkUserGuideRequest) GetClusterId

func (x *GetFrameworkUserGuideRequest) GetClusterId() string

func (*GetFrameworkUserGuideRequest) GetRegionId

func (x *GetFrameworkUserGuideRequest) GetRegionId() string

func (*GetFrameworkUserGuideRequest) ProtoMessage

func (*GetFrameworkUserGuideRequest) ProtoMessage()

func (*GetFrameworkUserGuideRequest) ProtoReflect

func (*GetFrameworkUserGuideRequest) Reset

func (x *GetFrameworkUserGuideRequest) Reset()

func (*GetFrameworkUserGuideRequest) String

type GetFrameworkUserGuideResponse

type GetFrameworkUserGuideResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Guide     string `protobuf:"bytes,2,opt,name=guide,proto3" form:"guide" json:"guide,omitempty" query:"guide"`
	// contains filtered or unexported fields
}

func (*GetFrameworkUserGuideResponse) Descriptor deprecated

func (*GetFrameworkUserGuideResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFrameworkUserGuideResponse.ProtoReflect.Descriptor instead.

func (*GetFrameworkUserGuideResponse) GetGuide

func (x *GetFrameworkUserGuideResponse) GetGuide() string

func (*GetFrameworkUserGuideResponse) GetRequestId

func (x *GetFrameworkUserGuideResponse) GetRequestId() string

func (*GetFrameworkUserGuideResponse) ProtoMessage

func (*GetFrameworkUserGuideResponse) ProtoMessage()

func (*GetFrameworkUserGuideResponse) ProtoReflect

func (*GetFrameworkUserGuideResponse) Reset

func (x *GetFrameworkUserGuideResponse) Reset()

func (*GetFrameworkUserGuideResponse) String

type ListCRSInstanceRequest

type ListCRSInstanceRequest struct {
	RegionId     string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId    string `protobuf:"bytes,2,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId"`
	PageNum      int32  `protobuf:"varint,3,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum" vd:"$ > 0"`
	PageSize     int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize" vd:"$ > 0 && $ <= 10000"`
	InstanceName string `protobuf:"bytes,5,opt,name=instanceName,proto3" json:"instanceName,omitempty" query:"instanceName"`
	// contains filtered or unexported fields
}

func (*ListCRSInstanceRequest) Descriptor deprecated

func (*ListCRSInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCRSInstanceRequest.ProtoReflect.Descriptor instead.

func (*ListCRSInstanceRequest) GetClusterId

func (x *ListCRSInstanceRequest) GetClusterId() string

func (*ListCRSInstanceRequest) GetInstanceName

func (x *ListCRSInstanceRequest) GetInstanceName() string

func (*ListCRSInstanceRequest) GetPageNum

func (x *ListCRSInstanceRequest) GetPageNum() int32

func (*ListCRSInstanceRequest) GetPageSize

func (x *ListCRSInstanceRequest) GetPageSize() int32

func (*ListCRSInstanceRequest) GetRegionId

func (x *ListCRSInstanceRequest) GetRegionId() string

func (*ListCRSInstanceRequest) ProtoMessage

func (*ListCRSInstanceRequest) ProtoMessage()

func (*ListCRSInstanceRequest) ProtoReflect

func (x *ListCRSInstanceRequest) ProtoReflect() protoreflect.Message

func (*ListCRSInstanceRequest) Reset

func (x *ListCRSInstanceRequest) Reset()

func (*ListCRSInstanceRequest) String

func (x *ListCRSInstanceRequest) String() string

type ListCRSInstanceResponse

type ListCRSInstanceResponse struct {
	RequestId  string             `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Records    []*CRSInstanceItem `protobuf:"bytes,2,rep,name=records,proto3" form:"records" json:"records,omitempty" query:"records"`
	TotalCount int32              `protobuf:"varint,3,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	// contains filtered or unexported fields
}

func (*ListCRSInstanceResponse) Descriptor deprecated

func (*ListCRSInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCRSInstanceResponse.ProtoReflect.Descriptor instead.

func (*ListCRSInstanceResponse) GetRecords

func (x *ListCRSInstanceResponse) GetRecords() []*CRSInstanceItem

func (*ListCRSInstanceResponse) GetRequestId

func (x *ListCRSInstanceResponse) GetRequestId() string

func (*ListCRSInstanceResponse) GetTotalCount

func (x *ListCRSInstanceResponse) GetTotalCount() int32

func (*ListCRSInstanceResponse) ProtoMessage

func (*ListCRSInstanceResponse) ProtoMessage()

func (*ListCRSInstanceResponse) ProtoReflect

func (x *ListCRSInstanceResponse) ProtoReflect() protoreflect.Message

func (*ListCRSInstanceResponse) Reset

func (x *ListCRSInstanceResponse) Reset()

func (*ListCRSInstanceResponse) String

func (x *ListCRSInstanceResponse) String() string

type ListCRSNamespaceRequest

type ListCRSNamespaceRequest struct {
	RegionId      string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId     string `protobuf:"bytes,2,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId"`
	InstanceId    string `protobuf:"bytes,3,opt,name=instanceId,proto3" json:"instanceId,omitempty" query:"instanceId"`
	NamespaceName string `protobuf:"bytes,4,opt,name=namespaceName,proto3" json:"namespaceName,omitempty" query:"namespaceName"`
	PageNum       int32  `protobuf:"varint,5,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum"`
	PageSize      int32  `protobuf:"varint,6,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize"`
	SortBy        string `protobuf:"bytes,7,opt,name=sortBy,proto3" json:"sortBy,omitempty" query:"sortBy"`
	Order         string `protobuf:"bytes,8,opt,name=order,proto3" json:"order,omitempty" query:"order"`
	// contains filtered or unexported fields
}

func (*ListCRSNamespaceRequest) Descriptor deprecated

func (*ListCRSNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCRSNamespaceRequest.ProtoReflect.Descriptor instead.

func (*ListCRSNamespaceRequest) GetClusterId

func (x *ListCRSNamespaceRequest) GetClusterId() string

func (*ListCRSNamespaceRequest) GetInstanceId

func (x *ListCRSNamespaceRequest) GetInstanceId() string

func (*ListCRSNamespaceRequest) GetNamespaceName

func (x *ListCRSNamespaceRequest) GetNamespaceName() string

func (*ListCRSNamespaceRequest) GetOrder

func (x *ListCRSNamespaceRequest) GetOrder() string

func (*ListCRSNamespaceRequest) GetPageNum

func (x *ListCRSNamespaceRequest) GetPageNum() int32

func (*ListCRSNamespaceRequest) GetPageSize

func (x *ListCRSNamespaceRequest) GetPageSize() int32

func (*ListCRSNamespaceRequest) GetRegionId

func (x *ListCRSNamespaceRequest) GetRegionId() string

func (*ListCRSNamespaceRequest) GetSortBy

func (x *ListCRSNamespaceRequest) GetSortBy() string

func (*ListCRSNamespaceRequest) ProtoMessage

func (*ListCRSNamespaceRequest) ProtoMessage()

func (*ListCRSNamespaceRequest) ProtoReflect

func (x *ListCRSNamespaceRequest) ProtoReflect() protoreflect.Message

func (*ListCRSNamespaceRequest) Reset

func (x *ListCRSNamespaceRequest) Reset()

func (*ListCRSNamespaceRequest) String

func (x *ListCRSNamespaceRequest) String() string

type ListCRSNamespaceResponse

type ListCRSNamespaceResponse struct {
	RequestId  string              `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Records    []*CRSNamespaceItem `protobuf:"bytes,2,rep,name=records,proto3" form:"records" json:"records,omitempty" query:"records"`
	TotalCount int32               `protobuf:"varint,3,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	// contains filtered or unexported fields
}

func (*ListCRSNamespaceResponse) Descriptor deprecated

func (*ListCRSNamespaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCRSNamespaceResponse.ProtoReflect.Descriptor instead.

func (*ListCRSNamespaceResponse) GetRecords

func (x *ListCRSNamespaceResponse) GetRecords() []*CRSNamespaceItem

func (*ListCRSNamespaceResponse) GetRequestId

func (x *ListCRSNamespaceResponse) GetRequestId() string

func (*ListCRSNamespaceResponse) GetTotalCount

func (x *ListCRSNamespaceResponse) GetTotalCount() int32

func (*ListCRSNamespaceResponse) ProtoMessage

func (*ListCRSNamespaceResponse) ProtoMessage()

func (*ListCRSNamespaceResponse) ProtoReflect

func (x *ListCRSNamespaceResponse) ProtoReflect() protoreflect.Message

func (*ListCRSNamespaceResponse) Reset

func (x *ListCRSNamespaceResponse) Reset()

func (*ListCRSNamespaceResponse) String

func (x *ListCRSNamespaceResponse) String() string

type ListCRSRepositoryRequest

type ListCRSRepositoryRequest struct {
	RegionId       string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId      string `protobuf:"bytes,2,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId"`
	InstanceId     string `protobuf:"bytes,3,opt,name=instanceId,proto3" json:"instanceId,omitempty" query:"instanceId"`
	NamespaceName  string `protobuf:"bytes,4,opt,name=namespaceName,proto3" json:"namespaceName,omitempty" query:"namespaceName"`
	RepositoryName string `protobuf:"bytes,5,opt,name=repositoryName,proto3" json:"repositoryName,omitempty" query:"repositoryName"`
	PageNum        int32  `protobuf:"varint,6,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum"`
	PageSize       int32  `protobuf:"varint,7,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize"`
	SortBy         string `protobuf:"bytes,8,opt,name=sortBy,proto3" json:"sortBy,omitempty" query:"sortBy"`
	Order          string `protobuf:"bytes,9,opt,name=order,proto3" json:"order,omitempty" query:"order"`
	// contains filtered or unexported fields
}

func (*ListCRSRepositoryRequest) Descriptor deprecated

func (*ListCRSRepositoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCRSRepositoryRequest.ProtoReflect.Descriptor instead.

func (*ListCRSRepositoryRequest) GetClusterId

func (x *ListCRSRepositoryRequest) GetClusterId() string

func (*ListCRSRepositoryRequest) GetInstanceId

func (x *ListCRSRepositoryRequest) GetInstanceId() string

func (*ListCRSRepositoryRequest) GetNamespaceName

func (x *ListCRSRepositoryRequest) GetNamespaceName() string

func (*ListCRSRepositoryRequest) GetOrder

func (x *ListCRSRepositoryRequest) GetOrder() string

func (*ListCRSRepositoryRequest) GetPageNum

func (x *ListCRSRepositoryRequest) GetPageNum() int32

func (*ListCRSRepositoryRequest) GetPageSize

func (x *ListCRSRepositoryRequest) GetPageSize() int32

func (*ListCRSRepositoryRequest) GetRegionId

func (x *ListCRSRepositoryRequest) GetRegionId() string

func (*ListCRSRepositoryRequest) GetRepositoryName

func (x *ListCRSRepositoryRequest) GetRepositoryName() string

func (*ListCRSRepositoryRequest) GetSortBy

func (x *ListCRSRepositoryRequest) GetSortBy() string

func (*ListCRSRepositoryRequest) ProtoMessage

func (*ListCRSRepositoryRequest) ProtoMessage()

func (*ListCRSRepositoryRequest) ProtoReflect

func (x *ListCRSRepositoryRequest) ProtoReflect() protoreflect.Message

func (*ListCRSRepositoryRequest) Reset

func (x *ListCRSRepositoryRequest) Reset()

func (*ListCRSRepositoryRequest) String

func (x *ListCRSRepositoryRequest) String() string

type ListCRSRepositoryResponse

type ListCRSRepositoryResponse struct {
	RequestId  string               `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Records    []*CRSRepositoryItem `protobuf:"bytes,2,rep,name=records,proto3" form:"records" json:"records,omitempty" query:"records"`
	TotalCount int32                `protobuf:"varint,3,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	// contains filtered or unexported fields
}

func (*ListCRSRepositoryResponse) Descriptor deprecated

func (*ListCRSRepositoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCRSRepositoryResponse.ProtoReflect.Descriptor instead.

func (*ListCRSRepositoryResponse) GetRecords

func (x *ListCRSRepositoryResponse) GetRecords() []*CRSRepositoryItem

func (*ListCRSRepositoryResponse) GetRequestId

func (x *ListCRSRepositoryResponse) GetRequestId() string

func (*ListCRSRepositoryResponse) GetTotalCount

func (x *ListCRSRepositoryResponse) GetTotalCount() int32

func (*ListCRSRepositoryResponse) ProtoMessage

func (*ListCRSRepositoryResponse) ProtoMessage()

func (*ListCRSRepositoryResponse) ProtoReflect

func (*ListCRSRepositoryResponse) Reset

func (x *ListCRSRepositoryResponse) Reset()

func (*ListCRSRepositoryResponse) String

func (x *ListCRSRepositoryResponse) String() string

type ListFrameworkReposRequest

type ListFrameworkReposRequest struct {
	RegionId  string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId string `protobuf:"bytes,2,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId" vd:"len($) > 0"`
	PageNum   int32  `protobuf:"varint,3,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum" vd:"$ > 0"`
	PageSize  int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize" vd:"$ > 0 && $ <= 10000"`
	// contains filtered or unexported fields
}

func (*ListFrameworkReposRequest) Descriptor deprecated

func (*ListFrameworkReposRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFrameworkReposRequest.ProtoReflect.Descriptor instead.

func (*ListFrameworkReposRequest) GetClusterId

func (x *ListFrameworkReposRequest) GetClusterId() string

func (*ListFrameworkReposRequest) GetPageNum

func (x *ListFrameworkReposRequest) GetPageNum() int32

func (*ListFrameworkReposRequest) GetPageSize

func (x *ListFrameworkReposRequest) GetPageSize() int32

func (*ListFrameworkReposRequest) GetRegionId

func (x *ListFrameworkReposRequest) GetRegionId() string

func (*ListFrameworkReposRequest) ProtoMessage

func (*ListFrameworkReposRequest) ProtoMessage()

func (*ListFrameworkReposRequest) ProtoReflect

func (*ListFrameworkReposRequest) Reset

func (x *ListFrameworkReposRequest) Reset()

func (*ListFrameworkReposRequest) String

func (x *ListFrameworkReposRequest) String() string

type ListFrameworkReposResponse

type ListFrameworkReposResponse struct {
	RequestId  string               `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Records    []*FrameworkRepoItem `protobuf:"bytes,2,rep,name=records,proto3" form:"records" json:"records,omitempty" query:"records"`
	TotalCount int32                `protobuf:"varint,3,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	// contains filtered or unexported fields
}

func (*ListFrameworkReposResponse) Descriptor deprecated

func (*ListFrameworkReposResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListFrameworkReposResponse.ProtoReflect.Descriptor instead.

func (*ListFrameworkReposResponse) GetRecords

func (x *ListFrameworkReposResponse) GetRecords() []*FrameworkRepoItem

func (*ListFrameworkReposResponse) GetRequestId

func (x *ListFrameworkReposResponse) GetRequestId() string

func (*ListFrameworkReposResponse) GetTotalCount

func (x *ListFrameworkReposResponse) GetTotalCount() int32

func (*ListFrameworkReposResponse) ProtoMessage

func (*ListFrameworkReposResponse) ProtoMessage()

func (*ListFrameworkReposResponse) ProtoReflect

func (*ListFrameworkReposResponse) Reset

func (x *ListFrameworkReposResponse) Reset()

func (*ListFrameworkReposResponse) String

func (x *ListFrameworkReposResponse) String() string

type ListFrameworkRequest

type ListFrameworkRequest struct {
	RegionId  string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	TenantId  string `protobuf:"bytes,2,opt,name=tenantId,proto3" json:"tenantId,omitempty" query:"tenantId"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" query:"name"`
	Type      string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty" query:"type"`
	Scenarios string `protobuf:"bytes,5,opt,name=scenarios,proto3" json:"scenarios,omitempty" query:"scenarios"`
	Devices   string `protobuf:"bytes,6,opt,name=devices,proto3" json:"devices,omitempty" query:"devices"`
	PageNum   int32  `protobuf:"varint,7,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum" vd:"$ > 0"`
	PageSize  int32  `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize" vd:"$ > 0 && $ <= 10000"`
	SortBy    string `protobuf:"bytes,9,opt,name=sortBy,proto3" json:"sortBy,omitempty" query:"sortBy"`
	Order     string `protobuf:"bytes,10,opt,name=order,proto3" json:"order,omitempty" query:"order"`
	// contains filtered or unexported fields
}

func (*ListFrameworkRequest) Descriptor deprecated

func (*ListFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFrameworkRequest.ProtoReflect.Descriptor instead.

func (*ListFrameworkRequest) GetDevices

func (x *ListFrameworkRequest) GetDevices() string

func (*ListFrameworkRequest) GetName

func (x *ListFrameworkRequest) GetName() string

func (*ListFrameworkRequest) GetOrder

func (x *ListFrameworkRequest) GetOrder() string

func (*ListFrameworkRequest) GetPageNum

func (x *ListFrameworkRequest) GetPageNum() int32

func (*ListFrameworkRequest) GetPageSize

func (x *ListFrameworkRequest) GetPageSize() int32

func (*ListFrameworkRequest) GetRegionId

func (x *ListFrameworkRequest) GetRegionId() string

func (*ListFrameworkRequest) GetScenarios

func (x *ListFrameworkRequest) GetScenarios() string

func (*ListFrameworkRequest) GetSortBy

func (x *ListFrameworkRequest) GetSortBy() string

func (*ListFrameworkRequest) GetTenantId

func (x *ListFrameworkRequest) GetTenantId() string

func (*ListFrameworkRequest) GetType

func (x *ListFrameworkRequest) GetType() string

func (*ListFrameworkRequest) ProtoMessage

func (*ListFrameworkRequest) ProtoMessage()

func (*ListFrameworkRequest) ProtoReflect

func (x *ListFrameworkRequest) ProtoReflect() protoreflect.Message

func (*ListFrameworkRequest) Reset

func (x *ListFrameworkRequest) Reset()

func (*ListFrameworkRequest) String

func (x *ListFrameworkRequest) String() string

type ListFrameworkResponse

type ListFrameworkResponse struct {
	RequestId  string           `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Records    []*FrameworkItem `protobuf:"bytes,2,rep,name=records,proto3" form:"records" json:"records,omitempty" query:"records"`
	TotalCount int32            `protobuf:"varint,3,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	// contains filtered or unexported fields
}

func (*ListFrameworkResponse) Descriptor deprecated

func (*ListFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListFrameworkResponse.ProtoReflect.Descriptor instead.

func (*ListFrameworkResponse) GetRecords

func (x *ListFrameworkResponse) GetRecords() []*FrameworkItem

func (*ListFrameworkResponse) GetRequestId

func (x *ListFrameworkResponse) GetRequestId() string

func (*ListFrameworkResponse) GetTotalCount

func (x *ListFrameworkResponse) GetTotalCount() int32

func (*ListFrameworkResponse) ProtoMessage

func (*ListFrameworkResponse) ProtoMessage()

func (*ListFrameworkResponse) ProtoReflect

func (x *ListFrameworkResponse) ProtoReflect() protoreflect.Message

func (*ListFrameworkResponse) Reset

func (x *ListFrameworkResponse) Reset()

func (*ListFrameworkResponse) String

func (x *ListFrameworkResponse) String() string

type ListFrameworkTagsRequest

type ListFrameworkTagsRequest struct {
	RegionId    string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" json:"frameworkId,omitempty" path:"frameworkId" vd:"len($) > 0"`
	ClusterId   string `protobuf:"bytes,3,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId" vd:"len($) > 0"`
	PageNum     int32  `protobuf:"varint,4,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum" vd:"$ > 0"`
	PageSize    int32  `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize" vd:"$ > 0 && $ <= 10000"`
	// contains filtered or unexported fields
}

func (*ListFrameworkTagsRequest) Descriptor deprecated

func (*ListFrameworkTagsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFrameworkTagsRequest.ProtoReflect.Descriptor instead.

func (*ListFrameworkTagsRequest) GetClusterId

func (x *ListFrameworkTagsRequest) GetClusterId() string

func (*ListFrameworkTagsRequest) GetFrameworkId

func (x *ListFrameworkTagsRequest) GetFrameworkId() string

func (*ListFrameworkTagsRequest) GetPageNum

func (x *ListFrameworkTagsRequest) GetPageNum() int32

func (*ListFrameworkTagsRequest) GetPageSize

func (x *ListFrameworkTagsRequest) GetPageSize() int32

func (*ListFrameworkTagsRequest) GetRegionId

func (x *ListFrameworkTagsRequest) GetRegionId() string

func (*ListFrameworkTagsRequest) ProtoMessage

func (*ListFrameworkTagsRequest) ProtoMessage()

func (*ListFrameworkTagsRequest) ProtoReflect

func (x *ListFrameworkTagsRequest) ProtoReflect() protoreflect.Message

func (*ListFrameworkTagsRequest) Reset

func (x *ListFrameworkTagsRequest) Reset()

func (*ListFrameworkTagsRequest) String

func (x *ListFrameworkTagsRequest) String() string

type ListFrameworkTagsResponse

type ListFrameworkTagsResponse struct {
	RequestId  string              `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Records    []*FrameworkTagItem `protobuf:"bytes,2,rep,name=records,proto3" form:"records" json:"records,omitempty" query:"records"`
	TotalCount int32               `protobuf:"varint,3,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	// contains filtered or unexported fields
}

func (*ListFrameworkTagsResponse) Descriptor deprecated

func (*ListFrameworkTagsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListFrameworkTagsResponse.ProtoReflect.Descriptor instead.

func (*ListFrameworkTagsResponse) GetRecords

func (x *ListFrameworkTagsResponse) GetRecords() []*FrameworkTagItem

func (*ListFrameworkTagsResponse) GetRequestId

func (x *ListFrameworkTagsResponse) GetRequestId() string

func (*ListFrameworkTagsResponse) GetTotalCount

func (x *ListFrameworkTagsResponse) GetTotalCount() int32

func (*ListFrameworkTagsResponse) ProtoMessage

func (*ListFrameworkTagsResponse) ProtoMessage()

func (*ListFrameworkTagsResponse) ProtoReflect

func (*ListFrameworkTagsResponse) Reset

func (x *ListFrameworkTagsResponse) Reset()

func (*ListFrameworkTagsResponse) String

func (x *ListFrameworkTagsResponse) String() string

type ResyncManagementFrameworkRequest

type ResyncManagementFrameworkRequest struct {
	RegionId    string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId   string `protobuf:"bytes,2,opt,name=clusterId,proto3" form:"clusterId" json:"clusterId,omitempty"`
	FrameworkId string `protobuf:"bytes,3,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" vd:"len($) > 0"`
	IsOverride  bool   `protobuf:"varint,4,opt,name=isOverride,proto3" form:"isOverride" json:"isOverride,omitempty"`
	// contains filtered or unexported fields
}

func (*ResyncManagementFrameworkRequest) Descriptor deprecated

func (*ResyncManagementFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResyncManagementFrameworkRequest.ProtoReflect.Descriptor instead.

func (*ResyncManagementFrameworkRequest) GetClusterId

func (x *ResyncManagementFrameworkRequest) GetClusterId() string

func (*ResyncManagementFrameworkRequest) GetFrameworkId

func (x *ResyncManagementFrameworkRequest) GetFrameworkId() string

func (*ResyncManagementFrameworkRequest) GetIsOverride

func (x *ResyncManagementFrameworkRequest) GetIsOverride() bool

func (*ResyncManagementFrameworkRequest) GetRegionId

func (x *ResyncManagementFrameworkRequest) GetRegionId() string

func (*ResyncManagementFrameworkRequest) ProtoMessage

func (*ResyncManagementFrameworkRequest) ProtoMessage()

func (*ResyncManagementFrameworkRequest) ProtoReflect

func (*ResyncManagementFrameworkRequest) Reset

func (*ResyncManagementFrameworkRequest) String

type ResyncManagementFrameworkResponse

type ResyncManagementFrameworkResponse struct {
	RequestId   string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	// contains filtered or unexported fields
}

func (*ResyncManagementFrameworkResponse) Descriptor deprecated

func (*ResyncManagementFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResyncManagementFrameworkResponse.ProtoReflect.Descriptor instead.

func (*ResyncManagementFrameworkResponse) GetFrameworkId

func (x *ResyncManagementFrameworkResponse) GetFrameworkId() string

func (*ResyncManagementFrameworkResponse) GetRequestId

func (x *ResyncManagementFrameworkResponse) GetRequestId() string

func (*ResyncManagementFrameworkResponse) ProtoMessage

func (*ResyncManagementFrameworkResponse) ProtoMessage()

func (*ResyncManagementFrameworkResponse) ProtoReflect

func (*ResyncManagementFrameworkResponse) Reset

func (*ResyncManagementFrameworkResponse) String

type UpdateFrameworkRequest

type UpdateFrameworkRequest struct {
	RegionId    string   `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	FrameworkId string   `protobuf:"bytes,2,opt,name=frameworkId,proto3" json:"frameworkId,omitempty" path:"frameworkId" vd:"len($) > 0"`
	Name        string   `protobuf:"bytes,3,opt,name=name,proto3" form:"name" json:"name,omitempty" vd:"len($) > 0"`
	Description string   `protobuf:"bytes,4,opt,name=description,proto3" form:"description" json:"description,omitempty"`
	Labels      []string `protobuf:"bytes,5,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	Devices     []string `protobuf:"bytes,6,rep,name=devices,proto3" form:"devices" json:"devices,omitempty" vd:"len($) > 0"`
	Scenarios   []string `protobuf:"bytes,7,rep,name=scenarios,proto3" form:"scenarios" json:"scenarios,omitempty"`
	Detail      string   `protobuf:"bytes,8,opt,name=detail,proto3" form:"detail" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFrameworkRequest) Descriptor deprecated

func (*UpdateFrameworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFrameworkRequest.ProtoReflect.Descriptor instead.

func (*UpdateFrameworkRequest) GetDescription

func (x *UpdateFrameworkRequest) GetDescription() string

func (*UpdateFrameworkRequest) GetDetail

func (x *UpdateFrameworkRequest) GetDetail() string

func (*UpdateFrameworkRequest) GetDevices

func (x *UpdateFrameworkRequest) GetDevices() []string

func (*UpdateFrameworkRequest) GetFrameworkId

func (x *UpdateFrameworkRequest) GetFrameworkId() string

func (*UpdateFrameworkRequest) GetLabels

func (x *UpdateFrameworkRequest) GetLabels() []string

func (*UpdateFrameworkRequest) GetName

func (x *UpdateFrameworkRequest) GetName() string

func (*UpdateFrameworkRequest) GetRegionId

func (x *UpdateFrameworkRequest) GetRegionId() string

func (*UpdateFrameworkRequest) GetScenarios

func (x *UpdateFrameworkRequest) GetScenarios() []string

func (*UpdateFrameworkRequest) ProtoMessage

func (*UpdateFrameworkRequest) ProtoMessage()

func (*UpdateFrameworkRequest) ProtoReflect

func (x *UpdateFrameworkRequest) ProtoReflect() protoreflect.Message

func (*UpdateFrameworkRequest) Reset

func (x *UpdateFrameworkRequest) Reset()

func (*UpdateFrameworkRequest) String

func (x *UpdateFrameworkRequest) String() string

type UpdateFrameworkResponse

type UpdateFrameworkResponse struct {
	RequestId   string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	FrameworkId string `protobuf:"bytes,2,opt,name=frameworkId,proto3" form:"frameworkId" json:"frameworkId,omitempty" query:"frameworkId"`
	// contains filtered or unexported fields
}

func (*UpdateFrameworkResponse) Descriptor deprecated

func (*UpdateFrameworkResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFrameworkResponse.ProtoReflect.Descriptor instead.

func (*UpdateFrameworkResponse) GetFrameworkId

func (x *UpdateFrameworkResponse) GetFrameworkId() string

func (*UpdateFrameworkResponse) GetRequestId

func (x *UpdateFrameworkResponse) GetRequestId() string

func (*UpdateFrameworkResponse) ProtoMessage

func (*UpdateFrameworkResponse) ProtoMessage()

func (*UpdateFrameworkResponse) ProtoReflect

func (x *UpdateFrameworkResponse) ProtoReflect() protoreflect.Message

func (*UpdateFrameworkResponse) Reset

func (x *UpdateFrameworkResponse) Reset()

func (*UpdateFrameworkResponse) String

func (x *UpdateFrameworkResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL