@ -45,6 +45,8 @@ type GetHostSetRequest struct {
HostCatalogId string ` protobuf:"bytes,3,opt,name=host_catalog_id,json=hostCatalogId,proto3" json:"host_catalog_id,omitempty" `
Id string ` protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty" `
View view . View ` protobuf:"varint,5,opt,name=view,proto3,enum=controller.api.view.v1.View" json:"view,omitempty" `
// Allows the full list of Hosts in this Host Set to be returned even if there are more than the system wide limit.
IgnoreResultLimit bool ` protobuf:"varint,6,opt,name=ignore_result_limit,json=ignoreResultLimit,proto3" json:"ignore_result_limit,omitempty" `
}
func ( x * GetHostSetRequest ) Reset ( ) {
@ -114,6 +116,13 @@ func (x *GetHostSetRequest) GetView() view.View {
return view . View_BASIC
}
func ( x * GetHostSetRequest ) GetIgnoreResultLimit ( ) bool {
if x != nil {
return x . IgnoreResultLimit
}
return false
}
type GetHostSetResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -925,7 +934,7 @@ var file_controller_api_v1_host_set_service_proto_rawDesc = []byte{
0x76 , 0x31 , 0x2f , 0x68 , 0x6f , 0x73 , 0x74 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x21 , 0x63 ,
0x6f , 0x6e , 0x74 , 0x72 , 0x6f , 0x6c , 0x6c , 0x65 , 0x72 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x69 ,
0x65 , 0x77 , 0x2f , 0x76 , 0x31 , 0x2f , 0x76 , 0x69 , 0x65 , 0x77 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x22 , 0x a e, 0x01 , 0x0a , 0x11 , 0x47 , 0x65 , 0x74 , 0x48 , 0x6f , 0x73 , 0x74 , 0x53 , 0x65 , 0x74 , 0x52 ,
0x22 , 0x d e, 0x01 , 0x0a , 0x11 , 0x47 , 0x65 , 0x74 , 0x48 , 0x6f , 0x73 , 0x74 , 0x53 , 0x65 , 0x74 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6f , 0x72 , 0x67 , 0x18 , 0x01 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6f , 0x72 , 0x67 , 0x12 , 0x1d , 0x0a , 0x0a , 0x70 , 0x72 , 0x6f , 0x6a ,
0x65 , 0x63 , 0x74 , 0x5f , 0x69 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x09 , 0x70 , 0x72 ,
@ -936,7 +945,10 @@ var file_controller_api_v1_host_set_service_proto_rawDesc = []byte{
0x30 , 0x0a , 0x04 , 0x76 , 0x69 , 0x65 , 0x77 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x1c , 0x2e ,
0x63 , 0x6f , 0x6e , 0x74 , 0x72 , 0x6f , 0x6c , 0x6c , 0x65 , 0x72 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 ,
0x69 , 0x65 , 0x77 , 0x2e , 0x76 , 0x31 , 0x2e , 0x56 , 0x69 , 0x65 , 0x77 , 0x52 , 0x04 , 0x76 , 0x69 , 0x65 ,
0x77 , 0x22 , 0x4d , 0x0a , 0x12 , 0x47 , 0x65 , 0x74 , 0x48 , 0x6f , 0x73 , 0x74 , 0x53 , 0x65 , 0x74 , 0x52 ,
0x77 , 0x12 , 0x2e , 0x0a , 0x13 , 0x69 , 0x67 , 0x6e , 0x6f , 0x72 , 0x65 , 0x5f , 0x72 , 0x65 , 0x73 , 0x75 ,
0x6c , 0x74 , 0x5f , 0x6c , 0x69 , 0x6d , 0x69 , 0x74 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x11 ,
0x69 , 0x67 , 0x6e , 0x6f , 0x72 , 0x65 , 0x52 , 0x65 , 0x73 , 0x75 , 0x6c , 0x74 , 0x4c , 0x69 , 0x6d , 0x69 ,
0x74 , 0x22 , 0x4d , 0x0a , 0x12 , 0x47 , 0x65 , 0x74 , 0x48 , 0x6f , 0x73 , 0x74 , 0x53 , 0x65 , 0x74 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x37 , 0x0a , 0x04 , 0x69 , 0x74 , 0x65 , 0x6d , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x23 , 0x2e , 0x63 , 0x6f , 0x6e , 0x74 , 0x72 , 0x6f , 0x6c , 0x6c ,
0x65 , 0x72 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x2e ,