You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cloudOption.go 493 B

123456789101112131415
  1. package option
  2. type CloudOption struct {
  3. Name string `json:"name"`
  4. AdapterIds []string `json:"adapterIds"`
  5. ClusterIds []string `json:"clusterIds"`
  6. Strategy string `json:"strategy"`
  7. StaticWeightMap map[string]int32 `json:"staticWeightMap,optional"`
  8. ReqBody []string `json:"reqBody"`
  9. Replica int32 `json:"replicas,string"`
  10. }
  11. func (c CloudOption) GetOptionType() string {
  12. return CLOUD
  13. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.