diff --git a/services/logme/model_instance.go b/services/logme/model_instance.go index 45ba8213..0e40106c 100644 --- a/services/logme/model_instance.go +++ b/services/logme/model_instance.go @@ -14,6 +14,8 @@ type Instance struct { // REQUIRED CfGuid *string `json:"cfGuid"` // REQUIRED + CfOrganizationGuid *string `json:"cfOrganizationGuid"` + // REQUIRED CfSpaceGuid *string `json:"cfSpaceGuid"` // REQUIRED DashboardUrl *string `json:"dashboardUrl"` @@ -23,8 +25,7 @@ type Instance struct { // REQUIRED LastOperation *LastOperation `json:"lastOperation"` // REQUIRED - Name *string `json:"name"` - OrganizationGuid *string `json:"organizationGuid,omitempty"` + Name *string `json:"name"` // REQUIRED Parameters *map[string]interface{} `json:"parameters"` // REQUIRED diff --git a/services/mariadb/model_instance.go b/services/mariadb/model_instance.go index 0f4554f7..4d78f311 100644 --- a/services/mariadb/model_instance.go +++ b/services/mariadb/model_instance.go @@ -14,6 +14,8 @@ type Instance struct { // REQUIRED CfGuid *string `json:"cfGuid"` // REQUIRED + CfOrganizationGuid *string `json:"cfOrganizationGuid"` + // REQUIRED CfSpaceGuid *string `json:"cfSpaceGuid"` // REQUIRED DashboardUrl *string `json:"dashboardUrl"` @@ -23,8 +25,7 @@ type Instance struct { // REQUIRED LastOperation *LastOperation `json:"lastOperation"` // REQUIRED - Name *string `json:"name"` - OrganizationGuid *string `json:"organizationGuid,omitempty"` + Name *string `json:"name"` // REQUIRED Parameters *map[string]interface{} `json:"parameters"` // REQUIRED diff --git a/services/opensearch/model_instance.go b/services/opensearch/model_instance.go index 8646f259..a6d9a691 100644 --- a/services/opensearch/model_instance.go +++ b/services/opensearch/model_instance.go @@ -14,6 +14,8 @@ type Instance struct { // REQUIRED CfGuid *string `json:"cfGuid"` // REQUIRED + CfOrganizationGuid *string `json:"cfOrganizationGuid"` + // REQUIRED CfSpaceGuid *string `json:"cfSpaceGuid"` // REQUIRED DashboardUrl *string `json:"dashboardUrl"` @@ -23,8 +25,7 @@ type Instance struct { // REQUIRED LastOperation *LastOperation `json:"lastOperation"` // REQUIRED - Name *string `json:"name"` - OrganizationGuid *string `json:"organizationGuid,omitempty"` + Name *string `json:"name"` // REQUIRED Parameters *map[string]interface{} `json:"parameters"` // REQUIRED diff --git a/services/postgresql/model_instance.go b/services/postgresql/model_instance.go index 743e2ee5..99ec244e 100644 --- a/services/postgresql/model_instance.go +++ b/services/postgresql/model_instance.go @@ -14,6 +14,8 @@ type Instance struct { // REQUIRED CfGuid *string `json:"cfGuid"` // REQUIRED + CfOrganizationGuid *string `json:"cfOrganizationGuid"` + // REQUIRED CfSpaceGuid *string `json:"cfSpaceGuid"` // REQUIRED DashboardUrl *string `json:"dashboardUrl"` @@ -23,8 +25,7 @@ type Instance struct { // REQUIRED LastOperation *LastOperation `json:"lastOperation"` // REQUIRED - Name *string `json:"name"` - OrganizationGuid *string `json:"organizationGuid,omitempty"` + Name *string `json:"name"` // REQUIRED Parameters *map[string]interface{} `json:"parameters"` // REQUIRED diff --git a/services/rabbitmq/model_instance.go b/services/rabbitmq/model_instance.go index 52915967..210a4a81 100644 --- a/services/rabbitmq/model_instance.go +++ b/services/rabbitmq/model_instance.go @@ -14,6 +14,8 @@ type Instance struct { // REQUIRED CfGuid *string `json:"cfGuid"` // REQUIRED + CfOrganizationGuid *string `json:"cfOrganizationGuid"` + // REQUIRED CfSpaceGuid *string `json:"cfSpaceGuid"` // REQUIRED DashboardUrl *string `json:"dashboardUrl"` @@ -23,8 +25,7 @@ type Instance struct { // REQUIRED LastOperation *LastOperation `json:"lastOperation"` // REQUIRED - Name *string `json:"name"` - OrganizationGuid *string `json:"organizationGuid,omitempty"` + Name *string `json:"name"` // REQUIRED Parameters *map[string]interface{} `json:"parameters"` // REQUIRED diff --git a/services/redis/model_instance.go b/services/redis/model_instance.go index 37deb25b..61df4f85 100644 --- a/services/redis/model_instance.go +++ b/services/redis/model_instance.go @@ -14,6 +14,8 @@ type Instance struct { // REQUIRED CfGuid *string `json:"cfGuid"` // REQUIRED + CfOrganizationGuid *string `json:"cfOrganizationGuid"` + // REQUIRED CfSpaceGuid *string `json:"cfSpaceGuid"` // REQUIRED DashboardUrl *string `json:"dashboardUrl"` @@ -23,8 +25,7 @@ type Instance struct { // REQUIRED LastOperation *LastOperation `json:"lastOperation"` // REQUIRED - Name *string `json:"name"` - OrganizationGuid *string `json:"organizationGuid,omitempty"` + Name *string `json:"name"` // REQUIRED Parameters *map[string]interface{} `json:"parameters"` // REQUIRED