models

package
v0.0.0-...-7977c27 Latest Latest
Warning

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

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

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AssociateAppWithRouteResponse ¶

type AssociateAppWithRouteResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

AssociateAppWithRouteResponse associate app with route response

swagger:model associateAppWithRouteResponse

func (*AssociateAppWithRouteResponse) MarshalBinary ¶

func (m *AssociateAppWithRouteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateAppWithRouteResponse) UnmarshalBinary ¶

func (m *AssociateAppWithRouteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateAppWithRouteResponse) Validate ¶

func (m *AssociateAppWithRouteResponse) Validate(formats strfmt.Registry) error

Validate validates this associate app with route response

type AssociateAppWithRouteResponseResource ¶

type AssociateAppWithRouteResponseResource struct {

	// entity
	Entity *AssociateAppWithRouteResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateAppWithRouteResponseResource associate app with route response resource

swagger:model associateAppWithRouteResponseResource

func (*AssociateAppWithRouteResponseResource) MarshalBinary ¶

func (m *AssociateAppWithRouteResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateAppWithRouteResponseResource) UnmarshalBinary ¶

func (m *AssociateAppWithRouteResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateAppWithRouteResponseResource) Validate ¶

Validate validates this associate app with route response resource

type AssociateAuditedOrganizationWithUserResponse ¶

type AssociateAuditedOrganizationWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateAuditedOrganizationWithUserResponse associate audited organization with user response

swagger:model associateAuditedOrganizationWithUserResponse

func (*AssociateAuditedOrganizationWithUserResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateAuditedOrganizationWithUserResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateAuditedOrganizationWithUserResponse) Validate ¶

Validate validates this associate audited organization with user response

type AssociateAuditedOrganizationWithUserResponseResource ¶

type AssociateAuditedOrganizationWithUserResponseResource struct {

	// entity
	Entity *AssociateAuditedOrganizationWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateAuditedOrganizationWithUserResponseResource associate audited organization with user response resource

swagger:model associateAuditedOrganizationWithUserResponseResource

func (*AssociateAuditedOrganizationWithUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateAuditedOrganizationWithUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateAuditedOrganizationWithUserResponseResource) Validate ¶

Validate validates this associate audited organization with user response resource

type AssociateAuditedSpaceWithUserResponse ¶

type AssociateAuditedSpaceWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateAuditedSpaceWithUserResponse associate audited space with user response

swagger:model associateAuditedSpaceWithUserResponse

func (*AssociateAuditedSpaceWithUserResponse) MarshalBinary ¶

func (m *AssociateAuditedSpaceWithUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateAuditedSpaceWithUserResponse) UnmarshalBinary ¶

func (m *AssociateAuditedSpaceWithUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateAuditedSpaceWithUserResponse) Validate ¶

Validate validates this associate audited space with user response

type AssociateAuditedSpaceWithUserResponseResource ¶

type AssociateAuditedSpaceWithUserResponseResource struct {

	// entity
	Entity *AssociateAuditedSpaceWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateAuditedSpaceWithUserResponseResource associate audited space with user response resource

swagger:model associateAuditedSpaceWithUserResponseResource

func (*AssociateAuditedSpaceWithUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateAuditedSpaceWithUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateAuditedSpaceWithUserResponseResource) Validate ¶

Validate validates this associate audited space with user response resource

type AssociateAuditorWithOrganizationResponse ¶

type AssociateAuditorWithOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

AssociateAuditorWithOrganizationResponse associate auditor with organization response

swagger:model associateAuditorWithOrganizationResponse

func (*AssociateAuditorWithOrganizationResponse) MarshalBinary ¶

func (m *AssociateAuditorWithOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateAuditorWithOrganizationResponse) UnmarshalBinary ¶

func (m *AssociateAuditorWithOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateAuditorWithOrganizationResponse) Validate ¶

Validate validates this associate auditor with organization response

type AssociateAuditorWithOrganizationResponseResource ¶

type AssociateAuditorWithOrganizationResponseResource struct {

	// entity
	Entity *AssociateAuditorWithOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateAuditorWithOrganizationResponseResource associate auditor with organization response resource

swagger:model associateAuditorWithOrganizationResponseResource

func (*AssociateAuditorWithOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateAuditorWithOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateAuditorWithOrganizationResponseResource) Validate ¶

Validate validates this associate auditor with organization response resource

type AssociateAuditorWithSpaceResponse ¶

type AssociateAuditorWithSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

AssociateAuditorWithSpaceResponse associate auditor with space response

swagger:model associateAuditorWithSpaceResponse

func (*AssociateAuditorWithSpaceResponse) MarshalBinary ¶

func (m *AssociateAuditorWithSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateAuditorWithSpaceResponse) UnmarshalBinary ¶

func (m *AssociateAuditorWithSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateAuditorWithSpaceResponse) Validate ¶

Validate validates this associate auditor with space response

type AssociateAuditorWithSpaceResponseResource ¶

type AssociateAuditorWithSpaceResponseResource struct {

	// entity
	Entity *AssociateAuditorWithSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateAuditorWithSpaceResponseResource associate auditor with space response resource

swagger:model associateAuditorWithSpaceResponseResource

func (*AssociateAuditorWithSpaceResponseResource) MarshalBinary ¶

func (m *AssociateAuditorWithSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateAuditorWithSpaceResponseResource) UnmarshalBinary ¶

func (m *AssociateAuditorWithSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateAuditorWithSpaceResponseResource) Validate ¶

Validate validates this associate auditor with space response resource

type AssociateBillingManagedOrganizationWithUserResponse ¶

type AssociateBillingManagedOrganizationWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateBillingManagedOrganizationWithUserResponse associate billing managed organization with user response

swagger:model associateBillingManagedOrganizationWithUserResponse

func (*AssociateBillingManagedOrganizationWithUserResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateBillingManagedOrganizationWithUserResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateBillingManagedOrganizationWithUserResponse) Validate ¶

Validate validates this associate billing managed organization with user response

type AssociateBillingManagedOrganizationWithUserResponseResource ¶

type AssociateBillingManagedOrganizationWithUserResponseResource struct {

	// entity
	Entity *AssociateBillingManagedOrganizationWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateBillingManagedOrganizationWithUserResponseResource associate billing managed organization with user response resource

swagger:model associateBillingManagedOrganizationWithUserResponseResource

func (*AssociateBillingManagedOrganizationWithUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateBillingManagedOrganizationWithUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateBillingManagedOrganizationWithUserResponseResource) Validate ¶

Validate validates this associate billing managed organization with user response resource

type AssociateBillingManagerWithOrganizationResponse ¶

type AssociateBillingManagerWithOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

AssociateBillingManagerWithOrganizationResponse associate billing manager with organization response

swagger:model associateBillingManagerWithOrganizationResponse

func (*AssociateBillingManagerWithOrganizationResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateBillingManagerWithOrganizationResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateBillingManagerWithOrganizationResponse) Validate ¶

Validate validates this associate billing manager with organization response

type AssociateBillingManagerWithOrganizationResponseResource ¶

type AssociateBillingManagerWithOrganizationResponseResource struct {

	// entity
	Entity *AssociateBillingManagerWithOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateBillingManagerWithOrganizationResponseResource associate billing manager with organization response resource

swagger:model associateBillingManagerWithOrganizationResponseResource

func (*AssociateBillingManagerWithOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateBillingManagerWithOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateBillingManagerWithOrganizationResponseResource) Validate ¶

Validate validates this associate billing manager with organization response resource

type AssociateDeveloperWithSpaceResponse ¶

type AssociateDeveloperWithSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

AssociateDeveloperWithSpaceResponse associate developer with space response

swagger:model associateDeveloperWithSpaceResponse

func (*AssociateDeveloperWithSpaceResponse) MarshalBinary ¶

func (m *AssociateDeveloperWithSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateDeveloperWithSpaceResponse) UnmarshalBinary ¶

func (m *AssociateDeveloperWithSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateDeveloperWithSpaceResponse) Validate ¶

Validate validates this associate developer with space response

type AssociateDeveloperWithSpaceResponseResource ¶

type AssociateDeveloperWithSpaceResponseResource struct {

	// entity
	Entity *AssociateDeveloperWithSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateDeveloperWithSpaceResponseResource associate developer with space response resource

swagger:model associateDeveloperWithSpaceResponseResource

func (*AssociateDeveloperWithSpaceResponseResource) MarshalBinary ¶

func (m *AssociateDeveloperWithSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateDeveloperWithSpaceResponseResource) UnmarshalBinary ¶

func (m *AssociateDeveloperWithSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateDeveloperWithSpaceResponseResource) Validate ¶

Validate validates this associate developer with space response resource

type AssociateManagedOrganizationWithUserResponse ¶

type AssociateManagedOrganizationWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateManagedOrganizationWithUserResponse associate managed organization with user response

swagger:model associateManagedOrganizationWithUserResponse

func (*AssociateManagedOrganizationWithUserResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateManagedOrganizationWithUserResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateManagedOrganizationWithUserResponse) Validate ¶

Validate validates this associate managed organization with user response

type AssociateManagedOrganizationWithUserResponseResource ¶

type AssociateManagedOrganizationWithUserResponseResource struct {

	// entity
	Entity *AssociateManagedOrganizationWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateManagedOrganizationWithUserResponseResource associate managed organization with user response resource

swagger:model associateManagedOrganizationWithUserResponseResource

func (*AssociateManagedOrganizationWithUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateManagedOrganizationWithUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateManagedOrganizationWithUserResponseResource) Validate ¶

Validate validates this associate managed organization with user response resource

type AssociateManagedSpaceWithUserResponse ¶

type AssociateManagedSpaceWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateManagedSpaceWithUserResponse associate managed space with user response

swagger:model associateManagedSpaceWithUserResponse

func (*AssociateManagedSpaceWithUserResponse) MarshalBinary ¶

func (m *AssociateManagedSpaceWithUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateManagedSpaceWithUserResponse) UnmarshalBinary ¶

func (m *AssociateManagedSpaceWithUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateManagedSpaceWithUserResponse) Validate ¶

Validate validates this associate managed space with user response

type AssociateManagedSpaceWithUserResponseResource ¶

type AssociateManagedSpaceWithUserResponseResource struct {

	// entity
	Entity *AssociateManagedSpaceWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateManagedSpaceWithUserResponseResource associate managed space with user response resource

swagger:model associateManagedSpaceWithUserResponseResource

func (*AssociateManagedSpaceWithUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateManagedSpaceWithUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateManagedSpaceWithUserResponseResource) Validate ¶

Validate validates this associate managed space with user response resource

type AssociateManagerWithOrganizationResponse ¶

type AssociateManagerWithOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

AssociateManagerWithOrganizationResponse associate manager with organization response

swagger:model associateManagerWithOrganizationResponse

func (*AssociateManagerWithOrganizationResponse) MarshalBinary ¶

func (m *AssociateManagerWithOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateManagerWithOrganizationResponse) UnmarshalBinary ¶

func (m *AssociateManagerWithOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateManagerWithOrganizationResponse) Validate ¶

Validate validates this associate manager with organization response

type AssociateManagerWithOrganizationResponseResource ¶

type AssociateManagerWithOrganizationResponseResource struct {

	// entity
	Entity *AssociateManagerWithOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateManagerWithOrganizationResponseResource associate manager with organization response resource

swagger:model associateManagerWithOrganizationResponseResource

func (*AssociateManagerWithOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateManagerWithOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateManagerWithOrganizationResponseResource) Validate ¶

Validate validates this associate manager with organization response resource

type AssociateManagerWithSpaceResponse ¶

type AssociateManagerWithSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

AssociateManagerWithSpaceResponse associate manager with space response

swagger:model associateManagerWithSpaceResponse

func (*AssociateManagerWithSpaceResponse) MarshalBinary ¶

func (m *AssociateManagerWithSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateManagerWithSpaceResponse) UnmarshalBinary ¶

func (m *AssociateManagerWithSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateManagerWithSpaceResponse) Validate ¶

Validate validates this associate manager with space response

type AssociateManagerWithSpaceResponseResource ¶

type AssociateManagerWithSpaceResponseResource struct {

	// entity
	Entity *AssociateManagerWithSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateManagerWithSpaceResponseResource associate manager with space response resource

swagger:model associateManagerWithSpaceResponseResource

func (*AssociateManagerWithSpaceResponseResource) MarshalBinary ¶

func (m *AssociateManagerWithSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateManagerWithSpaceResponseResource) UnmarshalBinary ¶

func (m *AssociateManagerWithSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateManagerWithSpaceResponseResource) Validate ¶

Validate validates this associate manager with space response resource

type AssociateOrganizationWithUserResponse ¶

type AssociateOrganizationWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateOrganizationWithUserResponse associate organization with user response

swagger:model associateOrganizationWithUserResponse

func (*AssociateOrganizationWithUserResponse) MarshalBinary ¶

func (m *AssociateOrganizationWithUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateOrganizationWithUserResponse) UnmarshalBinary ¶

func (m *AssociateOrganizationWithUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateOrganizationWithUserResponse) Validate ¶

Validate validates this associate organization with user response

type AssociateOrganizationWithUserResponseResource ¶

type AssociateOrganizationWithUserResponseResource struct {

	// entity
	Entity *AssociateOrganizationWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateOrganizationWithUserResponseResource associate organization with user response resource

swagger:model associateOrganizationWithUserResponseResource

func (*AssociateOrganizationWithUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateOrganizationWithUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateOrganizationWithUserResponseResource) Validate ¶

Validate validates this associate organization with user response resource

type AssociateRouteWithAppResponse ¶

type AssociateRouteWithAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

AssociateRouteWithAppResponse associate route with app response

swagger:model associateRouteWithAppResponse

func (*AssociateRouteWithAppResponse) MarshalBinary ¶

func (m *AssociateRouteWithAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateRouteWithAppResponse) UnmarshalBinary ¶

func (m *AssociateRouteWithAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateRouteWithAppResponse) Validate ¶

func (m *AssociateRouteWithAppResponse) Validate(formats strfmt.Registry) error

Validate validates this associate route with app response

type AssociateRouteWithAppResponseResource ¶

type AssociateRouteWithAppResponseResource struct {

	// entity
	Entity *AssociateRouteWithAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateRouteWithAppResponseResource associate route with app response resource

swagger:model associateRouteWithAppResponseResource

func (*AssociateRouteWithAppResponseResource) MarshalBinary ¶

func (m *AssociateRouteWithAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateRouteWithAppResponseResource) UnmarshalBinary ¶

func (m *AssociateRouteWithAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateRouteWithAppResponseResource) Validate ¶

Validate validates this associate route with app response resource

type AssociateSecurityGroupWithSpaceResponse ¶

type AssociateSecurityGroupWithSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

AssociateSecurityGroupWithSpaceResponse associate security group with space response

swagger:model associateSecurityGroupWithSpaceResponse

func (*AssociateSecurityGroupWithSpaceResponse) MarshalBinary ¶

func (m *AssociateSecurityGroupWithSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateSecurityGroupWithSpaceResponse) UnmarshalBinary ¶

func (m *AssociateSecurityGroupWithSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateSecurityGroupWithSpaceResponse) Validate ¶

Validate validates this associate security group with space response

type AssociateSecurityGroupWithSpaceResponseResource ¶

type AssociateSecurityGroupWithSpaceResponseResource struct {

	// entity
	Entity *AssociateSecurityGroupWithSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateSecurityGroupWithSpaceResponseResource associate security group with space response resource

swagger:model associateSecurityGroupWithSpaceResponseResource

func (*AssociateSecurityGroupWithSpaceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateSecurityGroupWithSpaceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateSecurityGroupWithSpaceResponseResource) Validate ¶

Validate validates this associate security group with space response resource

type AssociateSpaceWithSecurityGroupResponse ¶

type AssociateSpaceWithSecurityGroupResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

AssociateSpaceWithSecurityGroupResponse associate space with security group response

swagger:model associateSpaceWithSecurityGroupResponse

func (*AssociateSpaceWithSecurityGroupResponse) MarshalBinary ¶

func (m *AssociateSpaceWithSecurityGroupResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateSpaceWithSecurityGroupResponse) UnmarshalBinary ¶

func (m *AssociateSpaceWithSecurityGroupResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateSpaceWithSecurityGroupResponse) Validate ¶

Validate validates this associate space with security group response

type AssociateSpaceWithSecurityGroupResponseResource ¶

type AssociateSpaceWithSecurityGroupResponseResource struct {

	// entity
	Entity *AssociateSpaceWithSecurityGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateSpaceWithSecurityGroupResponseResource associate space with security group response resource

swagger:model associateSpaceWithSecurityGroupResponseResource

func (*AssociateSpaceWithSecurityGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateSpaceWithSecurityGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateSpaceWithSecurityGroupResponseResource) Validate ¶

Validate validates this associate space with security group response resource

type AssociateSpaceWithSpaceQuotaDefinitionResponse ¶

type AssociateSpaceWithSpaceQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

AssociateSpaceWithSpaceQuotaDefinitionResponse associate space with space quota definition response

swagger:model associateSpaceWithSpaceQuotaDefinitionResponse

func (*AssociateSpaceWithSpaceQuotaDefinitionResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateSpaceWithSpaceQuotaDefinitionResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateSpaceWithSpaceQuotaDefinitionResponse) Validate ¶

Validate validates this associate space with space quota definition response

type AssociateSpaceWithSpaceQuotaDefinitionResponseResource ¶

type AssociateSpaceWithSpaceQuotaDefinitionResponseResource struct {

	// entity
	Entity *AssociateSpaceWithSpaceQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateSpaceWithSpaceQuotaDefinitionResponseResource associate space with space quota definition response resource

swagger:model associateSpaceWithSpaceQuotaDefinitionResponseResource

func (*AssociateSpaceWithSpaceQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateSpaceWithSpaceQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateSpaceWithSpaceQuotaDefinitionResponseResource) Validate ¶

Validate validates this associate space with space quota definition response resource

type AssociateSpaceWithUserResponse ¶

type AssociateSpaceWithUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

AssociateSpaceWithUserResponse associate space with user response

swagger:model associateSpaceWithUserResponse

func (*AssociateSpaceWithUserResponse) MarshalBinary ¶

func (m *AssociateSpaceWithUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateSpaceWithUserResponse) UnmarshalBinary ¶

func (m *AssociateSpaceWithUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateSpaceWithUserResponse) Validate ¶

func (m *AssociateSpaceWithUserResponse) Validate(formats strfmt.Registry) error

Validate validates this associate space with user response

type AssociateSpaceWithUserResponseResource ¶

type AssociateSpaceWithUserResponseResource struct {

	// entity
	Entity *AssociateSpaceWithUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateSpaceWithUserResponseResource associate space with user response resource

swagger:model associateSpaceWithUserResponseResource

func (*AssociateSpaceWithUserResponseResource) MarshalBinary ¶

func (m *AssociateSpaceWithUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateSpaceWithUserResponseResource) UnmarshalBinary ¶

func (m *AssociateSpaceWithUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateSpaceWithUserResponseResource) Validate ¶

Validate validates this associate space with user response resource

type AssociateUserWithOrganizationResponse ¶

type AssociateUserWithOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

AssociateUserWithOrganizationResponse associate user with organization response

swagger:model associateUserWithOrganizationResponse

func (*AssociateUserWithOrganizationResponse) MarshalBinary ¶

func (m *AssociateUserWithOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AssociateUserWithOrganizationResponse) UnmarshalBinary ¶

func (m *AssociateUserWithOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AssociateUserWithOrganizationResponse) Validate ¶

Validate validates this associate user with organization response

type AssociateUserWithOrganizationResponseResource ¶

type AssociateUserWithOrganizationResponseResource struct {

	// entity
	Entity *AssociateUserWithOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

AssociateUserWithOrganizationResponseResource associate user with organization response resource

swagger:model associateUserWithOrganizationResponseResource

func (*AssociateUserWithOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*AssociateUserWithOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*AssociateUserWithOrganizationResponseResource) Validate ¶

Validate validates this associate user with organization response resource

type ChangePositionOfBuildpackRequest ¶

type ChangePositionOfBuildpackRequest struct {

	// Whether or not the buildpack will be used for staging
	Enabled GenericObject `json:"enabled,omitempty"`

	// The name of the uploaded buildpack file
	Filename GenericObject `json:"filename,omitempty"`

	// Whether or not the buildpack is locked to prevent updates
	Locked GenericObject `json:"locked,omitempty"`

	// The name of the buildpack. To be used by app buildpack field. (only alphanumeric characters)
	Name string `json:"name,omitempty"`

	// The order in which the buildpacks are checked during buildpack auto-detection.
	Position int64 `json:"position,omitempty"`
}

ChangePositionOfBuildpackRequest change position of buildpack request

swagger:model changePositionOfBuildpackRequest

func (*ChangePositionOfBuildpackRequest) MarshalBinary ¶

func (m *ChangePositionOfBuildpackRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChangePositionOfBuildpackRequest) UnmarshalBinary ¶

func (m *ChangePositionOfBuildpackRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChangePositionOfBuildpackRequest) Validate ¶

Validate validates this change position of buildpack request

type ChangePositionOfBuildpackResponse ¶

type ChangePositionOfBuildpackResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The filename
	Filename string `json:"filename,omitempty"`

	// The locked
	Locked bool `json:"locked,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The position
	Position int64 `json:"position,omitempty"`
}

ChangePositionOfBuildpackResponse change position of buildpack response

swagger:model changePositionOfBuildpackResponse

func (*ChangePositionOfBuildpackResponse) MarshalBinary ¶

func (m *ChangePositionOfBuildpackResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChangePositionOfBuildpackResponse) UnmarshalBinary ¶

func (m *ChangePositionOfBuildpackResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChangePositionOfBuildpackResponse) Validate ¶

Validate validates this change position of buildpack response

type ChangePositionOfBuildpackResponseResource ¶

type ChangePositionOfBuildpackResponseResource struct {

	// entity
	Entity *ChangePositionOfBuildpackResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ChangePositionOfBuildpackResponseResource change position of buildpack response resource

swagger:model changePositionOfBuildpackResponseResource

func (*ChangePositionOfBuildpackResponseResource) MarshalBinary ¶

func (m *ChangePositionOfBuildpackResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChangePositionOfBuildpackResponseResource) UnmarshalBinary ¶

func (m *ChangePositionOfBuildpackResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChangePositionOfBuildpackResponseResource) Validate ¶

Validate validates this change position of buildpack response resource

type CopyAppBitsForAppRequest ¶

type CopyAppBitsForAppRequest struct {

	// The guid for the source app
	SourceAppGUID string `json:"source_app_guid,omitempty"`
}

CopyAppBitsForAppRequest copy app bits for app request

swagger:model copyAppBitsForAppRequest

func (*CopyAppBitsForAppRequest) MarshalBinary ¶

func (m *CopyAppBitsForAppRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CopyAppBitsForAppRequest) UnmarshalBinary ¶

func (m *CopyAppBitsForAppRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CopyAppBitsForAppRequest) Validate ¶

func (m *CopyAppBitsForAppRequest) Validate(formats strfmt.Registry) error

Validate validates this copy app bits for app request

type CopyAppBitsForAppResponse ¶

type CopyAppBitsForAppResponse struct {

	// The guid
	GUID string `json:"guid,omitempty"`

	// The status
	Status string `json:"status,omitempty"`
}

CopyAppBitsForAppResponse copy app bits for app response

swagger:model copyAppBitsForAppResponse

func (*CopyAppBitsForAppResponse) MarshalBinary ¶

func (m *CopyAppBitsForAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CopyAppBitsForAppResponse) UnmarshalBinary ¶

func (m *CopyAppBitsForAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CopyAppBitsForAppResponse) Validate ¶

func (m *CopyAppBitsForAppResponse) Validate(formats strfmt.Registry) error

Validate validates this copy app bits for app response

type CopyAppBitsForAppResponseResource ¶

type CopyAppBitsForAppResponseResource struct {

	// entity
	Entity *CopyAppBitsForAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CopyAppBitsForAppResponseResource copy app bits for app response resource

swagger:model copyAppBitsForAppResponseResource

func (*CopyAppBitsForAppResponseResource) MarshalBinary ¶

func (m *CopyAppBitsForAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CopyAppBitsForAppResponseResource) UnmarshalBinary ¶

func (m *CopyAppBitsForAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CopyAppBitsForAppResponseResource) Validate ¶

Validate validates this copy app bits for app response resource

type CreateAppRequest ¶

type CreateAppRequest struct {

	// Buildpack to build the app. 3 options: a) Blank means autodetection; b) A Git Url pointing to a buildpack; c) Name of an installed buildpack.
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command to start an app after it is staged (e.g. 'rails s -p $PORT' or 'java com.org.Server $PORT').
	Command GenericObject `json:"command,omitempty"`

	// Open the console port for the app (at $CONSOLE_PORT).
	Console bool `json:"console,omitempty"`

	// Open the debug port for the app (at $DEBUG_PORT).
	Debug bool `json:"debug,omitempty"`

	// The command detected by the buildpack during staging.
	DetectedStartCommand GenericObject `json:"detected_start_command,omitempty"`

	// The maximum amount of disk available to an instance of an app. In megabytes.
	DiskQuota string `json:"disk_quota,omitempty"`

	// Name of the Docker image containing the app
	DockerImage string `json:"docker_image,omitempty"`

	// Key/value pairs of all the environment variables to run in your app. Does not include any system or service variables.
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// Timeout for health checking of an staged app when starting up
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// Type of health check to perform.
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The number of instances of the app to run. To ensure optimal availability ensure there are at least 2 instances.
	Instances string `json:"instances,omitempty"`

	// The amount of memory each instance should have. In megabytes.
	Memory string `json:"memory,omitempty"`

	// The name of the app.
	Name string `json:"name,omitempty"`

	// Deprecated.
	Production bool `json:"production,omitempty"`

	// The guid of the associated space.
	SpaceGUID string `json:"space_guid,omitempty"`

	// The guid of the associated stack.
	StackGUID string `json:"stack_guid,omitempty"`

	// The current desired state of the app. One of STOPPED or STARTED.
	State string `json:"state,omitempty"`
}

CreateAppRequest create app request

swagger:model createAppRequest

func (*CreateAppRequest) MarshalBinary ¶

func (m *CreateAppRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppRequest) UnmarshalBinary ¶

func (m *CreateAppRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppRequest) Validate ¶

func (m *CreateAppRequest) Validate(formats strfmt.Registry) error

Validate validates this create app request

type CreateAppResponse ¶

type CreateAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt GenericObject `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

CreateAppResponse create app response

swagger:model createAppResponse

func (*CreateAppResponse) MarshalBinary ¶

func (m *CreateAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppResponse) UnmarshalBinary ¶

func (m *CreateAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppResponse) Validate ¶

func (m *CreateAppResponse) Validate(formats strfmt.Registry) error

Validate validates this create app response

type CreateAppResponseResource ¶

type CreateAppResponseResource struct {

	// entity
	Entity *CreateAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateAppResponseResource create app response resource

swagger:model createAppResponseResource

func (*CreateAppResponseResource) MarshalBinary ¶

func (m *CreateAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAppResponseResource) UnmarshalBinary ¶

func (m *CreateAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAppResponseResource) Validate ¶

func (m *CreateAppResponseResource) Validate(formats strfmt.Registry) error

Validate validates this create app response resource

type CreateDockerAppExperimentalRequest ¶

type CreateDockerAppExperimentalRequest struct {

	// Buildpack to build the app. 3 options: a) Blank means autodetection; b) A Git Url pointing to a buildpack; c) Name of an installed buildpack.
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command to start an app after it is staged (e.g. 'rails s -p $PORT' or 'java com.org.Server $PORT').
	Command GenericObject `json:"command,omitempty"`

	// Open the console port for the app (at $CONSOLE_PORT).
	Console bool `json:"console,omitempty"`

	// Open the debug port for the app (at $DEBUG_PORT).
	Debug bool `json:"debug,omitempty"`

	// The command detected by the buildpack during staging.
	DetectedStartCommand GenericObject `json:"detected_start_command,omitempty"`

	// The maximum amount of disk available to an instance of an app. In megabytes.
	DiskQuota string `json:"disk_quota,omitempty"`

	// Name of the Docker image containing the app
	DockerImage string `json:"docker_image,omitempty"`

	// Key/value pairs of all the environment variables to run in your app. Does not include any system or service variables.
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// Timeout for health checking of an staged app when starting up
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// Type of health check to perform.
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The number of instances of the app to run. To ensure optimal availability ensure there are at least 2 instances.
	Instances string `json:"instances,omitempty"`

	// The amount of memory each instance should have. In megabytes.
	Memory string `json:"memory,omitempty"`

	// The name of the app.
	Name string `json:"name,omitempty"`

	// Deprecated.
	Production bool `json:"production,omitempty"`

	// The guid of the associated space.
	SpaceGUID string `json:"space_guid,omitempty"`

	// The guid of the associated stack.
	StackGUID string `json:"stack_guid,omitempty"`

	// The current desired state of the app. One of STOPPED or STARTED.
	State string `json:"state,omitempty"`
}

CreateDockerAppExperimentalRequest create docker app experimental request

swagger:model createDockerAppExperimentalRequest

func (*CreateDockerAppExperimentalRequest) MarshalBinary ¶

func (m *CreateDockerAppExperimentalRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateDockerAppExperimentalRequest) UnmarshalBinary ¶

func (m *CreateDockerAppExperimentalRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateDockerAppExperimentalRequest) Validate ¶

Validate validates this create docker app experimental request

type CreateDockerAppExperimentalResponse ¶

type CreateDockerAppExperimentalResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage string `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

CreateDockerAppExperimentalResponse create docker app experimental response

swagger:model createDockerAppExperimentalResponse

func (*CreateDockerAppExperimentalResponse) MarshalBinary ¶

func (m *CreateDockerAppExperimentalResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateDockerAppExperimentalResponse) UnmarshalBinary ¶

func (m *CreateDockerAppExperimentalResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateDockerAppExperimentalResponse) Validate ¶

Validate validates this create docker app experimental response

type CreateDockerAppExperimentalResponseResource ¶

type CreateDockerAppExperimentalResponseResource struct {

	// entity
	Entity *CreateDockerAppExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateDockerAppExperimentalResponseResource create docker app experimental response resource

swagger:model createDockerAppExperimentalResponseResource

func (*CreateDockerAppExperimentalResponseResource) MarshalBinary ¶

func (m *CreateDockerAppExperimentalResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateDockerAppExperimentalResponseResource) UnmarshalBinary ¶

func (m *CreateDockerAppExperimentalResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateDockerAppExperimentalResponseResource) Validate ¶

Validate validates this create docker app experimental response resource

type CreateOrganizationQuotaDefinitionRequest ¶

type CreateOrganizationQuotaDefinitionRequest struct {

	// The maximum amount of memory in megabyte an application instance can have. (-1 represents an unlimited amount)
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// How much memory in megabyte an organization can have.
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name for the Organization Quota Definition.
	Name string `json:"name,omitempty"`

	// If an organization can have non basic services
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// How many routes an organization can have.
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// How many services an organization can have.
	TotalServices int64 `json:"total_services,omitempty"`

	// If an organization can have a trial db.
	TrialDbAllowed GenericObject `json:"trial_db_allowed,omitempty"`
}

CreateOrganizationQuotaDefinitionRequest create organization quota definition request

swagger:model createOrganizationQuotaDefinitionRequest

func (*CreateOrganizationQuotaDefinitionRequest) MarshalBinary ¶

func (m *CreateOrganizationQuotaDefinitionRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationQuotaDefinitionRequest) UnmarshalBinary ¶

func (m *CreateOrganizationQuotaDefinitionRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationQuotaDefinitionRequest) Validate ¶

Validate validates this create organization quota definition request

type CreateOrganizationQuotaDefinitionResponse ¶

type CreateOrganizationQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`

	// The trial Db Allowed
	TrialDbAllowed bool `json:"trial_db_allowed,omitempty"`
}

CreateOrganizationQuotaDefinitionResponse create organization quota definition response

swagger:model createOrganizationQuotaDefinitionResponse

func (*CreateOrganizationQuotaDefinitionResponse) MarshalBinary ¶

func (m *CreateOrganizationQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *CreateOrganizationQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationQuotaDefinitionResponse) Validate ¶

Validate validates this create organization quota definition response

type CreateOrganizationQuotaDefinitionResponseResource ¶

type CreateOrganizationQuotaDefinitionResponseResource struct {

	// entity
	Entity *CreateOrganizationQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateOrganizationQuotaDefinitionResponseResource create organization quota definition response resource

swagger:model createOrganizationQuotaDefinitionResponseResource

func (*CreateOrganizationQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreateOrganizationQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreateOrganizationQuotaDefinitionResponseResource) Validate ¶

Validate validates this create organization quota definition response resource

type CreateOrganizationRequest ¶

type CreateOrganizationRequest struct {

	// If billing is enabled for this organization
	BillingEnabled GenericObject `json:"billing_enabled,omitempty"`

	// The name of the organization
	Name string `json:"name,omitempty"`

	// The guid of quota to associate with this organization
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// Status of the organization
	Status GenericObject `json:"status,omitempty"`
}

CreateOrganizationRequest create organization request

swagger:model createOrganizationRequest

func (*CreateOrganizationRequest) MarshalBinary ¶

func (m *CreateOrganizationRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationRequest) UnmarshalBinary ¶

func (m *CreateOrganizationRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationRequest) Validate ¶

func (m *CreateOrganizationRequest) Validate(formats strfmt.Registry) error

Validate validates this create organization request

type CreateOrganizationResponse ¶

type CreateOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

CreateOrganizationResponse create organization response

swagger:model createOrganizationResponse

func (*CreateOrganizationResponse) MarshalBinary ¶

func (m *CreateOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationResponse) UnmarshalBinary ¶

func (m *CreateOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationResponse) Validate ¶

func (m *CreateOrganizationResponse) Validate(formats strfmt.Registry) error

Validate validates this create organization response

type CreateOrganizationResponseResource ¶

type CreateOrganizationResponseResource struct {

	// entity
	Entity *CreateOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateOrganizationResponseResource create organization response resource

swagger:model createOrganizationResponseResource

func (*CreateOrganizationResponseResource) MarshalBinary ¶

func (m *CreateOrganizationResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationResponseResource) UnmarshalBinary ¶

func (m *CreateOrganizationResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationResponseResource) Validate ¶

Validate validates this create organization response resource

type CreatePrivateDomainOwnedByGivenOrganizationRequest ¶

type CreatePrivateDomainOwnedByGivenOrganizationRequest struct {

	// The guid of the domain.
	GUID string `json:"guid,omitempty"`

	// The name of the domain.
	Name string `json:"name,omitempty"`

	// The organization that owns the domain. If not specified the domain is shared.
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`
}

CreatePrivateDomainOwnedByGivenOrganizationRequest create private domain owned by given organization request

swagger:model createPrivateDomainOwnedByGivenOrganizationRequest

func (*CreatePrivateDomainOwnedByGivenOrganizationRequest) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatePrivateDomainOwnedByGivenOrganizationRequest) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatePrivateDomainOwnedByGivenOrganizationRequest) Validate ¶

Validate validates this create private domain owned by given organization request

type CreatePrivateDomainOwnedByGivenOrganizationResponse ¶

type CreatePrivateDomainOwnedByGivenOrganizationResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`
}

CreatePrivateDomainOwnedByGivenOrganizationResponse create private domain owned by given organization response

swagger:model createPrivateDomainOwnedByGivenOrganizationResponse

func (*CreatePrivateDomainOwnedByGivenOrganizationResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatePrivateDomainOwnedByGivenOrganizationResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatePrivateDomainOwnedByGivenOrganizationResponse) Validate ¶

Validate validates this create private domain owned by given organization response

type CreatePrivateDomainOwnedByGivenOrganizationResponseResource ¶

type CreatePrivateDomainOwnedByGivenOrganizationResponseResource struct {

	// entity
	Entity *CreatePrivateDomainOwnedByGivenOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreatePrivateDomainOwnedByGivenOrganizationResponseResource create private domain owned by given organization response resource

swagger:model createPrivateDomainOwnedByGivenOrganizationResponseResource

func (*CreatePrivateDomainOwnedByGivenOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatePrivateDomainOwnedByGivenOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatePrivateDomainOwnedByGivenOrganizationResponseResource) Validate ¶

Validate validates this create private domain owned by given organization response resource

type CreateRouteRequest ¶

type CreateRouteRequest struct {

	// The guid of the associated domain
	DomainGUID string `json:"domain_guid,omitempty"`

	// The guid of the route.
	GUID string `json:"guid,omitempty"`

	// The host portion of the route
	Host GenericObject `json:"host,omitempty"`

	// The guid of the associated space
	SpaceGUID string `json:"space_guid,omitempty"`
}

CreateRouteRequest create route request

swagger:model createRouteRequest

func (*CreateRouteRequest) MarshalBinary ¶

func (m *CreateRouteRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateRouteRequest) UnmarshalBinary ¶

func (m *CreateRouteRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateRouteRequest) Validate ¶

func (m *CreateRouteRequest) Validate(formats strfmt.Registry) error

Validate validates this create route request

type CreateRouteResponse ¶

type CreateRouteResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

CreateRouteResponse create route response

swagger:model createRouteResponse

func (*CreateRouteResponse) MarshalBinary ¶

func (m *CreateRouteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateRouteResponse) UnmarshalBinary ¶

func (m *CreateRouteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateRouteResponse) Validate ¶

func (m *CreateRouteResponse) Validate(formats strfmt.Registry) error

Validate validates this create route response

type CreateRouteResponseResource ¶

type CreateRouteResponseResource struct {

	// entity
	Entity *CreateRouteResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateRouteResponseResource create route response resource

swagger:model createRouteResponseResource

func (*CreateRouteResponseResource) MarshalBinary ¶

func (m *CreateRouteResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateRouteResponseResource) UnmarshalBinary ¶

func (m *CreateRouteResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateRouteResponseResource) Validate ¶

func (m *CreateRouteResponseResource) Validate(formats strfmt.Registry) error

Validate validates this create route response resource

type CreateSecurityGroupRequest ¶

type CreateSecurityGroupRequest struct {

	// The name of the security group.
	Name string `json:"name,omitempty"`

	// The egress rules for apps that belong to this security group. A rule consists of a protocol (tcp icmp udp all) destination CIDR or destination range  port or port range (tcp udp all) type (control signal for icmp) code (control signal for icmp)  log (enables logging for the egress rule)
	Rules []GenericObject `json:"rules"`

	// The list of associated spaces.
	SpaceGuids GenericObject `json:"space_guids,omitempty"`
}

CreateSecurityGroupRequest create security group request

swagger:model createSecurityGroupRequest

func (*CreateSecurityGroupRequest) MarshalBinary ¶

func (m *CreateSecurityGroupRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSecurityGroupRequest) UnmarshalBinary ¶

func (m *CreateSecurityGroupRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSecurityGroupRequest) Validate ¶

func (m *CreateSecurityGroupRequest) Validate(formats strfmt.Registry) error

Validate validates this create security group request

type CreateSecurityGroupResponse ¶

type CreateSecurityGroupResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

CreateSecurityGroupResponse create security group response

swagger:model createSecurityGroupResponse

func (*CreateSecurityGroupResponse) MarshalBinary ¶

func (m *CreateSecurityGroupResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSecurityGroupResponse) UnmarshalBinary ¶

func (m *CreateSecurityGroupResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSecurityGroupResponse) Validate ¶

func (m *CreateSecurityGroupResponse) Validate(formats strfmt.Registry) error

Validate validates this create security group response

type CreateSecurityGroupResponseResource ¶

type CreateSecurityGroupResponseResource struct {

	// entity
	Entity *CreateSecurityGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateSecurityGroupResponseResource create security group response resource

swagger:model createSecurityGroupResponseResource

func (*CreateSecurityGroupResponseResource) MarshalBinary ¶

func (m *CreateSecurityGroupResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSecurityGroupResponseResource) UnmarshalBinary ¶

func (m *CreateSecurityGroupResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSecurityGroupResponseResource) Validate ¶

Validate validates this create security group response resource

type CreateServiceBindingRequest ¶

type CreateServiceBindingRequest struct {

	// The guid of the app to bind
	AppGUID string `json:"app_guid,omitempty"`

	// A hash of options that are passed to v1 brokers
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The guid of the service instance to bind
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`
}

CreateServiceBindingRequest create service binding request

swagger:model createServiceBindingRequest

func (*CreateServiceBindingRequest) MarshalBinary ¶

func (m *CreateServiceBindingRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceBindingRequest) UnmarshalBinary ¶

func (m *CreateServiceBindingRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceBindingRequest) Validate ¶

func (m *CreateServiceBindingRequest) Validate(formats strfmt.Registry) error

Validate validates this create service binding request

type CreateServiceBindingResponse ¶

type CreateServiceBindingResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Url
	AppURL string `json:"app_url,omitempty"`

	// The binding Options
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The gateway Name
	GatewayName string `json:"gateway_name,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Url
	ServiceInstanceURL string `json:"service_instance_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL GenericObject `json:"syslog_drain_url,omitempty"`
}

CreateServiceBindingResponse create service binding response

swagger:model createServiceBindingResponse

func (*CreateServiceBindingResponse) MarshalBinary ¶

func (m *CreateServiceBindingResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceBindingResponse) UnmarshalBinary ¶

func (m *CreateServiceBindingResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceBindingResponse) Validate ¶

func (m *CreateServiceBindingResponse) Validate(formats strfmt.Registry) error

Validate validates this create service binding response

type CreateServiceBindingResponseResource ¶

type CreateServiceBindingResponseResource struct {

	// entity
	Entity *CreateServiceBindingResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateServiceBindingResponseResource create service binding response resource

swagger:model createServiceBindingResponseResource

func (*CreateServiceBindingResponseResource) MarshalBinary ¶

func (m *CreateServiceBindingResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceBindingResponseResource) UnmarshalBinary ¶

func (m *CreateServiceBindingResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceBindingResponseResource) Validate ¶

Validate validates this create service binding response resource

type CreateServiceBrokerRequest ¶

type CreateServiceBrokerRequest struct {

	// The password with which to authenticate against the service broker.
	AuthPassword string `json:"auth_password,omitempty"`

	// The username with which to authenticate against the service broker.
	AuthUsername string `json:"auth_username,omitempty"`

	// The URL of the service broker.
	BrokerURL string `json:"broker_url,omitempty"`

	// The name of the service broker.
	Name string `json:"name,omitempty"`
}

CreateServiceBrokerRequest create service broker request

swagger:model createServiceBrokerRequest

func (*CreateServiceBrokerRequest) MarshalBinary ¶

func (m *CreateServiceBrokerRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceBrokerRequest) UnmarshalBinary ¶

func (m *CreateServiceBrokerRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceBrokerRequest) Validate ¶

func (m *CreateServiceBrokerRequest) Validate(formats strfmt.Registry) error

Validate validates this create service broker request

type CreateServiceBrokerResponse ¶

type CreateServiceBrokerResponse struct {

	// The auth Username
	AuthUsername string `json:"auth_username,omitempty"`

	// The broker Url
	BrokerURL string `json:"broker_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`
}

CreateServiceBrokerResponse create service broker response

swagger:model createServiceBrokerResponse

func (*CreateServiceBrokerResponse) MarshalBinary ¶

func (m *CreateServiceBrokerResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceBrokerResponse) UnmarshalBinary ¶

func (m *CreateServiceBrokerResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceBrokerResponse) Validate ¶

func (m *CreateServiceBrokerResponse) Validate(formats strfmt.Registry) error

Validate validates this create service broker response

type CreateServiceBrokerResponseResource ¶

type CreateServiceBrokerResponseResource struct {

	// entity
	Entity *CreateServiceBrokerResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateServiceBrokerResponseResource create service broker response resource

swagger:model createServiceBrokerResponseResource

func (*CreateServiceBrokerResponseResource) MarshalBinary ¶

func (m *CreateServiceBrokerResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceBrokerResponseResource) UnmarshalBinary ¶

func (m *CreateServiceBrokerResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceBrokerResponseResource) Validate ¶

Validate validates this create service broker response resource

type CreateServiceDeprecatedRequest ¶

type CreateServiceDeprecatedRequest struct {

	// A boolean describing that the service can be provisioned by users
	Active GenericObject `json:"active,omitempty"`

	// A boolean describing that the service can be bound to applications
	Bindable GenericObject `json:"bindable,omitempty"`

	// A short blurb describing the service
	Description string `json:"description,omitempty"`

	// A url that points to a documentation page for the service
	DocumentationURL string `json:"documentation_url,omitempty"`

	// A JSON field with extra data pertaining to the service
	Extra string `json:"extra,omitempty"`

	// The guid of the service
	GUID string `json:"guid,omitempty"`

	// A url that points to an info page for the service
	InfoURL string `json:"info_url,omitempty"`

	// The name of the service
	Label string `json:"label,omitempty"`

	// A longer description of the service
	LongDescription string `json:"long_description,omitempty"`

	// The name of the service provider (used only by v1 service gateways)
	Provider string `json:"provider,omitempty"`

	// A list of dependencies for services
	Requires string `json:"requires,omitempty"`

	// The guid of the v2 service broker associated with the service
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// A list of tags for the service
	Tags string `json:"tags,omitempty"`

	// A timeout used by the v1 service gateway client
	Timeout GenericObject `json:"timeout,omitempty"`

	// A guid that identifies the service with the broker (not the same as the guid above)
	UniqueID GenericObject `json:"unique_id,omitempty"`

	// The url of ther service provider (used only by v1 service gateways)
	URL string `json:"url,omitempty"`

	// The version of the service (used only by v1 service gateways)
	Version string `json:"version,omitempty"`
}

CreateServiceDeprecatedRequest create service deprecated request

swagger:model createServiceDeprecatedRequest

func (*CreateServiceDeprecatedRequest) MarshalBinary ¶

func (m *CreateServiceDeprecatedRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceDeprecatedRequest) UnmarshalBinary ¶

func (m *CreateServiceDeprecatedRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceDeprecatedRequest) Validate ¶

func (m *CreateServiceDeprecatedRequest) Validate(formats strfmt.Registry) error

Validate validates this create service deprecated request

type CreateServiceDeprecatedResponse ¶

type CreateServiceDeprecatedResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The bindable
	Bindable bool `json:"bindable,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The documentation Url
	DocumentationURL GenericObject `json:"documentation_url,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The info Url
	InfoURL GenericObject `json:"info_url,omitempty"`

	// The label
	Label string `json:"label,omitempty"`

	// The long Description
	LongDescription GenericObject `json:"long_description,omitempty"`

	// The plan Updateable
	PlanUpdateable bool `json:"plan_updateable,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`

	// The requires
	Requires []GenericObject `json:"requires"`

	// The service Broker Guid
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// The service Plans Url
	ServicePlansURL string `json:"service_plans_url,omitempty"`

	// The tags
	Tags []GenericObject `json:"tags"`

	// The unique Id
	UniqueID GenericObject `json:"unique_id,omitempty"`

	// The url
	URL string `json:"url,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

CreateServiceDeprecatedResponse create service deprecated response

swagger:model createServiceDeprecatedResponse

func (*CreateServiceDeprecatedResponse) MarshalBinary ¶

func (m *CreateServiceDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceDeprecatedResponse) UnmarshalBinary ¶

func (m *CreateServiceDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceDeprecatedResponse) Validate ¶

Validate validates this create service deprecated response

type CreateServiceDeprecatedResponseResource ¶

type CreateServiceDeprecatedResponseResource struct {

	// entity
	Entity *CreateServiceDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateServiceDeprecatedResponseResource create service deprecated response resource

swagger:model createServiceDeprecatedResponseResource

func (*CreateServiceDeprecatedResponseResource) MarshalBinary ¶

func (m *CreateServiceDeprecatedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceDeprecatedResponseResource) UnmarshalBinary ¶

func (m *CreateServiceDeprecatedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceDeprecatedResponseResource) Validate ¶

Validate validates this create service deprecated response resource

type CreateServiceInstanceRequest ¶

type CreateServiceInstanceRequest struct {

	// Configuration information for the broker gateway in v1 services
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// A name for the service instance
	Name string `json:"name,omitempty"`

	// The guid of the service plan to associate with the instance
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The guid of the space in which the instance will be created
	SpaceGUID string `json:"space_guid,omitempty"`
}

CreateServiceInstanceRequest create service instance request

swagger:model createServiceInstanceRequest

func (*CreateServiceInstanceRequest) MarshalBinary ¶

func (m *CreateServiceInstanceRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceInstanceRequest) UnmarshalBinary ¶

func (m *CreateServiceInstanceRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceInstanceRequest) Validate ¶

func (m *CreateServiceInstanceRequest) Validate(formats strfmt.Registry) error

Validate validates this create service instance request

type CreateServiceInstanceResponse ¶

type CreateServiceInstanceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The dashboard Url
	DashboardURL string `json:"dashboard_url,omitempty"`

	// The gateway Data
	GatewayData string `json:"gateway_data,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

CreateServiceInstanceResponse create service instance response

swagger:model createServiceInstanceResponse

func (*CreateServiceInstanceResponse) MarshalBinary ¶

func (m *CreateServiceInstanceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceInstanceResponse) UnmarshalBinary ¶

func (m *CreateServiceInstanceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceInstanceResponse) Validate ¶

func (m *CreateServiceInstanceResponse) Validate(formats strfmt.Registry) error

Validate validates this create service instance response

type CreateServiceInstanceResponseResource ¶

type CreateServiceInstanceResponseResource struct {

	// entity
	Entity *CreateServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateServiceInstanceResponseResource create service instance response resource

swagger:model createServiceInstanceResponseResource

func (*CreateServiceInstanceResponseResource) MarshalBinary ¶

func (m *CreateServiceInstanceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServiceInstanceResponseResource) UnmarshalBinary ¶

func (m *CreateServiceInstanceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServiceInstanceResponseResource) Validate ¶

Validate validates this create service instance response resource

type CreateServicePlanDeprecatedRequest ¶

type CreateServicePlanDeprecatedRequest struct {

	// A boolean that determines whether plans can be used to create new instances.
	Active bool `json:"active,omitempty"`

	// A description of the service plan
	Description string `json:"description,omitempty"`

	// A JSON string with additional data about the plan
	Extra string `json:"extra,omitempty"`

	// A boolean describing if the service plan is free
	Free bool `json:"free,omitempty"`

	// The guid of the service plan
	GUID string `json:"guid,omitempty"`

	// The name of the service plan
	Name string `json:"name,omitempty"`

	// A boolean describing that the plan is visible to the all users
	Public GenericObject `json:"public,omitempty"`

	// The guid of the related service
	ServiceGUID string `json:"service_guid,omitempty"`

	// A guid for the service plan in the service broker (not the same as the cloud controller guid)
	UniqueID GenericObject `json:"unique_id,omitempty"`
}

CreateServicePlanDeprecatedRequest create service plan deprecated request

swagger:model createServicePlanDeprecatedRequest

func (*CreateServicePlanDeprecatedRequest) MarshalBinary ¶

func (m *CreateServicePlanDeprecatedRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServicePlanDeprecatedRequest) UnmarshalBinary ¶

func (m *CreateServicePlanDeprecatedRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServicePlanDeprecatedRequest) Validate ¶

Validate validates this create service plan deprecated request

type CreateServicePlanDeprecatedResponse ¶

type CreateServicePlanDeprecatedResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The free
	Free bool `json:"free,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The public
	Public bool `json:"public,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The service Url
	ServiceURL string `json:"service_url,omitempty"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`
}

CreateServicePlanDeprecatedResponse create service plan deprecated response

swagger:model createServicePlanDeprecatedResponse

func (*CreateServicePlanDeprecatedResponse) MarshalBinary ¶

func (m *CreateServicePlanDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServicePlanDeprecatedResponse) UnmarshalBinary ¶

func (m *CreateServicePlanDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServicePlanDeprecatedResponse) Validate ¶

Validate validates this create service plan deprecated response

type CreateServicePlanDeprecatedResponseResource ¶

type CreateServicePlanDeprecatedResponseResource struct {

	// entity
	Entity *CreateServicePlanDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateServicePlanDeprecatedResponseResource create service plan deprecated response resource

swagger:model createServicePlanDeprecatedResponseResource

func (*CreateServicePlanDeprecatedResponseResource) MarshalBinary ¶

func (m *CreateServicePlanDeprecatedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServicePlanDeprecatedResponseResource) UnmarshalBinary ¶

func (m *CreateServicePlanDeprecatedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServicePlanDeprecatedResponseResource) Validate ¶

Validate validates this create service plan deprecated response resource

type CreateServicePlanVisibilityRequest ¶

type CreateServicePlanVisibilityRequest struct {

	// The guid of the organization the plan will be visible to
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The guid of the plan that will be made visible
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`
}

CreateServicePlanVisibilityRequest create service plan visibility request

swagger:model createServicePlanVisibilityRequest

func (*CreateServicePlanVisibilityRequest) MarshalBinary ¶

func (m *CreateServicePlanVisibilityRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServicePlanVisibilityRequest) UnmarshalBinary ¶

func (m *CreateServicePlanVisibilityRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServicePlanVisibilityRequest) Validate ¶

Validate validates this create service plan visibility request

type CreateServicePlanVisibilityResponse ¶

type CreateServicePlanVisibilityResponse struct {

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`
}

CreateServicePlanVisibilityResponse create service plan visibility response

swagger:model createServicePlanVisibilityResponse

func (*CreateServicePlanVisibilityResponse) MarshalBinary ¶

func (m *CreateServicePlanVisibilityResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServicePlanVisibilityResponse) UnmarshalBinary ¶

func (m *CreateServicePlanVisibilityResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServicePlanVisibilityResponse) Validate ¶

Validate validates this create service plan visibility response

type CreateServicePlanVisibilityResponseResource ¶

type CreateServicePlanVisibilityResponseResource struct {

	// entity
	Entity *CreateServicePlanVisibilityResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateServicePlanVisibilityResponseResource create service plan visibility response resource

swagger:model createServicePlanVisibilityResponseResource

func (*CreateServicePlanVisibilityResponseResource) MarshalBinary ¶

func (m *CreateServicePlanVisibilityResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateServicePlanVisibilityResponseResource) UnmarshalBinary ¶

func (m *CreateServicePlanVisibilityResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateServicePlanVisibilityResponseResource) Validate ¶

Validate validates this create service plan visibility response resource

type CreateSharedDomainRequest ¶

type CreateSharedDomainRequest struct {

	// The guid of the domain.
	GUID string `json:"guid,omitempty"`

	// The name of the domain.
	Name string `json:"name,omitempty"`
}

CreateSharedDomainRequest create shared domain request

swagger:model createSharedDomainRequest

func (*CreateSharedDomainRequest) MarshalBinary ¶

func (m *CreateSharedDomainRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSharedDomainRequest) UnmarshalBinary ¶

func (m *CreateSharedDomainRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSharedDomainRequest) Validate ¶

func (m *CreateSharedDomainRequest) Validate(formats strfmt.Registry) error

Validate validates this create shared domain request

type CreateSharedDomainResponse ¶

type CreateSharedDomainResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

CreateSharedDomainResponse create shared domain response

swagger:model createSharedDomainResponse

func (*CreateSharedDomainResponse) MarshalBinary ¶

func (m *CreateSharedDomainResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSharedDomainResponse) UnmarshalBinary ¶

func (m *CreateSharedDomainResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSharedDomainResponse) Validate ¶

func (m *CreateSharedDomainResponse) Validate(formats strfmt.Registry) error

Validate validates this create shared domain response

type CreateSharedDomainResponseResource ¶

type CreateSharedDomainResponseResource struct {

	// entity
	Entity *CreateSharedDomainResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateSharedDomainResponseResource create shared domain response resource

swagger:model createSharedDomainResponseResource

func (*CreateSharedDomainResponseResource) MarshalBinary ¶

func (m *CreateSharedDomainResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSharedDomainResponseResource) UnmarshalBinary ¶

func (m *CreateSharedDomainResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSharedDomainResponseResource) Validate ¶

Validate validates this create shared domain response resource

type CreateSpaceQuotaDefinitionRequest ¶

type CreateSpaceQuotaDefinitionRequest struct {

	// The maximum amount of memory in megabytes an application instance can have. (-1 represents an unlimited amount)
	InstanceMemoryLimit string `json:"instance_memory_limit,omitempty"`

	// How much memory in megabytes a space can have.
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name for the Space Quota Definition.
	Name string `json:"name,omitempty"`

	// If a space can have non basic services
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The owning organization of the space quota
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// How many routes a space can have.
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// How many services a space can have.
	TotalServices int64 `json:"total_services,omitempty"`
}

CreateSpaceQuotaDefinitionRequest create space quota definition request

swagger:model createSpaceQuotaDefinitionRequest

func (*CreateSpaceQuotaDefinitionRequest) MarshalBinary ¶

func (m *CreateSpaceQuotaDefinitionRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSpaceQuotaDefinitionRequest) UnmarshalBinary ¶

func (m *CreateSpaceQuotaDefinitionRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSpaceQuotaDefinitionRequest) Validate ¶

Validate validates this create space quota definition request

type CreateSpaceQuotaDefinitionResponse ¶

type CreateSpaceQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

CreateSpaceQuotaDefinitionResponse create space quota definition response

swagger:model createSpaceQuotaDefinitionResponse

func (*CreateSpaceQuotaDefinitionResponse) MarshalBinary ¶

func (m *CreateSpaceQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSpaceQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *CreateSpaceQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSpaceQuotaDefinitionResponse) Validate ¶

Validate validates this create space quota definition response

type CreateSpaceQuotaDefinitionResponseResource ¶

type CreateSpaceQuotaDefinitionResponseResource struct {

	// entity
	Entity *CreateSpaceQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateSpaceQuotaDefinitionResponseResource create space quota definition response resource

swagger:model createSpaceQuotaDefinitionResponseResource

func (*CreateSpaceQuotaDefinitionResponseResource) MarshalBinary ¶

func (m *CreateSpaceQuotaDefinitionResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSpaceQuotaDefinitionResponseResource) UnmarshalBinary ¶

func (m *CreateSpaceQuotaDefinitionResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSpaceQuotaDefinitionResponseResource) Validate ¶

Validate validates this create space quota definition response resource

type CreateSpaceRequest ¶

type CreateSpaceRequest struct {

	// The list of the associated auditors
	AuditorGuids GenericObject `json:"auditor_guids,omitempty"`

	// The list of the associated developers
	DeveloperGuids GenericObject `json:"developer_guids,omitempty"`

	// The list of the associated domains
	DomainGuids GenericObject `json:"domain_guids,omitempty"`

	// The list of the associated managers
	ManagerGuids GenericObject `json:"manager_guids,omitempty"`

	// The name of the space
	Name string `json:"name,omitempty"`

	// The guid of the associated organization
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The list of the associated security groups
	SecurityGroupGuids GenericObject `json:"security_group_guids,omitempty"`

	// The guid of the associated space quota definition
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

CreateSpaceRequest create space request

swagger:model createSpaceRequest

func (*CreateSpaceRequest) MarshalBinary ¶

func (m *CreateSpaceRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSpaceRequest) UnmarshalBinary ¶

func (m *CreateSpaceRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSpaceRequest) Validate ¶

func (m *CreateSpaceRequest) Validate(formats strfmt.Registry) error

Validate validates this create space request

type CreateSpaceResponse ¶

type CreateSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

CreateSpaceResponse create space response

swagger:model createSpaceResponse

func (*CreateSpaceResponse) MarshalBinary ¶

func (m *CreateSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSpaceResponse) UnmarshalBinary ¶

func (m *CreateSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSpaceResponse) Validate ¶

func (m *CreateSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this create space response

type CreateSpaceResponseResource ¶

type CreateSpaceResponseResource struct {

	// entity
	Entity *CreateSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateSpaceResponseResource create space response resource

swagger:model createSpaceResponseResource

func (*CreateSpaceResponseResource) MarshalBinary ¶

func (m *CreateSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateSpaceResponseResource) UnmarshalBinary ¶

func (m *CreateSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateSpaceResponseResource) Validate ¶

func (m *CreateSpaceResponseResource) Validate(formats strfmt.Registry) error

Validate validates this create space response resource

type CreateUserProvidedServiceInstanceRequest ¶

type CreateUserProvidedServiceInstanceRequest struct {

	// A hash that can be used to store credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// A name for the service instance
	Name string `json:"name,omitempty"`

	// The guid of the space in which the instance will be created
	SpaceGUID string `json:"space_guid,omitempty"`

	// The url for the syslog_drain to direct to
	SyslogDrainURL string `json:"syslog_drain_url,omitempty"`
}

CreateUserProvidedServiceInstanceRequest create user provided service instance request

swagger:model createUserProvidedServiceInstanceRequest

func (*CreateUserProvidedServiceInstanceRequest) MarshalBinary ¶

func (m *CreateUserProvidedServiceInstanceRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateUserProvidedServiceInstanceRequest) UnmarshalBinary ¶

func (m *CreateUserProvidedServiceInstanceRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateUserProvidedServiceInstanceRequest) Validate ¶

Validate validates this create user provided service instance request

type CreateUserProvidedServiceInstanceResponse ¶

type CreateUserProvidedServiceInstanceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL string `json:"syslog_drain_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

CreateUserProvidedServiceInstanceResponse create user provided service instance response

swagger:model createUserProvidedServiceInstanceResponse

func (*CreateUserProvidedServiceInstanceResponse) MarshalBinary ¶

func (m *CreateUserProvidedServiceInstanceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateUserProvidedServiceInstanceResponse) UnmarshalBinary ¶

func (m *CreateUserProvidedServiceInstanceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateUserProvidedServiceInstanceResponse) Validate ¶

Validate validates this create user provided service instance response

type CreateUserProvidedServiceInstanceResponseResource ¶

type CreateUserProvidedServiceInstanceResponseResource struct {

	// entity
	Entity *CreateUserProvidedServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateUserProvidedServiceInstanceResponseResource create user provided service instance response resource

swagger:model createUserProvidedServiceInstanceResponseResource

func (*CreateUserProvidedServiceInstanceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreateUserProvidedServiceInstanceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreateUserProvidedServiceInstanceResponseResource) Validate ¶

Validate validates this create user provided service instance response resource

type CreateUserRequest ¶

type CreateUserRequest struct {

	// Whether the user is an admin (Use UAA instead).
	Admin GenericObject `json:"admin,omitempty"`

	// The guid of the default space for apps created by this user.
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The UAA guid of the user to create.
	GUID string `json:"guid,omitempty"`
}

CreateUserRequest create user request

swagger:model createUserRequest

func (*CreateUserRequest) MarshalBinary ¶

func (m *CreateUserRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateUserRequest) UnmarshalBinary ¶

func (m *CreateUserRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateUserRequest) Validate ¶

func (m *CreateUserRequest) Validate(formats strfmt.Registry) error

Validate validates this create user request

type CreateUserResponse ¶

type CreateUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

CreateUserResponse create user response

swagger:model createUserResponse

func (*CreateUserResponse) MarshalBinary ¶

func (m *CreateUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateUserResponse) UnmarshalBinary ¶

func (m *CreateUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateUserResponse) Validate ¶

func (m *CreateUserResponse) Validate(formats strfmt.Registry) error

Validate validates this create user response

type CreateUserResponseResource ¶

type CreateUserResponseResource struct {

	// entity
	Entity *CreateUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreateUserResponseResource create user response resource

swagger:model createUserResponseResource

func (*CreateUserResponseResource) MarshalBinary ¶

func (m *CreateUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateUserResponseResource) UnmarshalBinary ¶

func (m *CreateUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateUserResponseResource) Validate ¶

func (m *CreateUserResponseResource) Validate(formats strfmt.Registry) error

Validate validates this create user response resource

type CreatesAdminBuildpackRequest ¶

type CreatesAdminBuildpackRequest struct {

	// Whether or not the buildpack will be used for staging
	Enabled GenericObject `json:"enabled,omitempty"`

	// The name of the uploaded buildpack file
	Filename GenericObject `json:"filename,omitempty"`

	// Whether or not the buildpack is locked to prevent updates
	Locked GenericObject `json:"locked,omitempty"`

	// The name of the buildpack. To be used by app buildpack field. (only alphanumeric characters)
	Name string `json:"name,omitempty"`

	// The order in which the buildpacks are checked during buildpack auto-detection.
	Position GenericObject `json:"position,omitempty"`
}

CreatesAdminBuildpackRequest creates admin buildpack request

swagger:model createsAdminBuildpackRequest

func (*CreatesAdminBuildpackRequest) MarshalBinary ¶

func (m *CreatesAdminBuildpackRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesAdminBuildpackRequest) UnmarshalBinary ¶

func (m *CreatesAdminBuildpackRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesAdminBuildpackRequest) Validate ¶

func (m *CreatesAdminBuildpackRequest) Validate(formats strfmt.Registry) error

Validate validates this creates admin buildpack request

type CreatesAdminBuildpackResponse ¶

type CreatesAdminBuildpackResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The filename
	Filename GenericObject `json:"filename,omitempty"`

	// The locked
	Locked bool `json:"locked,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The position
	Position int64 `json:"position,omitempty"`
}

CreatesAdminBuildpackResponse creates admin buildpack response

swagger:model createsAdminBuildpackResponse

func (*CreatesAdminBuildpackResponse) MarshalBinary ¶

func (m *CreatesAdminBuildpackResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesAdminBuildpackResponse) UnmarshalBinary ¶

func (m *CreatesAdminBuildpackResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesAdminBuildpackResponse) Validate ¶

func (m *CreatesAdminBuildpackResponse) Validate(formats strfmt.Registry) error

Validate validates this creates admin buildpack response

type CreatesAdminBuildpackResponseResource ¶

type CreatesAdminBuildpackResponseResource struct {

	// entity
	Entity *CreatesAdminBuildpackResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreatesAdminBuildpackResponseResource creates admin buildpack response resource

swagger:model createsAdminBuildpackResponseResource

func (*CreatesAdminBuildpackResponseResource) MarshalBinary ¶

func (m *CreatesAdminBuildpackResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesAdminBuildpackResponseResource) UnmarshalBinary ¶

func (m *CreatesAdminBuildpackResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesAdminBuildpackResponseResource) Validate ¶

Validate validates this creates admin buildpack response resource

type CreatesDomainOwnedByGivenOrganizationDeprecatedRequest ¶

type CreatesDomainOwnedByGivenOrganizationDeprecatedRequest struct {

	// The guid of the domain.
	GUID string `json:"guid,omitempty"`

	// The name of the domain.
	Name string `json:"name,omitempty"`

	// The organization that owns the domain. If not specified the domain is shared.
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// Allow routes with non-empty hosts
	Wildcard bool `json:"wildcard,omitempty"`
}

CreatesDomainOwnedByGivenOrganizationDeprecatedRequest creates domain owned by given organization deprecated request

swagger:model createsDomainOwnedByGivenOrganizationDeprecatedRequest

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedRequest) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedRequest) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedRequest) Validate ¶

Validate validates this creates domain owned by given organization deprecated request

type CreatesDomainOwnedByGivenOrganizationDeprecatedResponse ¶

type CreatesDomainOwnedByGivenOrganizationDeprecatedResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

CreatesDomainOwnedByGivenOrganizationDeprecatedResponse creates domain owned by given organization deprecated response

swagger:model createsDomainOwnedByGivenOrganizationDeprecatedResponse

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedResponse) Validate ¶

Validate validates this creates domain owned by given organization deprecated response

type CreatesDomainOwnedByGivenOrganizationDeprecatedResponseResource ¶

type CreatesDomainOwnedByGivenOrganizationDeprecatedResponseResource struct {

	// entity
	Entity *CreatesDomainOwnedByGivenOrganizationDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreatesDomainOwnedByGivenOrganizationDeprecatedResponseResource creates domain owned by given organization deprecated response resource

swagger:model createsDomainOwnedByGivenOrganizationDeprecatedResponseResource

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedResponseResource) Validate ¶

Validate validates this creates domain owned by given organization deprecated response resource

type CreatesOAuthTokenRequest ¶

type CreatesOAuthTokenRequest struct {

	// A unique string representing the registration information provided by the client, the recipient of the token. Optional if it is passed as part of the Basic Authorization header.
	ClientID string `json:"client_id,omitempty"`

	// The secret passphrase configured for the OAuth client. Optional if it is passed as part of the Basic Authorization header.
	ClientSecret string `json:"client_secret,omitempty"`

	// The authorization code, obtained from /oauth/authorize, issued for the user
	// Required: true
	Code *string `json:"code"`

	// The type of authentication being used to obtain the token, in this case authorization_code
	// Required: true
	GrantType *string `json:"grant_type"`

	// Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied)
	RedirectURI string `json:"redirect_uri,omitempty"`

	// Can be set to opaque to retrieve an opaque and revocable token or to jwt to retrieve a JWT token. If not set the zone setting config.tokenPolicy.jwtRevocable is used.
	TokenFormat string `json:"token_format,omitempty"`
}

CreatesOAuthTokenRequest creates o auth token request

swagger:model createsOAuthTokenRequest

func (*CreatesOAuthTokenRequest) MarshalBinary ¶

func (m *CreatesOAuthTokenRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesOAuthTokenRequest) UnmarshalBinary ¶

func (m *CreatesOAuthTokenRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesOAuthTokenRequest) Validate ¶

func (m *CreatesOAuthTokenRequest) Validate(formats strfmt.Registry) error

Validate validates this creates o auth token request

type CreatesOAuthTokenResponse ¶

type CreatesOAuthTokenResponse struct {

	// An OAuth2 access token. When token_format=opaque is requested this value will be a random string that can only be validated using the UAA's /check_token or /introspect endpoints. When token_format=jwt is requested, this token will be a JSON Web Token suitable for offline validation by OAuth2 Resource Servers.
	AccessToken string `json:"access_token,omitempty"`

	// The number of seconds until the access token expires.
	ExpiresIn int64 `json:"expires_in,omitempty"`

	// An OpenID Connect ID token. This portion of the token response is only returned when clients are configured with the scope openid, the response_type includes id_token, and the user has granted approval to the client for the openid scope.
	IDToken string `json:"id_token,omitempty"`

	// A globally unique identifier for this access token. This identifier is used when revoking tokens.
	Jti string `json:"jti,omitempty"`

	// An OAuth2 refresh token. Clients typically use the refresh token to obtain a new access token without the need for the user to authenticate again. They do this by calling /oauth/token with grant_type=refresh_token. See here for more information. A refresh token will only be issued to clients that have refresh_token in their list of authorized_grant_types.
	RefreshToken string `json:"refresh_token,omitempty"`

	// A space-delimited list of scopes authorized by the user for this client. This list is the intersection of the scopes configured on the client, the group memberships of the user, and the user's approvals (when autoapprove: true is not configured on the client).
	Scope string `json:"scope,omitempty"`

	// The type of the access token issued. This field is mandated in RFC 6749. In the UAA, the only supported token_type is bearer.
	TokenType string `json:"token_type,omitempty"`
}

CreatesOAuthTokenResponse creates o auth token response

swagger:model createsOAuthTokenResponse

func (*CreatesOAuthTokenResponse) MarshalBinary ¶

func (m *CreatesOAuthTokenResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesOAuthTokenResponse) UnmarshalBinary ¶

func (m *CreatesOAuthTokenResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesOAuthTokenResponse) Validate ¶

func (m *CreatesOAuthTokenResponse) Validate(formats strfmt.Registry) error

Validate validates this creates o auth token response

type CreatesSharedDomainDeprecatedRequest ¶

type CreatesSharedDomainDeprecatedRequest struct {

	// The guid of the domain.
	GUID string `json:"guid,omitempty"`

	// The name of the domain.
	Name string `json:"name,omitempty"`

	// The organization that owns the domain. If not specified the domain is shared.
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// Allow routes with non-empty hosts
	Wildcard bool `json:"wildcard,omitempty"`
}

CreatesSharedDomainDeprecatedRequest creates shared domain deprecated request

swagger:model createsSharedDomainDeprecatedRequest

func (*CreatesSharedDomainDeprecatedRequest) MarshalBinary ¶

func (m *CreatesSharedDomainDeprecatedRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesSharedDomainDeprecatedRequest) UnmarshalBinary ¶

func (m *CreatesSharedDomainDeprecatedRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesSharedDomainDeprecatedRequest) Validate ¶

Validate validates this creates shared domain deprecated request

type CreatesSharedDomainDeprecatedResponse ¶

type CreatesSharedDomainDeprecatedResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`
}

CreatesSharedDomainDeprecatedResponse creates shared domain deprecated response

swagger:model createsSharedDomainDeprecatedResponse

func (*CreatesSharedDomainDeprecatedResponse) MarshalBinary ¶

func (m *CreatesSharedDomainDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatesSharedDomainDeprecatedResponse) UnmarshalBinary ¶

func (m *CreatesSharedDomainDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatesSharedDomainDeprecatedResponse) Validate ¶

Validate validates this creates shared domain deprecated response

type CreatesSharedDomainDeprecatedResponseResource ¶

type CreatesSharedDomainDeprecatedResponseResource struct {

	// entity
	Entity *CreatesSharedDomainDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

CreatesSharedDomainDeprecatedResponseResource creates shared domain deprecated response resource

swagger:model createsSharedDomainDeprecatedResponseResource

func (*CreatesSharedDomainDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*CreatesSharedDomainDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*CreatesSharedDomainDeprecatedResponseResource) Validate ¶

Validate validates this creates shared domain deprecated response resource

type EnableOrDisableBuildpackRequest ¶

type EnableOrDisableBuildpackRequest struct {

	// Whether or not the buildpack will be used for staging
	Enabled bool `json:"enabled,omitempty"`

	// The name of the uploaded buildpack file
	Filename GenericObject `json:"filename,omitempty"`

	// Whether or not the buildpack is locked to prevent updates
	Locked GenericObject `json:"locked,omitempty"`

	// The name of the buildpack. To be used by app buildpack field. (only alphanumeric characters)
	Name string `json:"name,omitempty"`

	// The order in which the buildpacks are checked during buildpack auto-detection.
	Position GenericObject `json:"position,omitempty"`
}

EnableOrDisableBuildpackRequest enable or disable buildpack request

swagger:model enableOrDisableBuildpackRequest

func (*EnableOrDisableBuildpackRequest) MarshalBinary ¶

func (m *EnableOrDisableBuildpackRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnableOrDisableBuildpackRequest) UnmarshalBinary ¶

func (m *EnableOrDisableBuildpackRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnableOrDisableBuildpackRequest) Validate ¶

Validate validates this enable or disable buildpack request

type EnableOrDisableBuildpackResponse ¶

type EnableOrDisableBuildpackResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The filename
	Filename string `json:"filename,omitempty"`

	// The locked
	Locked bool `json:"locked,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The position
	Position int64 `json:"position,omitempty"`
}

EnableOrDisableBuildpackResponse enable or disable buildpack response

swagger:model enableOrDisableBuildpackResponse

func (*EnableOrDisableBuildpackResponse) MarshalBinary ¶

func (m *EnableOrDisableBuildpackResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnableOrDisableBuildpackResponse) UnmarshalBinary ¶

func (m *EnableOrDisableBuildpackResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnableOrDisableBuildpackResponse) Validate ¶

Validate validates this enable or disable buildpack response

type EnableOrDisableBuildpackResponseResource ¶

type EnableOrDisableBuildpackResponseResource struct {

	// entity
	Entity *EnableOrDisableBuildpackResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

EnableOrDisableBuildpackResponseResource enable or disable buildpack response resource

swagger:model enableOrDisableBuildpackResponseResource

func (*EnableOrDisableBuildpackResponseResource) MarshalBinary ¶

func (m *EnableOrDisableBuildpackResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EnableOrDisableBuildpackResponseResource) UnmarshalBinary ¶

func (m *EnableOrDisableBuildpackResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EnableOrDisableBuildpackResponseResource) Validate ¶

Validate validates this enable or disable buildpack response resource

type EntityMetadata ¶

type EntityMetadata struct {

	// created at
	CreatedAt string `json:"created_at,omitempty"`

	// guid
	GUID string `json:"guid,omitempty"`

	// updated at
	UpdatedAt string `json:"updated_at,omitempty"`

	// url
	URL string `json:"url,omitempty"`
}

EntityMetadata entity metadata

swagger:model entityMetadata

func (*EntityMetadata) MarshalBinary ¶

func (m *EntityMetadata) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EntityMetadata) UnmarshalBinary ¶

func (m *EntityMetadata) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EntityMetadata) Validate ¶

func (m *EntityMetadata) Validate(formats strfmt.Registry) error

Validate validates this entity metadata

type FilterPrivateDomainsByNameResponse ¶

type FilterPrivateDomainsByNameResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`
}

FilterPrivateDomainsByNameResponse filter private domains by name response

swagger:model filterPrivateDomainsByNameResponse

func (*FilterPrivateDomainsByNameResponse) MarshalBinary ¶

func (m *FilterPrivateDomainsByNameResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterPrivateDomainsByNameResponse) UnmarshalBinary ¶

func (m *FilterPrivateDomainsByNameResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterPrivateDomainsByNameResponse) Validate ¶

Validate validates this filter private domains by name response

type FilterPrivateDomainsByNameResponsePaged ¶

type FilterPrivateDomainsByNameResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*FilterPrivateDomainsByNameResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

FilterPrivateDomainsByNameResponsePaged filter private domains by name response paged

swagger:model filterPrivateDomainsByNameResponsePaged

func (*FilterPrivateDomainsByNameResponsePaged) MarshalBinary ¶

func (m *FilterPrivateDomainsByNameResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterPrivateDomainsByNameResponsePaged) UnmarshalBinary ¶

func (m *FilterPrivateDomainsByNameResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterPrivateDomainsByNameResponsePaged) Validate ¶

Validate validates this filter private domains by name response paged

type FilterPrivateDomainsByNameResponseResource ¶

type FilterPrivateDomainsByNameResponseResource struct {

	// entity
	Entity *FilterPrivateDomainsByNameResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

FilterPrivateDomainsByNameResponseResource filter private domains by name response resource

swagger:model filterPrivateDomainsByNameResponseResource

func (*FilterPrivateDomainsByNameResponseResource) MarshalBinary ¶

func (m *FilterPrivateDomainsByNameResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterPrivateDomainsByNameResponseResource) UnmarshalBinary ¶

func (m *FilterPrivateDomainsByNameResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterPrivateDomainsByNameResponseResource) Validate ¶

Validate validates this filter private domains by name response resource

type FilterResultSetByLabelDeprecatedResponse ¶

type FilterResultSetByLabelDeprecatedResponse struct {

	// The label
	Label string `json:"label,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`
}

FilterResultSetByLabelDeprecatedResponse filter result set by label deprecated response

swagger:model filterResultSetByLabelDeprecatedResponse

func (*FilterResultSetByLabelDeprecatedResponse) MarshalBinary ¶

func (m *FilterResultSetByLabelDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterResultSetByLabelDeprecatedResponse) UnmarshalBinary ¶

func (m *FilterResultSetByLabelDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterResultSetByLabelDeprecatedResponse) Validate ¶

Validate validates this filter result set by label deprecated response

type FilterResultSetByLabelDeprecatedResponsePaged ¶

type FilterResultSetByLabelDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*FilterResultSetByLabelDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

FilterResultSetByLabelDeprecatedResponsePaged filter result set by label deprecated response paged

swagger:model filterResultSetByLabelDeprecatedResponsePaged

func (*FilterResultSetByLabelDeprecatedResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*FilterResultSetByLabelDeprecatedResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*FilterResultSetByLabelDeprecatedResponsePaged) Validate ¶

Validate validates this filter result set by label deprecated response paged

type FilterResultSetByLabelDeprecatedResponseResource ¶

type FilterResultSetByLabelDeprecatedResponseResource struct {

	// entity
	Entity *FilterResultSetByLabelDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

FilterResultSetByLabelDeprecatedResponseResource filter result set by label deprecated response resource

swagger:model filterResultSetByLabelDeprecatedResponseResource

func (*FilterResultSetByLabelDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*FilterResultSetByLabelDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*FilterResultSetByLabelDeprecatedResponseResource) Validate ¶

Validate validates this filter result set by label deprecated response resource

type FilterResultSetByProviderDeprecatedResponse ¶

type FilterResultSetByProviderDeprecatedResponse struct {

	// The label
	Label string `json:"label,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`
}

FilterResultSetByProviderDeprecatedResponse filter result set by provider deprecated response

swagger:model filterResultSetByProviderDeprecatedResponse

func (*FilterResultSetByProviderDeprecatedResponse) MarshalBinary ¶

func (m *FilterResultSetByProviderDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterResultSetByProviderDeprecatedResponse) UnmarshalBinary ¶

func (m *FilterResultSetByProviderDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterResultSetByProviderDeprecatedResponse) Validate ¶

Validate validates this filter result set by provider deprecated response

type FilterResultSetByProviderDeprecatedResponsePaged ¶

type FilterResultSetByProviderDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*FilterResultSetByProviderDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

FilterResultSetByProviderDeprecatedResponsePaged filter result set by provider deprecated response paged

swagger:model filterResultSetByProviderDeprecatedResponsePaged

func (*FilterResultSetByProviderDeprecatedResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*FilterResultSetByProviderDeprecatedResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*FilterResultSetByProviderDeprecatedResponsePaged) Validate ¶

Validate validates this filter result set by provider deprecated response paged

type FilterResultSetByProviderDeprecatedResponseResource ¶

type FilterResultSetByProviderDeprecatedResponseResource struct {

	// entity
	Entity *FilterResultSetByProviderDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

FilterResultSetByProviderDeprecatedResponseResource filter result set by provider deprecated response resource

swagger:model filterResultSetByProviderDeprecatedResponseResource

func (*FilterResultSetByProviderDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*FilterResultSetByProviderDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*FilterResultSetByProviderDeprecatedResponseResource) Validate ¶

Validate validates this filter result set by provider deprecated response resource

type FilterSharedDomainsByNameResponse ¶

type FilterSharedDomainsByNameResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

FilterSharedDomainsByNameResponse filter shared domains by name response

swagger:model filterSharedDomainsByNameResponse

func (*FilterSharedDomainsByNameResponse) MarshalBinary ¶

func (m *FilterSharedDomainsByNameResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterSharedDomainsByNameResponse) UnmarshalBinary ¶

func (m *FilterSharedDomainsByNameResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterSharedDomainsByNameResponse) Validate ¶

Validate validates this filter shared domains by name response

type FilterSharedDomainsByNameResponsePaged ¶

type FilterSharedDomainsByNameResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*FilterSharedDomainsByNameResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

FilterSharedDomainsByNameResponsePaged filter shared domains by name response paged

swagger:model filterSharedDomainsByNameResponsePaged

func (*FilterSharedDomainsByNameResponsePaged) MarshalBinary ¶

func (m *FilterSharedDomainsByNameResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterSharedDomainsByNameResponsePaged) UnmarshalBinary ¶

func (m *FilterSharedDomainsByNameResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterSharedDomainsByNameResponsePaged) Validate ¶

Validate validates this filter shared domains by name response paged

type FilterSharedDomainsByNameResponseResource ¶

type FilterSharedDomainsByNameResponseResource struct {

	// entity
	Entity *FilterSharedDomainsByNameResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

FilterSharedDomainsByNameResponseResource filter shared domains by name response resource

swagger:model filterSharedDomainsByNameResponseResource

func (*FilterSharedDomainsByNameResponseResource) MarshalBinary ¶

func (m *FilterSharedDomainsByNameResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*FilterSharedDomainsByNameResponseResource) UnmarshalBinary ¶

func (m *FilterSharedDomainsByNameResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*FilterSharedDomainsByNameResponseResource) Validate ¶

Validate validates this filter shared domains by name response resource

type GenericObject ¶

type GenericObject map[string]interface{}

GenericObject generic object

swagger:model genericObject

func (GenericObject) Validate ¶

func (m GenericObject) Validate(formats strfmt.Registry) error

Validate validates this generic object

type GetAllFeatureFlagsResponse ¶

type GetAllFeatureFlagsResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetAllFeatureFlagsResponse get all feature flags response

swagger:model getAllFeatureFlagsResponse

func (*GetAllFeatureFlagsResponse) MarshalBinary ¶

func (m *GetAllFeatureFlagsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAllFeatureFlagsResponse) UnmarshalBinary ¶

func (m *GetAllFeatureFlagsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAllFeatureFlagsResponse) Validate ¶

func (m *GetAllFeatureFlagsResponse) Validate(formats strfmt.Registry) error

Validate validates this get all feature flags response

type GetAllFeatureFlagsResponseResource ¶

type GetAllFeatureFlagsResponseResource struct {

	// entity
	Entity *GetAllFeatureFlagsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetAllFeatureFlagsResponseResource get all feature flags response resource

swagger:model getAllFeatureFlagsResponseResource

func (*GetAllFeatureFlagsResponseResource) MarshalBinary ¶

func (m *GetAllFeatureFlagsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAllFeatureFlagsResponseResource) UnmarshalBinary ¶

func (m *GetAllFeatureFlagsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAllFeatureFlagsResponseResource) Validate ¶

Validate validates this get all feature flags response resource

type GetAppBitsUploadFeatureFlagResponse ¶

type GetAppBitsUploadFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetAppBitsUploadFeatureFlagResponse get app bits upload feature flag response

swagger:model getAppBitsUploadFeatureFlagResponse

func (*GetAppBitsUploadFeatureFlagResponse) MarshalBinary ¶

func (m *GetAppBitsUploadFeatureFlagResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAppBitsUploadFeatureFlagResponse) UnmarshalBinary ¶

func (m *GetAppBitsUploadFeatureFlagResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAppBitsUploadFeatureFlagResponse) Validate ¶

Validate validates this get app bits upload feature flag response

type GetAppBitsUploadFeatureFlagResponseResource ¶

type GetAppBitsUploadFeatureFlagResponseResource struct {

	// entity
	Entity *GetAppBitsUploadFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetAppBitsUploadFeatureFlagResponseResource get app bits upload feature flag response resource

swagger:model getAppBitsUploadFeatureFlagResponseResource

func (*GetAppBitsUploadFeatureFlagResponseResource) MarshalBinary ¶

func (m *GetAppBitsUploadFeatureFlagResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAppBitsUploadFeatureFlagResponseResource) UnmarshalBinary ¶

func (m *GetAppBitsUploadFeatureFlagResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAppBitsUploadFeatureFlagResponseResource) Validate ¶

Validate validates this get app bits upload feature flag response resource

type GetAppScalingFeatureFlagResponse ¶

type GetAppScalingFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetAppScalingFeatureFlagResponse get app scaling feature flag response

swagger:model getAppScalingFeatureFlagResponse

func (*GetAppScalingFeatureFlagResponse) MarshalBinary ¶

func (m *GetAppScalingFeatureFlagResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAppScalingFeatureFlagResponse) UnmarshalBinary ¶

func (m *GetAppScalingFeatureFlagResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAppScalingFeatureFlagResponse) Validate ¶

Validate validates this get app scaling feature flag response

type GetAppScalingFeatureFlagResponseResource ¶

type GetAppScalingFeatureFlagResponseResource struct {

	// entity
	Entity *GetAppScalingFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetAppScalingFeatureFlagResponseResource get app scaling feature flag response resource

swagger:model getAppScalingFeatureFlagResponseResource

func (*GetAppScalingFeatureFlagResponseResource) MarshalBinary ¶

func (m *GetAppScalingFeatureFlagResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAppScalingFeatureFlagResponseResource) UnmarshalBinary ¶

func (m *GetAppScalingFeatureFlagResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAppScalingFeatureFlagResponseResource) Validate ¶

Validate validates this get app scaling feature flag response resource

type GetAppSummaryResponse ¶

type GetAppSummaryResponse struct {

	// The available Domains
	AvailableDomains []GenericObject `json:"available_domains"`

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The guid
	GUID string `json:"guid,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes
	Routes []GenericObject `json:"routes"`

	// The running Instances
	RunningInstances int64 `json:"running_instances,omitempty"`

	// The services
	Services []GenericObject `json:"services"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

GetAppSummaryResponse get app summary response

swagger:model getAppSummaryResponse

func (*GetAppSummaryResponse) MarshalBinary ¶

func (m *GetAppSummaryResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAppSummaryResponse) UnmarshalBinary ¶

func (m *GetAppSummaryResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAppSummaryResponse) Validate ¶

func (m *GetAppSummaryResponse) Validate(formats strfmt.Registry) error

Validate validates this get app summary response

type GetAppSummaryResponseResource ¶

type GetAppSummaryResponseResource struct {

	// entity
	Entity *GetAppSummaryResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetAppSummaryResponseResource get app summary response resource

swagger:model getAppSummaryResponseResource

func (*GetAppSummaryResponseResource) MarshalBinary ¶

func (m *GetAppSummaryResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAppSummaryResponseResource) UnmarshalBinary ¶

func (m *GetAppSummaryResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAppSummaryResponseResource) Validate ¶

func (m *GetAppSummaryResponseResource) Validate(formats strfmt.Registry) error

Validate validates this get app summary response resource

type GetDetailedStatsForStartedAppResponse ¶

type GetDetailedStatsForStartedAppResponse struct {

	// The state
	State string `json:"state,omitempty"`

	// The stats
	Stats GenericObject `json:"stats,omitempty"`
}

GetDetailedStatsForStartedAppResponse get detailed stats for started app response

swagger:model getDetailedStatsForStartedAppResponse

func (*GetDetailedStatsForStartedAppResponse) MarshalBinary ¶

func (m *GetDetailedStatsForStartedAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetDetailedStatsForStartedAppResponse) UnmarshalBinary ¶

func (m *GetDetailedStatsForStartedAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetDetailedStatsForStartedAppResponse) Validate ¶

Validate validates this get detailed stats for started app response

type GetDetailedStatsForStartedAppResponseResource ¶

type GetDetailedStatsForStartedAppResponseResource map[string]GetDetailedStatsForStartedAppResponse

GetDetailedStatsForStartedAppResponseResource get detailed stats for started app response resource

swagger:model getDetailedStatsForStartedAppResponseResource

func (GetDetailedStatsForStartedAppResponseResource) Validate ¶

Validate validates this get detailed stats for started app response resource

type GetEnvForAppResponse ¶

type GetEnvForAppResponse struct {

	// The application Env Json
	ApplicationEnvJSON GenericObject `json:"application_env_json,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The running Env Json
	RunningEnvJSON GenericObject `json:"running_env_json,omitempty"`

	// The staging Env Json
	StagingEnvJSON GenericObject `json:"staging_env_json,omitempty"`

	// The system Env Json
	SystemEnvJSON GenericObject `json:"system_env_json,omitempty"`
}

GetEnvForAppResponse get env for app response

swagger:model getEnvForAppResponse

func (*GetEnvForAppResponse) MarshalBinary ¶

func (m *GetEnvForAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetEnvForAppResponse) UnmarshalBinary ¶

func (m *GetEnvForAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetEnvForAppResponse) Validate ¶

func (m *GetEnvForAppResponse) Validate(formats strfmt.Registry) error

Validate validates this get env for app response

type GetEnvForAppResponseResource ¶

type GetEnvForAppResponseResource struct {

	// entity
	Entity *GetEnvForAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetEnvForAppResponseResource get env for app response resource

swagger:model getEnvForAppResponseResource

func (*GetEnvForAppResponseResource) MarshalBinary ¶

func (m *GetEnvForAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetEnvForAppResponseResource) UnmarshalBinary ¶

func (m *GetEnvForAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetEnvForAppResponseResource) Validate ¶

func (m *GetEnvForAppResponseResource) Validate(formats strfmt.Registry) error

Validate validates this get env for app response resource

type GetInfoResponse ¶

type GetInfoResponse struct {

	// The api Version
	APIVersion string `json:"api_version,omitempty"`

	// The authorization Endpoint
	AuthorizationEndpoint string `json:"authorization_endpoint,omitempty"`

	// The build
	Build string `json:"build,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The logging Endpoint
	LoggingEndpoint string `json:"logging_endpoint,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The support
	Support string `json:"support,omitempty"`

	// The token Endpoint
	TokenEndpoint string `json:"token_endpoint,omitempty"`

	// The version
	Version int64 `json:"version,omitempty"`
}

GetInfoResponse get info response

swagger:model getInfoResponse

func (*GetInfoResponse) MarshalBinary ¶

func (m *GetInfoResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetInfoResponse) UnmarshalBinary ¶

func (m *GetInfoResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetInfoResponse) Validate ¶

func (m *GetInfoResponse) Validate(formats strfmt.Registry) error

Validate validates this get info response

type GetInfoResponseResource ¶

type GetInfoResponseResource struct {

	// entity
	Entity *GetInfoResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetInfoResponseResource get info response resource

swagger:model getInfoResponseResource

func (*GetInfoResponseResource) MarshalBinary ¶

func (m *GetInfoResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetInfoResponseResource) UnmarshalBinary ¶

func (m *GetInfoResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetInfoResponseResource) Validate ¶

func (m *GetInfoResponseResource) Validate(formats strfmt.Registry) error

Validate validates this get info response resource

type GetInstanceInformationForStartedAppResponse ¶

type GetInstanceInformationForStartedAppResponse struct {

	// The console Ip
	ConsoleIP GenericObject `json:"console_ip,omitempty"`

	// The console Port
	ConsolePort GenericObject `json:"console_port,omitempty"`

	// The debug Ip
	DebugIP GenericObject `json:"debug_ip,omitempty"`

	// The debug Port
	DebugPort GenericObject `json:"debug_port,omitempty"`

	// The since
	Since float64 `json:"since,omitempty"`

	// The state
	State string `json:"state,omitempty"`
}

GetInstanceInformationForStartedAppResponse get instance information for started app response

swagger:model getInstanceInformationForStartedAppResponse

func (*GetInstanceInformationForStartedAppResponse) MarshalBinary ¶

func (m *GetInstanceInformationForStartedAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetInstanceInformationForStartedAppResponse) UnmarshalBinary ¶

func (m *GetInstanceInformationForStartedAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetInstanceInformationForStartedAppResponse) Validate ¶

Validate validates this get instance information for started app response

type GetInstanceInformationForStartedAppResponseResource ¶

type GetInstanceInformationForStartedAppResponseResource map[string]GetInstanceInformationForStartedAppResponse

GetInstanceInformationForStartedAppResponseResource get instance information for started app response resource

swagger:model getInstanceInformationForStartedAppResponseResource

func (GetInstanceInformationForStartedAppResponseResource) Validate ¶

Validate validates this get instance information for started app response resource

type GetOrganizationSummaryResponse ¶

type GetOrganizationSummaryResponse struct {

	// The guid
	GUID string `json:"guid,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The spaces
	Spaces []GenericObject `json:"spaces"`

	// The status
	Status string `json:"status,omitempty"`
}

GetOrganizationSummaryResponse get organization summary response

swagger:model getOrganizationSummaryResponse

func (*GetOrganizationSummaryResponse) MarshalBinary ¶

func (m *GetOrganizationSummaryResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOrganizationSummaryResponse) UnmarshalBinary ¶

func (m *GetOrganizationSummaryResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOrganizationSummaryResponse) Validate ¶

func (m *GetOrganizationSummaryResponse) Validate(formats strfmt.Registry) error

Validate validates this get organization summary response

type GetOrganizationSummaryResponseResource ¶

type GetOrganizationSummaryResponseResource struct {

	// entity
	Entity *GetOrganizationSummaryResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetOrganizationSummaryResponseResource get organization summary response resource

swagger:model getOrganizationSummaryResponseResource

func (*GetOrganizationSummaryResponseResource) MarshalBinary ¶

func (m *GetOrganizationSummaryResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOrganizationSummaryResponseResource) UnmarshalBinary ¶

func (m *GetOrganizationSummaryResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOrganizationSummaryResponseResource) Validate ¶

Validate validates this get organization summary response resource

type GetPrivateDomainCreationFeatureFlagResponse ¶

type GetPrivateDomainCreationFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetPrivateDomainCreationFeatureFlagResponse get private domain creation feature flag response

swagger:model getPrivateDomainCreationFeatureFlagResponse

func (*GetPrivateDomainCreationFeatureFlagResponse) MarshalBinary ¶

func (m *GetPrivateDomainCreationFeatureFlagResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPrivateDomainCreationFeatureFlagResponse) UnmarshalBinary ¶

func (m *GetPrivateDomainCreationFeatureFlagResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPrivateDomainCreationFeatureFlagResponse) Validate ¶

Validate validates this get private domain creation feature flag response

type GetPrivateDomainCreationFeatureFlagResponseResource ¶

type GetPrivateDomainCreationFeatureFlagResponseResource struct {

	// entity
	Entity *GetPrivateDomainCreationFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetPrivateDomainCreationFeatureFlagResponseResource get private domain creation feature flag response resource

swagger:model getPrivateDomainCreationFeatureFlagResponseResource

func (*GetPrivateDomainCreationFeatureFlagResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*GetPrivateDomainCreationFeatureFlagResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GetPrivateDomainCreationFeatureFlagResponseResource) Validate ¶

Validate validates this get private domain creation feature flag response resource

type GetRouteCreationFeatureFlagResponse ¶

type GetRouteCreationFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetRouteCreationFeatureFlagResponse get route creation feature flag response

swagger:model getRouteCreationFeatureFlagResponse

func (*GetRouteCreationFeatureFlagResponse) MarshalBinary ¶

func (m *GetRouteCreationFeatureFlagResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetRouteCreationFeatureFlagResponse) UnmarshalBinary ¶

func (m *GetRouteCreationFeatureFlagResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetRouteCreationFeatureFlagResponse) Validate ¶

Validate validates this get route creation feature flag response

type GetRouteCreationFeatureFlagResponseResource ¶

type GetRouteCreationFeatureFlagResponseResource struct {

	// entity
	Entity *GetRouteCreationFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetRouteCreationFeatureFlagResponseResource get route creation feature flag response resource

swagger:model getRouteCreationFeatureFlagResponseResource

func (*GetRouteCreationFeatureFlagResponseResource) MarshalBinary ¶

func (m *GetRouteCreationFeatureFlagResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetRouteCreationFeatureFlagResponseResource) UnmarshalBinary ¶

func (m *GetRouteCreationFeatureFlagResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetRouteCreationFeatureFlagResponseResource) Validate ¶

Validate validates this get route creation feature flag response resource

type GetServiceInstanceCreationFeatureFlagResponse ¶

type GetServiceInstanceCreationFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetServiceInstanceCreationFeatureFlagResponse get service instance creation feature flag response

swagger:model getServiceInstanceCreationFeatureFlagResponse

func (*GetServiceInstanceCreationFeatureFlagResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*GetServiceInstanceCreationFeatureFlagResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GetServiceInstanceCreationFeatureFlagResponse) Validate ¶

Validate validates this get service instance creation feature flag response

type GetServiceInstanceCreationFeatureFlagResponseResource ¶

type GetServiceInstanceCreationFeatureFlagResponseResource struct {

	// entity
	Entity *GetServiceInstanceCreationFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetServiceInstanceCreationFeatureFlagResponseResource get service instance creation feature flag response resource

swagger:model getServiceInstanceCreationFeatureFlagResponseResource

func (*GetServiceInstanceCreationFeatureFlagResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*GetServiceInstanceCreationFeatureFlagResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GetServiceInstanceCreationFeatureFlagResponseResource) Validate ¶

Validate validates this get service instance creation feature flag response resource

type GetSpaceSummaryResponse ¶

type GetSpaceSummaryResponse struct {

	// The apps
	Apps []GenericObject `json:"apps"`

	// The guid
	GUID string `json:"guid,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The services
	Services []GenericObject `json:"services"`
}

GetSpaceSummaryResponse get space summary response

swagger:model getSpaceSummaryResponse

func (*GetSpaceSummaryResponse) MarshalBinary ¶

func (m *GetSpaceSummaryResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpaceSummaryResponse) UnmarshalBinary ¶

func (m *GetSpaceSummaryResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpaceSummaryResponse) Validate ¶

func (m *GetSpaceSummaryResponse) Validate(formats strfmt.Registry) error

Validate validates this get space summary response

type GetSpaceSummaryResponseResource ¶

type GetSpaceSummaryResponseResource struct {

	// entity
	Entity *GetSpaceSummaryResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetSpaceSummaryResponseResource get space summary response resource

swagger:model getSpaceSummaryResponseResource

func (*GetSpaceSummaryResponseResource) MarshalBinary ¶

func (m *GetSpaceSummaryResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpaceSummaryResponseResource) UnmarshalBinary ¶

func (m *GetSpaceSummaryResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpaceSummaryResponseResource) Validate ¶

Validate validates this get space summary response resource

type GetUserOrgCreationFeatureFlagResponse ¶

type GetUserOrgCreationFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

GetUserOrgCreationFeatureFlagResponse get user org creation feature flag response

swagger:model getUserOrgCreationFeatureFlagResponse

func (*GetUserOrgCreationFeatureFlagResponse) MarshalBinary ¶

func (m *GetUserOrgCreationFeatureFlagResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserOrgCreationFeatureFlagResponse) UnmarshalBinary ¶

func (m *GetUserOrgCreationFeatureFlagResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserOrgCreationFeatureFlagResponse) Validate ¶

Validate validates this get user org creation feature flag response

type GetUserOrgCreationFeatureFlagResponseResource ¶

type GetUserOrgCreationFeatureFlagResponseResource struct {

	// entity
	Entity *GetUserOrgCreationFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetUserOrgCreationFeatureFlagResponseResource get user org creation feature flag response resource

swagger:model getUserOrgCreationFeatureFlagResponseResource

func (*GetUserOrgCreationFeatureFlagResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*GetUserOrgCreationFeatureFlagResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GetUserOrgCreationFeatureFlagResponseResource) Validate ¶

Validate validates this get user org creation feature flag response resource

type GetUserSummaryResponse ¶

type GetUserSummaryResponse struct {

	// The audited Organizations
	AuditedOrganizations []GenericObject `json:"audited_organizations"`

	// The audited Spaces
	AuditedSpaces []GenericObject `json:"audited_spaces"`

	// The billing Managed Organizations
	BillingManagedOrganizations []GenericObject `json:"billing_managed_organizations"`

	// The managed Organizations
	ManagedOrganizations []GenericObject `json:"managed_organizations"`

	// The managed Spaces
	ManagedSpaces []GenericObject `json:"managed_spaces"`

	// The organizations
	Organizations []GenericObject `json:"organizations"`

	// The spaces
	Spaces []GenericObject `json:"spaces"`
}

GetUserSummaryResponse get user summary response

swagger:model getUserSummaryResponse

func (*GetUserSummaryResponse) MarshalBinary ¶

func (m *GetUserSummaryResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserSummaryResponse) UnmarshalBinary ¶

func (m *GetUserSummaryResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserSummaryResponse) Validate ¶

func (m *GetUserSummaryResponse) Validate(formats strfmt.Registry) error

Validate validates this get user summary response

type GetUserSummaryResponseResource ¶

type GetUserSummaryResponseResource struct {

	// entity
	Entity *GetUserSummaryResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GetUserSummaryResponseResource get user summary response resource

swagger:model getUserSummaryResponseResource

func (*GetUserSummaryResponseResource) MarshalBinary ¶

func (m *GetUserSummaryResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetUserSummaryResponseResource) UnmarshalBinary ¶

func (m *GetUserSummaryResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetUserSummaryResponseResource) Validate ¶

func (m *GetUserSummaryResponseResource) Validate(formats strfmt.Registry) error

Validate validates this get user summary response resource

type GettingContentsOfRunningEnvironmentVariableGroupResponse ¶

type GettingContentsOfRunningEnvironmentVariableGroupResponse struct {

	// The abc
	Abc int64 `json:"abc,omitempty"`

	// The doreme
	DoReMe string `json:"do-re-me,omitempty"`
}

GettingContentsOfRunningEnvironmentVariableGroupResponse getting contents of running environment variable group response

swagger:model gettingContentsOfRunningEnvironmentVariableGroupResponse

func (*GettingContentsOfRunningEnvironmentVariableGroupResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*GettingContentsOfRunningEnvironmentVariableGroupResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GettingContentsOfRunningEnvironmentVariableGroupResponse) Validate ¶

Validate validates this getting contents of running environment variable group response

type GettingContentsOfRunningEnvironmentVariableGroupResponseResource ¶

type GettingContentsOfRunningEnvironmentVariableGroupResponseResource struct {

	// entity
	Entity *GettingContentsOfRunningEnvironmentVariableGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GettingContentsOfRunningEnvironmentVariableGroupResponseResource getting contents of running environment variable group response resource

swagger:model gettingContentsOfRunningEnvironmentVariableGroupResponseResource

func (*GettingContentsOfRunningEnvironmentVariableGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*GettingContentsOfRunningEnvironmentVariableGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GettingContentsOfRunningEnvironmentVariableGroupResponseResource) Validate ¶

Validate validates this getting contents of running environment variable group response resource

type GettingContentsOfStagingEnvironmentVariableGroupResponse ¶

type GettingContentsOfStagingEnvironmentVariableGroupResponse struct {

	// The abc
	Abc int64 `json:"abc,omitempty"`

	// The doreme
	DoReMe string `json:"do-re-me,omitempty"`
}

GettingContentsOfStagingEnvironmentVariableGroupResponse getting contents of staging environment variable group response

swagger:model gettingContentsOfStagingEnvironmentVariableGroupResponse

func (*GettingContentsOfStagingEnvironmentVariableGroupResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*GettingContentsOfStagingEnvironmentVariableGroupResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GettingContentsOfStagingEnvironmentVariableGroupResponse) Validate ¶

Validate validates this getting contents of staging environment variable group response

type GettingContentsOfStagingEnvironmentVariableGroupResponseResource ¶

type GettingContentsOfStagingEnvironmentVariableGroupResponseResource struct {

	// entity
	Entity *GettingContentsOfStagingEnvironmentVariableGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

GettingContentsOfStagingEnvironmentVariableGroupResponseResource getting contents of staging environment variable group response resource

swagger:model gettingContentsOfStagingEnvironmentVariableGroupResponseResource

func (*GettingContentsOfStagingEnvironmentVariableGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*GettingContentsOfStagingEnvironmentVariableGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*GettingContentsOfStagingEnvironmentVariableGroupResponseResource) Validate ¶

Validate validates this getting contents of staging environment variable group response resource

type ListAllAppUsageEventsResponse ¶

type ListAllAppUsageEventsResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Name
	AppName string `json:"app_name,omitempty"`

	// The buildpack Guid
	BuildpackGUID string `json:"buildpack_guid,omitempty"`

	// The buildpack Name
	BuildpackName string `json:"buildpack_name,omitempty"`

	// The instance Count
	InstanceCount int64 `json:"instance_count,omitempty"`

	// The memory In Mb Per Instance
	MemoryInMbPerInstance int64 `json:"memory_in_mb_per_instance,omitempty"`

	// The org Guid
	OrgGUID string `json:"org_guid,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Name
	SpaceName string `json:"space_name,omitempty"`

	// The state
	State string `json:"state,omitempty"`
}

ListAllAppUsageEventsResponse list all app usage events response

swagger:model listAllAppUsageEventsResponse

func (*ListAllAppUsageEventsResponse) MarshalBinary ¶

func (m *ListAllAppUsageEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppUsageEventsResponse) UnmarshalBinary ¶

func (m *ListAllAppUsageEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppUsageEventsResponse) Validate ¶

func (m *ListAllAppUsageEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all app usage events response

type ListAllAppUsageEventsResponsePaged ¶

type ListAllAppUsageEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAppUsageEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAppUsageEventsResponsePaged list all app usage events response paged

swagger:model listAllAppUsageEventsResponsePaged

func (*ListAllAppUsageEventsResponsePaged) MarshalBinary ¶

func (m *ListAllAppUsageEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppUsageEventsResponsePaged) UnmarshalBinary ¶

func (m *ListAllAppUsageEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppUsageEventsResponsePaged) Validate ¶

Validate validates this list all app usage events response paged

type ListAllAppUsageEventsResponseResource ¶

type ListAllAppUsageEventsResponseResource struct {

	// entity
	Entity *ListAllAppUsageEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAppUsageEventsResponseResource list all app usage events response resource

swagger:model listAllAppUsageEventsResponseResource

func (*ListAllAppUsageEventsResponseResource) MarshalBinary ¶

func (m *ListAllAppUsageEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppUsageEventsResponseResource) UnmarshalBinary ¶

func (m *ListAllAppUsageEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppUsageEventsResponseResource) Validate ¶

Validate validates this list all app usage events response resource

type ListAllAppsForRouteResponse ¶

type ListAllAppsForRouteResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

ListAllAppsForRouteResponse list all apps for route response

swagger:model listAllAppsForRouteResponse

func (*ListAllAppsForRouteResponse) MarshalBinary ¶

func (m *ListAllAppsForRouteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsForRouteResponse) UnmarshalBinary ¶

func (m *ListAllAppsForRouteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsForRouteResponse) Validate ¶

func (m *ListAllAppsForRouteResponse) Validate(formats strfmt.Registry) error

Validate validates this list all apps for route response

type ListAllAppsForRouteResponsePaged ¶

type ListAllAppsForRouteResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAppsForRouteResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAppsForRouteResponsePaged list all apps for route response paged

swagger:model listAllAppsForRouteResponsePaged

func (*ListAllAppsForRouteResponsePaged) MarshalBinary ¶

func (m *ListAllAppsForRouteResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsForRouteResponsePaged) UnmarshalBinary ¶

func (m *ListAllAppsForRouteResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsForRouteResponsePaged) Validate ¶

Validate validates this list all apps for route response paged

type ListAllAppsForRouteResponseResource ¶

type ListAllAppsForRouteResponseResource struct {

	// entity
	Entity *ListAllAppsForRouteResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAppsForRouteResponseResource list all apps for route response resource

swagger:model listAllAppsForRouteResponseResource

func (*ListAllAppsForRouteResponseResource) MarshalBinary ¶

func (m *ListAllAppsForRouteResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsForRouteResponseResource) UnmarshalBinary ¶

func (m *ListAllAppsForRouteResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsForRouteResponseResource) Validate ¶

Validate validates this list all apps for route response resource

type ListAllAppsForSpaceResponse ¶

type ListAllAppsForSpaceResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

ListAllAppsForSpaceResponse list all apps for space response

swagger:model listAllAppsForSpaceResponse

func (*ListAllAppsForSpaceResponse) MarshalBinary ¶

func (m *ListAllAppsForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllAppsForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsForSpaceResponse) Validate ¶

func (m *ListAllAppsForSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this list all apps for space response

type ListAllAppsForSpaceResponsePaged ¶

type ListAllAppsForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAppsForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAppsForSpaceResponsePaged list all apps for space response paged

swagger:model listAllAppsForSpaceResponsePaged

func (*ListAllAppsForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllAppsForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllAppsForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsForSpaceResponsePaged) Validate ¶

Validate validates this list all apps for space response paged

type ListAllAppsForSpaceResponseResource ¶

type ListAllAppsForSpaceResponseResource struct {

	// entity
	Entity *ListAllAppsForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAppsForSpaceResponseResource list all apps for space response resource

swagger:model listAllAppsForSpaceResponseResource

func (*ListAllAppsForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllAppsForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllAppsForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsForSpaceResponseResource) Validate ¶

Validate validates this list all apps for space response resource

type ListAllAppsResponse ¶

type ListAllAppsResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

ListAllAppsResponse list all apps response

swagger:model listAllAppsResponse

func (*ListAllAppsResponse) MarshalBinary ¶

func (m *ListAllAppsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsResponse) UnmarshalBinary ¶

func (m *ListAllAppsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsResponse) Validate ¶

func (m *ListAllAppsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all apps response

type ListAllAppsResponsePaged ¶

type ListAllAppsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAppsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAppsResponsePaged list all apps response paged

swagger:model listAllAppsResponsePaged

func (*ListAllAppsResponsePaged) MarshalBinary ¶

func (m *ListAllAppsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsResponsePaged) UnmarshalBinary ¶

func (m *ListAllAppsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsResponsePaged) Validate ¶

func (m *ListAllAppsResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all apps response paged

type ListAllAppsResponseResource ¶

type ListAllAppsResponseResource struct {

	// entity
	Entity *ListAllAppsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAppsResponseResource list all apps response resource

swagger:model listAllAppsResponseResource

func (*ListAllAppsResponseResource) MarshalBinary ¶

func (m *ListAllAppsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAppsResponseResource) UnmarshalBinary ¶

func (m *ListAllAppsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAppsResponseResource) Validate ¶

func (m *ListAllAppsResponseResource) Validate(formats strfmt.Registry) error

Validate validates this list all apps response resource

type ListAllAuditedOrganizationsForUserResponse ¶

type ListAllAuditedOrganizationsForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

ListAllAuditedOrganizationsForUserResponse list all audited organizations for user response

swagger:model listAllAuditedOrganizationsForUserResponse

func (*ListAllAuditedOrganizationsForUserResponse) MarshalBinary ¶

func (m *ListAllAuditedOrganizationsForUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditedOrganizationsForUserResponse) UnmarshalBinary ¶

func (m *ListAllAuditedOrganizationsForUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditedOrganizationsForUserResponse) Validate ¶

Validate validates this list all audited organizations for user response

type ListAllAuditedOrganizationsForUserResponsePaged ¶

type ListAllAuditedOrganizationsForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAuditedOrganizationsForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAuditedOrganizationsForUserResponsePaged list all audited organizations for user response paged

swagger:model listAllAuditedOrganizationsForUserResponsePaged

func (*ListAllAuditedOrganizationsForUserResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllAuditedOrganizationsForUserResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllAuditedOrganizationsForUserResponsePaged) Validate ¶

Validate validates this list all audited organizations for user response paged

type ListAllAuditedOrganizationsForUserResponseResource ¶

type ListAllAuditedOrganizationsForUserResponseResource struct {

	// entity
	Entity *ListAllAuditedOrganizationsForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAuditedOrganizationsForUserResponseResource list all audited organizations for user response resource

swagger:model listAllAuditedOrganizationsForUserResponseResource

func (*ListAllAuditedOrganizationsForUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllAuditedOrganizationsForUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllAuditedOrganizationsForUserResponseResource) Validate ¶

Validate validates this list all audited organizations for user response resource

type ListAllAuditedSpacesForUserResponse ¶

type ListAllAuditedSpacesForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllAuditedSpacesForUserResponse list all audited spaces for user response

swagger:model listAllAuditedSpacesForUserResponse

func (*ListAllAuditedSpacesForUserResponse) MarshalBinary ¶

func (m *ListAllAuditedSpacesForUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditedSpacesForUserResponse) UnmarshalBinary ¶

func (m *ListAllAuditedSpacesForUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditedSpacesForUserResponse) Validate ¶

Validate validates this list all audited spaces for user response

type ListAllAuditedSpacesForUserResponsePaged ¶

type ListAllAuditedSpacesForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAuditedSpacesForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAuditedSpacesForUserResponsePaged list all audited spaces for user response paged

swagger:model listAllAuditedSpacesForUserResponsePaged

func (*ListAllAuditedSpacesForUserResponsePaged) MarshalBinary ¶

func (m *ListAllAuditedSpacesForUserResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditedSpacesForUserResponsePaged) UnmarshalBinary ¶

func (m *ListAllAuditedSpacesForUserResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditedSpacesForUserResponsePaged) Validate ¶

Validate validates this list all audited spaces for user response paged

type ListAllAuditedSpacesForUserResponseResource ¶

type ListAllAuditedSpacesForUserResponseResource struct {

	// entity
	Entity *ListAllAuditedSpacesForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAuditedSpacesForUserResponseResource list all audited spaces for user response resource

swagger:model listAllAuditedSpacesForUserResponseResource

func (*ListAllAuditedSpacesForUserResponseResource) MarshalBinary ¶

func (m *ListAllAuditedSpacesForUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditedSpacesForUserResponseResource) UnmarshalBinary ¶

func (m *ListAllAuditedSpacesForUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditedSpacesForUserResponseResource) Validate ¶

Validate validates this list all audited spaces for user response resource

type ListAllAuditorsForOrganizationResponse ¶

type ListAllAuditorsForOrganizationResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllAuditorsForOrganizationResponse list all auditors for organization response

swagger:model listAllAuditorsForOrganizationResponse

func (*ListAllAuditorsForOrganizationResponse) MarshalBinary ¶

func (m *ListAllAuditorsForOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditorsForOrganizationResponse) UnmarshalBinary ¶

func (m *ListAllAuditorsForOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditorsForOrganizationResponse) Validate ¶

Validate validates this list all auditors for organization response

type ListAllAuditorsForOrganizationResponsePaged ¶

type ListAllAuditorsForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAuditorsForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAuditorsForOrganizationResponsePaged list all auditors for organization response paged

swagger:model listAllAuditorsForOrganizationResponsePaged

func (*ListAllAuditorsForOrganizationResponsePaged) MarshalBinary ¶

func (m *ListAllAuditorsForOrganizationResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditorsForOrganizationResponsePaged) UnmarshalBinary ¶

func (m *ListAllAuditorsForOrganizationResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditorsForOrganizationResponsePaged) Validate ¶

Validate validates this list all auditors for organization response paged

type ListAllAuditorsForOrganizationResponseResource ¶

type ListAllAuditorsForOrganizationResponseResource struct {

	// entity
	Entity *ListAllAuditorsForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAuditorsForOrganizationResponseResource list all auditors for organization response resource

swagger:model listAllAuditorsForOrganizationResponseResource

func (*ListAllAuditorsForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllAuditorsForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllAuditorsForOrganizationResponseResource) Validate ¶

Validate validates this list all auditors for organization response resource

type ListAllAuditorsForSpaceResponse ¶

type ListAllAuditorsForSpaceResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllAuditorsForSpaceResponse list all auditors for space response

swagger:model listAllAuditorsForSpaceResponse

func (*ListAllAuditorsForSpaceResponse) MarshalBinary ¶

func (m *ListAllAuditorsForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditorsForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllAuditorsForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditorsForSpaceResponse) Validate ¶

Validate validates this list all auditors for space response

type ListAllAuditorsForSpaceResponsePaged ¶

type ListAllAuditorsForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllAuditorsForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllAuditorsForSpaceResponsePaged list all auditors for space response paged

swagger:model listAllAuditorsForSpaceResponsePaged

func (*ListAllAuditorsForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllAuditorsForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditorsForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllAuditorsForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditorsForSpaceResponsePaged) Validate ¶

Validate validates this list all auditors for space response paged

type ListAllAuditorsForSpaceResponseResource ¶

type ListAllAuditorsForSpaceResponseResource struct {

	// entity
	Entity *ListAllAuditorsForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllAuditorsForSpaceResponseResource list all auditors for space response resource

swagger:model listAllAuditorsForSpaceResponseResource

func (*ListAllAuditorsForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllAuditorsForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllAuditorsForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllAuditorsForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllAuditorsForSpaceResponseResource) Validate ¶

Validate validates this list all auditors for space response resource

type ListAllBillingManagedOrganizationsForUserResponse ¶

type ListAllBillingManagedOrganizationsForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

ListAllBillingManagedOrganizationsForUserResponse list all billing managed organizations for user response

swagger:model listAllBillingManagedOrganizationsForUserResponse

func (*ListAllBillingManagedOrganizationsForUserResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllBillingManagedOrganizationsForUserResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllBillingManagedOrganizationsForUserResponse) Validate ¶

Validate validates this list all billing managed organizations for user response

type ListAllBillingManagedOrganizationsForUserResponsePaged ¶

type ListAllBillingManagedOrganizationsForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllBillingManagedOrganizationsForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllBillingManagedOrganizationsForUserResponsePaged list all billing managed organizations for user response paged

swagger:model listAllBillingManagedOrganizationsForUserResponsePaged

func (*ListAllBillingManagedOrganizationsForUserResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllBillingManagedOrganizationsForUserResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllBillingManagedOrganizationsForUserResponsePaged) Validate ¶

Validate validates this list all billing managed organizations for user response paged

type ListAllBillingManagedOrganizationsForUserResponseResource ¶

type ListAllBillingManagedOrganizationsForUserResponseResource struct {

	// entity
	Entity *ListAllBillingManagedOrganizationsForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllBillingManagedOrganizationsForUserResponseResource list all billing managed organizations for user response resource

swagger:model listAllBillingManagedOrganizationsForUserResponseResource

func (*ListAllBillingManagedOrganizationsForUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllBillingManagedOrganizationsForUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllBillingManagedOrganizationsForUserResponseResource) Validate ¶

Validate validates this list all billing managed organizations for user response resource

type ListAllBillingManagersForOrganizationResponse ¶

type ListAllBillingManagersForOrganizationResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllBillingManagersForOrganizationResponse list all billing managers for organization response

swagger:model listAllBillingManagersForOrganizationResponse

func (*ListAllBillingManagersForOrganizationResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllBillingManagersForOrganizationResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllBillingManagersForOrganizationResponse) Validate ¶

Validate validates this list all billing managers for organization response

type ListAllBillingManagersForOrganizationResponsePaged ¶

type ListAllBillingManagersForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllBillingManagersForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllBillingManagersForOrganizationResponsePaged list all billing managers for organization response paged

swagger:model listAllBillingManagersForOrganizationResponsePaged

func (*ListAllBillingManagersForOrganizationResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllBillingManagersForOrganizationResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllBillingManagersForOrganizationResponsePaged) Validate ¶

Validate validates this list all billing managers for organization response paged

type ListAllBillingManagersForOrganizationResponseResource ¶

type ListAllBillingManagersForOrganizationResponseResource struct {

	// entity
	Entity *ListAllBillingManagersForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllBillingManagersForOrganizationResponseResource list all billing managers for organization response resource

swagger:model listAllBillingManagersForOrganizationResponseResource

func (*ListAllBillingManagersForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllBillingManagersForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllBillingManagersForOrganizationResponseResource) Validate ¶

Validate validates this list all billing managers for organization response resource

type ListAllBuildpacksResponse ¶

type ListAllBuildpacksResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The filename
	Filename string `json:"filename,omitempty"`

	// The locked
	Locked bool `json:"locked,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The position
	Position int64 `json:"position,omitempty"`
}

ListAllBuildpacksResponse list all buildpacks response

swagger:model listAllBuildpacksResponse

func (*ListAllBuildpacksResponse) MarshalBinary ¶

func (m *ListAllBuildpacksResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllBuildpacksResponse) UnmarshalBinary ¶

func (m *ListAllBuildpacksResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllBuildpacksResponse) Validate ¶

func (m *ListAllBuildpacksResponse) Validate(formats strfmt.Registry) error

Validate validates this list all buildpacks response

type ListAllBuildpacksResponsePaged ¶

type ListAllBuildpacksResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllBuildpacksResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllBuildpacksResponsePaged list all buildpacks response paged

swagger:model listAllBuildpacksResponsePaged

func (*ListAllBuildpacksResponsePaged) MarshalBinary ¶

func (m *ListAllBuildpacksResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllBuildpacksResponsePaged) UnmarshalBinary ¶

func (m *ListAllBuildpacksResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllBuildpacksResponsePaged) Validate ¶

func (m *ListAllBuildpacksResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all buildpacks response paged

type ListAllBuildpacksResponseResource ¶

type ListAllBuildpacksResponseResource struct {

	// entity
	Entity *ListAllBuildpacksResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllBuildpacksResponseResource list all buildpacks response resource

swagger:model listAllBuildpacksResponseResource

func (*ListAllBuildpacksResponseResource) MarshalBinary ¶

func (m *ListAllBuildpacksResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllBuildpacksResponseResource) UnmarshalBinary ¶

func (m *ListAllBuildpacksResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllBuildpacksResponseResource) Validate ¶

Validate validates this list all buildpacks response resource

type ListAllDevelopersForSpaceResponse ¶

type ListAllDevelopersForSpaceResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllDevelopersForSpaceResponse list all developers for space response

swagger:model listAllDevelopersForSpaceResponse

func (*ListAllDevelopersForSpaceResponse) MarshalBinary ¶

func (m *ListAllDevelopersForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDevelopersForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllDevelopersForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDevelopersForSpaceResponse) Validate ¶

Validate validates this list all developers for space response

type ListAllDevelopersForSpaceResponsePaged ¶

type ListAllDevelopersForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllDevelopersForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllDevelopersForSpaceResponsePaged list all developers for space response paged

swagger:model listAllDevelopersForSpaceResponsePaged

func (*ListAllDevelopersForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllDevelopersForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDevelopersForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllDevelopersForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDevelopersForSpaceResponsePaged) Validate ¶

Validate validates this list all developers for space response paged

type ListAllDevelopersForSpaceResponseResource ¶

type ListAllDevelopersForSpaceResponseResource struct {

	// entity
	Entity *ListAllDevelopersForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllDevelopersForSpaceResponseResource list all developers for space response resource

swagger:model listAllDevelopersForSpaceResponseResource

func (*ListAllDevelopersForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllDevelopersForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDevelopersForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllDevelopersForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDevelopersForSpaceResponseResource) Validate ¶

Validate validates this list all developers for space response resource

type ListAllDomainsDeprecatedResponse ¶

type ListAllDomainsDeprecatedResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllDomainsDeprecatedResponse list all domains deprecated response

swagger:model listAllDomainsDeprecatedResponse

func (*ListAllDomainsDeprecatedResponse) MarshalBinary ¶

func (m *ListAllDomainsDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDomainsDeprecatedResponse) UnmarshalBinary ¶

func (m *ListAllDomainsDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDomainsDeprecatedResponse) Validate ¶

Validate validates this list all domains deprecated response

type ListAllDomainsDeprecatedResponsePaged ¶

type ListAllDomainsDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllDomainsDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllDomainsDeprecatedResponsePaged list all domains deprecated response paged

swagger:model listAllDomainsDeprecatedResponsePaged

func (*ListAllDomainsDeprecatedResponsePaged) MarshalBinary ¶

func (m *ListAllDomainsDeprecatedResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDomainsDeprecatedResponsePaged) UnmarshalBinary ¶

func (m *ListAllDomainsDeprecatedResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDomainsDeprecatedResponsePaged) Validate ¶

Validate validates this list all domains deprecated response paged

type ListAllDomainsDeprecatedResponseResource ¶

type ListAllDomainsDeprecatedResponseResource struct {

	// entity
	Entity *ListAllDomainsDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllDomainsDeprecatedResponseResource list all domains deprecated response resource

swagger:model listAllDomainsDeprecatedResponseResource

func (*ListAllDomainsDeprecatedResponseResource) MarshalBinary ¶

func (m *ListAllDomainsDeprecatedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDomainsDeprecatedResponseResource) UnmarshalBinary ¶

func (m *ListAllDomainsDeprecatedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDomainsDeprecatedResponseResource) Validate ¶

Validate validates this list all domains deprecated response resource

type ListAllDomainsForOrganizationDeprecatedResponse ¶

type ListAllDomainsForOrganizationDeprecatedResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

ListAllDomainsForOrganizationDeprecatedResponse list all domains for organization deprecated response

swagger:model listAllDomainsForOrganizationDeprecatedResponse

func (*ListAllDomainsForOrganizationDeprecatedResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllDomainsForOrganizationDeprecatedResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllDomainsForOrganizationDeprecatedResponse) Validate ¶

Validate validates this list all domains for organization deprecated response

type ListAllDomainsForOrganizationDeprecatedResponsePaged ¶

type ListAllDomainsForOrganizationDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllDomainsForOrganizationDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllDomainsForOrganizationDeprecatedResponsePaged list all domains for organization deprecated response paged

swagger:model listAllDomainsForOrganizationDeprecatedResponsePaged

func (*ListAllDomainsForOrganizationDeprecatedResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllDomainsForOrganizationDeprecatedResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllDomainsForOrganizationDeprecatedResponsePaged) Validate ¶

Validate validates this list all domains for organization deprecated response paged

type ListAllDomainsForOrganizationDeprecatedResponseResource ¶

type ListAllDomainsForOrganizationDeprecatedResponseResource struct {

	// entity
	Entity *ListAllDomainsForOrganizationDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllDomainsForOrganizationDeprecatedResponseResource list all domains for organization deprecated response resource

swagger:model listAllDomainsForOrganizationDeprecatedResponseResource

func (*ListAllDomainsForOrganizationDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllDomainsForOrganizationDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllDomainsForOrganizationDeprecatedResponseResource) Validate ¶

Validate validates this list all domains for organization deprecated response resource

type ListAllDomainsForSpaceDeprecatedResponse ¶

type ListAllDomainsForSpaceDeprecatedResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

ListAllDomainsForSpaceDeprecatedResponse list all domains for space deprecated response

swagger:model listAllDomainsForSpaceDeprecatedResponse

func (*ListAllDomainsForSpaceDeprecatedResponse) MarshalBinary ¶

func (m *ListAllDomainsForSpaceDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllDomainsForSpaceDeprecatedResponse) UnmarshalBinary ¶

func (m *ListAllDomainsForSpaceDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllDomainsForSpaceDeprecatedResponse) Validate ¶

Validate validates this list all domains for space deprecated response

type ListAllDomainsForSpaceDeprecatedResponsePaged ¶

type ListAllDomainsForSpaceDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllDomainsForSpaceDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllDomainsForSpaceDeprecatedResponsePaged list all domains for space deprecated response paged

swagger:model listAllDomainsForSpaceDeprecatedResponsePaged

func (*ListAllDomainsForSpaceDeprecatedResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllDomainsForSpaceDeprecatedResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllDomainsForSpaceDeprecatedResponsePaged) Validate ¶

Validate validates this list all domains for space deprecated response paged

type ListAllDomainsForSpaceDeprecatedResponseResource ¶

type ListAllDomainsForSpaceDeprecatedResponseResource struct {

	// entity
	Entity *ListAllDomainsForSpaceDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllDomainsForSpaceDeprecatedResponseResource list all domains for space deprecated response resource

swagger:model listAllDomainsForSpaceDeprecatedResponseResource

func (*ListAllDomainsForSpaceDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllDomainsForSpaceDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllDomainsForSpaceDeprecatedResponseResource) Validate ¶

Validate validates this list all domains for space deprecated response resource

type ListAllEventsForSpaceResponse ¶

type ListAllEventsForSpaceResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAllEventsForSpaceResponse list all events for space response

swagger:model listAllEventsForSpaceResponse

func (*ListAllEventsForSpaceResponse) MarshalBinary ¶

func (m *ListAllEventsForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllEventsForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllEventsForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllEventsForSpaceResponse) Validate ¶

func (m *ListAllEventsForSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this list all events for space response

type ListAllEventsForSpaceResponsePaged ¶

type ListAllEventsForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllEventsForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllEventsForSpaceResponsePaged list all events for space response paged

swagger:model listAllEventsForSpaceResponsePaged

func (*ListAllEventsForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllEventsForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllEventsForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllEventsForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllEventsForSpaceResponsePaged) Validate ¶

Validate validates this list all events for space response paged

type ListAllEventsForSpaceResponseResource ¶

type ListAllEventsForSpaceResponseResource struct {

	// entity
	Entity *ListAllEventsForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllEventsForSpaceResponseResource list all events for space response resource

swagger:model listAllEventsForSpaceResponseResource

func (*ListAllEventsForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllEventsForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllEventsForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllEventsForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllEventsForSpaceResponseResource) Validate ¶

Validate validates this list all events for space response resource

type ListAllEventsResponse ¶

type ListAllEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAllEventsResponse list all events response

swagger:model listAllEventsResponse

func (*ListAllEventsResponse) MarshalBinary ¶

func (m *ListAllEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllEventsResponse) UnmarshalBinary ¶

func (m *ListAllEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllEventsResponse) Validate ¶

func (m *ListAllEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all events response

type ListAllEventsResponsePaged ¶

type ListAllEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllEventsResponsePaged list all events response paged

swagger:model listAllEventsResponsePaged

func (*ListAllEventsResponsePaged) MarshalBinary ¶

func (m *ListAllEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllEventsResponsePaged) UnmarshalBinary ¶

func (m *ListAllEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllEventsResponsePaged) Validate ¶

func (m *ListAllEventsResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all events response paged

type ListAllEventsResponseResource ¶

type ListAllEventsResponseResource struct {

	// entity
	Entity *ListAllEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllEventsResponseResource list all events response resource

swagger:model listAllEventsResponseResource

func (*ListAllEventsResponseResource) MarshalBinary ¶

func (m *ListAllEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllEventsResponseResource) UnmarshalBinary ¶

func (m *ListAllEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllEventsResponseResource) Validate ¶

func (m *ListAllEventsResponseResource) Validate(formats strfmt.Registry) error

Validate validates this list all events response resource

type ListAllManagedOrganizationsForUserResponse ¶

type ListAllManagedOrganizationsForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

ListAllManagedOrganizationsForUserResponse list all managed organizations for user response

swagger:model listAllManagedOrganizationsForUserResponse

func (*ListAllManagedOrganizationsForUserResponse) MarshalBinary ¶

func (m *ListAllManagedOrganizationsForUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagedOrganizationsForUserResponse) UnmarshalBinary ¶

func (m *ListAllManagedOrganizationsForUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagedOrganizationsForUserResponse) Validate ¶

Validate validates this list all managed organizations for user response

type ListAllManagedOrganizationsForUserResponsePaged ¶

type ListAllManagedOrganizationsForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllManagedOrganizationsForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllManagedOrganizationsForUserResponsePaged list all managed organizations for user response paged

swagger:model listAllManagedOrganizationsForUserResponsePaged

func (*ListAllManagedOrganizationsForUserResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllManagedOrganizationsForUserResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllManagedOrganizationsForUserResponsePaged) Validate ¶

Validate validates this list all managed organizations for user response paged

type ListAllManagedOrganizationsForUserResponseResource ¶

type ListAllManagedOrganizationsForUserResponseResource struct {

	// entity
	Entity *ListAllManagedOrganizationsForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllManagedOrganizationsForUserResponseResource list all managed organizations for user response resource

swagger:model listAllManagedOrganizationsForUserResponseResource

func (*ListAllManagedOrganizationsForUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllManagedOrganizationsForUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllManagedOrganizationsForUserResponseResource) Validate ¶

Validate validates this list all managed organizations for user response resource

type ListAllManagedSpacesForUserResponse ¶

type ListAllManagedSpacesForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllManagedSpacesForUserResponse list all managed spaces for user response

swagger:model listAllManagedSpacesForUserResponse

func (*ListAllManagedSpacesForUserResponse) MarshalBinary ¶

func (m *ListAllManagedSpacesForUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagedSpacesForUserResponse) UnmarshalBinary ¶

func (m *ListAllManagedSpacesForUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagedSpacesForUserResponse) Validate ¶

Validate validates this list all managed spaces for user response

type ListAllManagedSpacesForUserResponsePaged ¶

type ListAllManagedSpacesForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllManagedSpacesForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllManagedSpacesForUserResponsePaged list all managed spaces for user response paged

swagger:model listAllManagedSpacesForUserResponsePaged

func (*ListAllManagedSpacesForUserResponsePaged) MarshalBinary ¶

func (m *ListAllManagedSpacesForUserResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagedSpacesForUserResponsePaged) UnmarshalBinary ¶

func (m *ListAllManagedSpacesForUserResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagedSpacesForUserResponsePaged) Validate ¶

Validate validates this list all managed spaces for user response paged

type ListAllManagedSpacesForUserResponseResource ¶

type ListAllManagedSpacesForUserResponseResource struct {

	// entity
	Entity *ListAllManagedSpacesForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllManagedSpacesForUserResponseResource list all managed spaces for user response resource

swagger:model listAllManagedSpacesForUserResponseResource

func (*ListAllManagedSpacesForUserResponseResource) MarshalBinary ¶

func (m *ListAllManagedSpacesForUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagedSpacesForUserResponseResource) UnmarshalBinary ¶

func (m *ListAllManagedSpacesForUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagedSpacesForUserResponseResource) Validate ¶

Validate validates this list all managed spaces for user response resource

type ListAllManagersForOrganizationResponse ¶

type ListAllManagersForOrganizationResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllManagersForOrganizationResponse list all managers for organization response

swagger:model listAllManagersForOrganizationResponse

func (*ListAllManagersForOrganizationResponse) MarshalBinary ¶

func (m *ListAllManagersForOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagersForOrganizationResponse) UnmarshalBinary ¶

func (m *ListAllManagersForOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagersForOrganizationResponse) Validate ¶

Validate validates this list all managers for organization response

type ListAllManagersForOrganizationResponsePaged ¶

type ListAllManagersForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllManagersForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllManagersForOrganizationResponsePaged list all managers for organization response paged

swagger:model listAllManagersForOrganizationResponsePaged

func (*ListAllManagersForOrganizationResponsePaged) MarshalBinary ¶

func (m *ListAllManagersForOrganizationResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagersForOrganizationResponsePaged) UnmarshalBinary ¶

func (m *ListAllManagersForOrganizationResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagersForOrganizationResponsePaged) Validate ¶

Validate validates this list all managers for organization response paged

type ListAllManagersForOrganizationResponseResource ¶

type ListAllManagersForOrganizationResponseResource struct {

	// entity
	Entity *ListAllManagersForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllManagersForOrganizationResponseResource list all managers for organization response resource

swagger:model listAllManagersForOrganizationResponseResource

func (*ListAllManagersForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllManagersForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllManagersForOrganizationResponseResource) Validate ¶

Validate validates this list all managers for organization response resource

type ListAllManagersForSpaceResponse ¶

type ListAllManagersForSpaceResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllManagersForSpaceResponse list all managers for space response

swagger:model listAllManagersForSpaceResponse

func (*ListAllManagersForSpaceResponse) MarshalBinary ¶

func (m *ListAllManagersForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagersForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllManagersForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagersForSpaceResponse) Validate ¶

Validate validates this list all managers for space response

type ListAllManagersForSpaceResponsePaged ¶

type ListAllManagersForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllManagersForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllManagersForSpaceResponsePaged list all managers for space response paged

swagger:model listAllManagersForSpaceResponsePaged

func (*ListAllManagersForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllManagersForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagersForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllManagersForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagersForSpaceResponsePaged) Validate ¶

Validate validates this list all managers for space response paged

type ListAllManagersForSpaceResponseResource ¶

type ListAllManagersForSpaceResponseResource struct {

	// entity
	Entity *ListAllManagersForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllManagersForSpaceResponseResource list all managers for space response resource

swagger:model listAllManagersForSpaceResponseResource

func (*ListAllManagersForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllManagersForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllManagersForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllManagersForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllManagersForSpaceResponseResource) Validate ¶

Validate validates this list all managers for space response resource

type ListAllMatchingResourcesRequest ¶

type ListAllMatchingResourcesRequest struct {

	// The sha1
	Sha1 string `json:"sha1,omitempty"`

	// The size
	Size int64 `json:"size,omitempty"`
}

ListAllMatchingResourcesRequest list all matching resources request

swagger:model listAllMatchingResourcesRequest

func (*ListAllMatchingResourcesRequest) MarshalBinary ¶

func (m *ListAllMatchingResourcesRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllMatchingResourcesRequest) UnmarshalBinary ¶

func (m *ListAllMatchingResourcesRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllMatchingResourcesRequest) Validate ¶

Validate validates this list all matching resources request

type ListAllMatchingResourcesResponse ¶

type ListAllMatchingResourcesResponse struct {

	// The sha1
	Sha1 string `json:"sha1,omitempty"`

	// The size
	Size int64 `json:"size,omitempty"`
}

ListAllMatchingResourcesResponse list all matching resources response

swagger:model listAllMatchingResourcesResponse

func (*ListAllMatchingResourcesResponse) MarshalBinary ¶

func (m *ListAllMatchingResourcesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllMatchingResourcesResponse) UnmarshalBinary ¶

func (m *ListAllMatchingResourcesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllMatchingResourcesResponse) Validate ¶

Validate validates this list all matching resources response

type ListAllMatchingResourcesResponseResource ¶

type ListAllMatchingResourcesResponseResource struct {

	// entity
	Entity *ListAllMatchingResourcesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllMatchingResourcesResponseResource list all matching resources response resource

swagger:model listAllMatchingResourcesResponseResource

func (*ListAllMatchingResourcesResponseResource) MarshalBinary ¶

func (m *ListAllMatchingResourcesResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllMatchingResourcesResponseResource) UnmarshalBinary ¶

func (m *ListAllMatchingResourcesResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllMatchingResourcesResponseResource) Validate ¶

Validate validates this list all matching resources response resource

type ListAllOrganizationQuotaDefinitionsResponse ¶

type ListAllOrganizationQuotaDefinitionsResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`

	// The trial Db Allowed
	TrialDbAllowed bool `json:"trial_db_allowed,omitempty"`
}

ListAllOrganizationQuotaDefinitionsResponse list all organization quota definitions response

swagger:model listAllOrganizationQuotaDefinitionsResponse

func (*ListAllOrganizationQuotaDefinitionsResponse) MarshalBinary ¶

func (m *ListAllOrganizationQuotaDefinitionsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationQuotaDefinitionsResponse) UnmarshalBinary ¶

func (m *ListAllOrganizationQuotaDefinitionsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationQuotaDefinitionsResponse) Validate ¶

Validate validates this list all organization quota definitions response

type ListAllOrganizationQuotaDefinitionsResponsePaged ¶

type ListAllOrganizationQuotaDefinitionsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllOrganizationQuotaDefinitionsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllOrganizationQuotaDefinitionsResponsePaged list all organization quota definitions response paged

swagger:model listAllOrganizationQuotaDefinitionsResponsePaged

func (*ListAllOrganizationQuotaDefinitionsResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllOrganizationQuotaDefinitionsResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllOrganizationQuotaDefinitionsResponsePaged) Validate ¶

Validate validates this list all organization quota definitions response paged

type ListAllOrganizationQuotaDefinitionsResponseResource ¶

type ListAllOrganizationQuotaDefinitionsResponseResource struct {

	// entity
	Entity *ListAllOrganizationQuotaDefinitionsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllOrganizationQuotaDefinitionsResponseResource list all organization quota definitions response resource

swagger:model listAllOrganizationQuotaDefinitionsResponseResource

func (*ListAllOrganizationQuotaDefinitionsResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllOrganizationQuotaDefinitionsResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllOrganizationQuotaDefinitionsResponseResource) Validate ¶

Validate validates this list all organization quota definitions response resource

type ListAllOrganizationsForUserResponse ¶

type ListAllOrganizationsForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

ListAllOrganizationsForUserResponse list all organizations for user response

swagger:model listAllOrganizationsForUserResponse

func (*ListAllOrganizationsForUserResponse) MarshalBinary ¶

func (m *ListAllOrganizationsForUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationsForUserResponse) UnmarshalBinary ¶

func (m *ListAllOrganizationsForUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationsForUserResponse) Validate ¶

Validate validates this list all organizations for user response

type ListAllOrganizationsForUserResponsePaged ¶

type ListAllOrganizationsForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllOrganizationsForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllOrganizationsForUserResponsePaged list all organizations for user response paged

swagger:model listAllOrganizationsForUserResponsePaged

func (*ListAllOrganizationsForUserResponsePaged) MarshalBinary ¶

func (m *ListAllOrganizationsForUserResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationsForUserResponsePaged) UnmarshalBinary ¶

func (m *ListAllOrganizationsForUserResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationsForUserResponsePaged) Validate ¶

Validate validates this list all organizations for user response paged

type ListAllOrganizationsForUserResponseResource ¶

type ListAllOrganizationsForUserResponseResource struct {

	// entity
	Entity *ListAllOrganizationsForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllOrganizationsForUserResponseResource list all organizations for user response resource

swagger:model listAllOrganizationsForUserResponseResource

func (*ListAllOrganizationsForUserResponseResource) MarshalBinary ¶

func (m *ListAllOrganizationsForUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationsForUserResponseResource) UnmarshalBinary ¶

func (m *ListAllOrganizationsForUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationsForUserResponseResource) Validate ¶

Validate validates this list all organizations for user response resource

type ListAllOrganizationsResponse ¶

type ListAllOrganizationsResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

ListAllOrganizationsResponse list all organizations response

swagger:model listAllOrganizationsResponse

func (*ListAllOrganizationsResponse) MarshalBinary ¶

func (m *ListAllOrganizationsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationsResponse) UnmarshalBinary ¶

func (m *ListAllOrganizationsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationsResponse) Validate ¶

func (m *ListAllOrganizationsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all organizations response

type ListAllOrganizationsResponsePaged ¶

type ListAllOrganizationsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllOrganizationsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllOrganizationsResponsePaged list all organizations response paged

swagger:model listAllOrganizationsResponsePaged

func (*ListAllOrganizationsResponsePaged) MarshalBinary ¶

func (m *ListAllOrganizationsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationsResponsePaged) UnmarshalBinary ¶

func (m *ListAllOrganizationsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationsResponsePaged) Validate ¶

Validate validates this list all organizations response paged

type ListAllOrganizationsResponseResource ¶

type ListAllOrganizationsResponseResource struct {

	// entity
	Entity *ListAllOrganizationsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllOrganizationsResponseResource list all organizations response resource

swagger:model listAllOrganizationsResponseResource

func (*ListAllOrganizationsResponseResource) MarshalBinary ¶

func (m *ListAllOrganizationsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllOrganizationsResponseResource) UnmarshalBinary ¶

func (m *ListAllOrganizationsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllOrganizationsResponseResource) Validate ¶

Validate validates this list all organizations response resource

type ListAllPrivateDomainsForOrganizationResponse ¶

type ListAllPrivateDomainsForOrganizationResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`
}

ListAllPrivateDomainsForOrganizationResponse list all private domains for organization response

swagger:model listAllPrivateDomainsForOrganizationResponse

func (*ListAllPrivateDomainsForOrganizationResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllPrivateDomainsForOrganizationResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllPrivateDomainsForOrganizationResponse) Validate ¶

Validate validates this list all private domains for organization response

type ListAllPrivateDomainsForOrganizationResponsePaged ¶

type ListAllPrivateDomainsForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllPrivateDomainsForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllPrivateDomainsForOrganizationResponsePaged list all private domains for organization response paged

swagger:model listAllPrivateDomainsForOrganizationResponsePaged

func (*ListAllPrivateDomainsForOrganizationResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllPrivateDomainsForOrganizationResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllPrivateDomainsForOrganizationResponsePaged) Validate ¶

Validate validates this list all private domains for organization response paged

type ListAllPrivateDomainsForOrganizationResponseResource ¶

type ListAllPrivateDomainsForOrganizationResponseResource struct {

	// entity
	Entity *ListAllPrivateDomainsForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllPrivateDomainsForOrganizationResponseResource list all private domains for organization response resource

swagger:model listAllPrivateDomainsForOrganizationResponseResource

func (*ListAllPrivateDomainsForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllPrivateDomainsForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllPrivateDomainsForOrganizationResponseResource) Validate ¶

Validate validates this list all private domains for organization response resource

type ListAllPrivateDomainsResponse ¶

type ListAllPrivateDomainsResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`
}

ListAllPrivateDomainsResponse list all private domains response

swagger:model listAllPrivateDomainsResponse

func (*ListAllPrivateDomainsResponse) MarshalBinary ¶

func (m *ListAllPrivateDomainsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllPrivateDomainsResponse) UnmarshalBinary ¶

func (m *ListAllPrivateDomainsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllPrivateDomainsResponse) Validate ¶

func (m *ListAllPrivateDomainsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all private domains response

type ListAllPrivateDomainsResponsePaged ¶

type ListAllPrivateDomainsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllPrivateDomainsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllPrivateDomainsResponsePaged list all private domains response paged

swagger:model listAllPrivateDomainsResponsePaged

func (*ListAllPrivateDomainsResponsePaged) MarshalBinary ¶

func (m *ListAllPrivateDomainsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllPrivateDomainsResponsePaged) UnmarshalBinary ¶

func (m *ListAllPrivateDomainsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllPrivateDomainsResponsePaged) Validate ¶

Validate validates this list all private domains response paged

type ListAllPrivateDomainsResponseResource ¶

type ListAllPrivateDomainsResponseResource struct {

	// entity
	Entity *ListAllPrivateDomainsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllPrivateDomainsResponseResource list all private domains response resource

swagger:model listAllPrivateDomainsResponseResource

func (*ListAllPrivateDomainsResponseResource) MarshalBinary ¶

func (m *ListAllPrivateDomainsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllPrivateDomainsResponseResource) UnmarshalBinary ¶

func (m *ListAllPrivateDomainsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllPrivateDomainsResponseResource) Validate ¶

Validate validates this list all private domains response resource

type ListAllRoutesForAppResponse ¶

type ListAllRoutesForAppResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

ListAllRoutesForAppResponse list all routes for app response

swagger:model listAllRoutesForAppResponse

func (*ListAllRoutesForAppResponse) MarshalBinary ¶

func (m *ListAllRoutesForAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesForAppResponse) UnmarshalBinary ¶

func (m *ListAllRoutesForAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesForAppResponse) Validate ¶

func (m *ListAllRoutesForAppResponse) Validate(formats strfmt.Registry) error

Validate validates this list all routes for app response

type ListAllRoutesForAppResponsePaged ¶

type ListAllRoutesForAppResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllRoutesForAppResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllRoutesForAppResponsePaged list all routes for app response paged

swagger:model listAllRoutesForAppResponsePaged

func (*ListAllRoutesForAppResponsePaged) MarshalBinary ¶

func (m *ListAllRoutesForAppResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesForAppResponsePaged) UnmarshalBinary ¶

func (m *ListAllRoutesForAppResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesForAppResponsePaged) Validate ¶

Validate validates this list all routes for app response paged

type ListAllRoutesForAppResponseResource ¶

type ListAllRoutesForAppResponseResource struct {

	// entity
	Entity *ListAllRoutesForAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllRoutesForAppResponseResource list all routes for app response resource

swagger:model listAllRoutesForAppResponseResource

func (*ListAllRoutesForAppResponseResource) MarshalBinary ¶

func (m *ListAllRoutesForAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesForAppResponseResource) UnmarshalBinary ¶

func (m *ListAllRoutesForAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesForAppResponseResource) Validate ¶

Validate validates this list all routes for app response resource

type ListAllRoutesForSpaceResponse ¶

type ListAllRoutesForSpaceResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

ListAllRoutesForSpaceResponse list all routes for space response

swagger:model listAllRoutesForSpaceResponse

func (*ListAllRoutesForSpaceResponse) MarshalBinary ¶

func (m *ListAllRoutesForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllRoutesForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesForSpaceResponse) Validate ¶

func (m *ListAllRoutesForSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this list all routes for space response

type ListAllRoutesForSpaceResponsePaged ¶

type ListAllRoutesForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllRoutesForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllRoutesForSpaceResponsePaged list all routes for space response paged

swagger:model listAllRoutesForSpaceResponsePaged

func (*ListAllRoutesForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllRoutesForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllRoutesForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesForSpaceResponsePaged) Validate ¶

Validate validates this list all routes for space response paged

type ListAllRoutesForSpaceResponseResource ¶

type ListAllRoutesForSpaceResponseResource struct {

	// entity
	Entity *ListAllRoutesForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllRoutesForSpaceResponseResource list all routes for space response resource

swagger:model listAllRoutesForSpaceResponseResource

func (*ListAllRoutesForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllRoutesForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllRoutesForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesForSpaceResponseResource) Validate ¶

Validate validates this list all routes for space response resource

type ListAllRoutesResponse ¶

type ListAllRoutesResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

ListAllRoutesResponse list all routes response

swagger:model listAllRoutesResponse

func (*ListAllRoutesResponse) MarshalBinary ¶

func (m *ListAllRoutesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesResponse) UnmarshalBinary ¶

func (m *ListAllRoutesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesResponse) Validate ¶

func (m *ListAllRoutesResponse) Validate(formats strfmt.Registry) error

Validate validates this list all routes response

type ListAllRoutesResponsePaged ¶

type ListAllRoutesResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllRoutesResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllRoutesResponsePaged list all routes response paged

swagger:model listAllRoutesResponsePaged

func (*ListAllRoutesResponsePaged) MarshalBinary ¶

func (m *ListAllRoutesResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesResponsePaged) UnmarshalBinary ¶

func (m *ListAllRoutesResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesResponsePaged) Validate ¶

func (m *ListAllRoutesResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all routes response paged

type ListAllRoutesResponseResource ¶

type ListAllRoutesResponseResource struct {

	// entity
	Entity *ListAllRoutesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllRoutesResponseResource list all routes response resource

swagger:model listAllRoutesResponseResource

func (*ListAllRoutesResponseResource) MarshalBinary ¶

func (m *ListAllRoutesResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllRoutesResponseResource) UnmarshalBinary ¶

func (m *ListAllRoutesResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllRoutesResponseResource) Validate ¶

func (m *ListAllRoutesResponseResource) Validate(formats strfmt.Registry) error

Validate validates this list all routes response resource

type ListAllSecurityGroupsForSpaceResponse ¶

type ListAllSecurityGroupsForSpaceResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

ListAllSecurityGroupsForSpaceResponse list all security groups for space response

swagger:model listAllSecurityGroupsForSpaceResponse

func (*ListAllSecurityGroupsForSpaceResponse) MarshalBinary ¶

func (m *ListAllSecurityGroupsForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSecurityGroupsForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllSecurityGroupsForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSecurityGroupsForSpaceResponse) Validate ¶

Validate validates this list all security groups for space response

type ListAllSecurityGroupsForSpaceResponsePaged ¶

type ListAllSecurityGroupsForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSecurityGroupsForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSecurityGroupsForSpaceResponsePaged list all security groups for space response paged

swagger:model listAllSecurityGroupsForSpaceResponsePaged

func (*ListAllSecurityGroupsForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllSecurityGroupsForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSecurityGroupsForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllSecurityGroupsForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSecurityGroupsForSpaceResponsePaged) Validate ¶

Validate validates this list all security groups for space response paged

type ListAllSecurityGroupsForSpaceResponseResource ¶

type ListAllSecurityGroupsForSpaceResponseResource struct {

	// entity
	Entity *ListAllSecurityGroupsForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSecurityGroupsForSpaceResponseResource list all security groups for space response resource

swagger:model listAllSecurityGroupsForSpaceResponseResource

func (*ListAllSecurityGroupsForSpaceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSecurityGroupsForSpaceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSecurityGroupsForSpaceResponseResource) Validate ¶

Validate validates this list all security groups for space response resource

type ListAllSecurityGroupsResponse ¶

type ListAllSecurityGroupsResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

ListAllSecurityGroupsResponse list all security groups response

swagger:model listAllSecurityGroupsResponse

func (*ListAllSecurityGroupsResponse) MarshalBinary ¶

func (m *ListAllSecurityGroupsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSecurityGroupsResponse) UnmarshalBinary ¶

func (m *ListAllSecurityGroupsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSecurityGroupsResponse) Validate ¶

func (m *ListAllSecurityGroupsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all security groups response

type ListAllSecurityGroupsResponsePaged ¶

type ListAllSecurityGroupsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSecurityGroupsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSecurityGroupsResponsePaged list all security groups response paged

swagger:model listAllSecurityGroupsResponsePaged

func (*ListAllSecurityGroupsResponsePaged) MarshalBinary ¶

func (m *ListAllSecurityGroupsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSecurityGroupsResponsePaged) UnmarshalBinary ¶

func (m *ListAllSecurityGroupsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSecurityGroupsResponsePaged) Validate ¶

Validate validates this list all security groups response paged

type ListAllSecurityGroupsResponseResource ¶

type ListAllSecurityGroupsResponseResource struct {

	// entity
	Entity *ListAllSecurityGroupsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSecurityGroupsResponseResource list all security groups response resource

swagger:model listAllSecurityGroupsResponseResource

func (*ListAllSecurityGroupsResponseResource) MarshalBinary ¶

func (m *ListAllSecurityGroupsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSecurityGroupsResponseResource) UnmarshalBinary ¶

func (m *ListAllSecurityGroupsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSecurityGroupsResponseResource) Validate ¶

Validate validates this list all security groups response resource

type ListAllServiceAuthTokensDeprecatedResponse ¶

type ListAllServiceAuthTokensDeprecatedResponse struct {

	// The label
	Label string `json:"label,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`
}

ListAllServiceAuthTokensDeprecatedResponse list all service auth tokens deprecated response

swagger:model listAllServiceAuthTokensDeprecatedResponse

func (*ListAllServiceAuthTokensDeprecatedResponse) MarshalBinary ¶

func (m *ListAllServiceAuthTokensDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceAuthTokensDeprecatedResponse) UnmarshalBinary ¶

func (m *ListAllServiceAuthTokensDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceAuthTokensDeprecatedResponse) Validate ¶

Validate validates this list all service auth tokens deprecated response

type ListAllServiceAuthTokensDeprecatedResponsePaged ¶

type ListAllServiceAuthTokensDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceAuthTokensDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceAuthTokensDeprecatedResponsePaged list all service auth tokens deprecated response paged

swagger:model listAllServiceAuthTokensDeprecatedResponsePaged

func (*ListAllServiceAuthTokensDeprecatedResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceAuthTokensDeprecatedResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceAuthTokensDeprecatedResponsePaged) Validate ¶

Validate validates this list all service auth tokens deprecated response paged

type ListAllServiceAuthTokensDeprecatedResponseResource ¶

type ListAllServiceAuthTokensDeprecatedResponseResource struct {

	// entity
	Entity *ListAllServiceAuthTokensDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceAuthTokensDeprecatedResponseResource list all service auth tokens deprecated response resource

swagger:model listAllServiceAuthTokensDeprecatedResponseResource

func (*ListAllServiceAuthTokensDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceAuthTokensDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceAuthTokensDeprecatedResponseResource) Validate ¶

Validate validates this list all service auth tokens deprecated response resource

type ListAllServiceBindingsForAppResponse ¶

type ListAllServiceBindingsForAppResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Url
	AppURL string `json:"app_url,omitempty"`

	// The binding Options
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The gateway Name
	GatewayName string `json:"gateway_name,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Url
	ServiceInstanceURL string `json:"service_instance_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL GenericObject `json:"syslog_drain_url,omitempty"`
}

ListAllServiceBindingsForAppResponse list all service bindings for app response

swagger:model listAllServiceBindingsForAppResponse

func (*ListAllServiceBindingsForAppResponse) MarshalBinary ¶

func (m *ListAllServiceBindingsForAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBindingsForAppResponse) UnmarshalBinary ¶

func (m *ListAllServiceBindingsForAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForAppResponse) Validate ¶

Validate validates this list all service bindings for app response

type ListAllServiceBindingsForAppResponsePaged ¶

type ListAllServiceBindingsForAppResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceBindingsForAppResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceBindingsForAppResponsePaged list all service bindings for app response paged

swagger:model listAllServiceBindingsForAppResponsePaged

func (*ListAllServiceBindingsForAppResponsePaged) MarshalBinary ¶

func (m *ListAllServiceBindingsForAppResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBindingsForAppResponsePaged) UnmarshalBinary ¶

func (m *ListAllServiceBindingsForAppResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForAppResponsePaged) Validate ¶

Validate validates this list all service bindings for app response paged

type ListAllServiceBindingsForAppResponseResource ¶

type ListAllServiceBindingsForAppResponseResource struct {

	// entity
	Entity *ListAllServiceBindingsForAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceBindingsForAppResponseResource list all service bindings for app response resource

swagger:model listAllServiceBindingsForAppResponseResource

func (*ListAllServiceBindingsForAppResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForAppResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForAppResponseResource) Validate ¶

Validate validates this list all service bindings for app response resource

type ListAllServiceBindingsForServiceInstanceResponse ¶

type ListAllServiceBindingsForServiceInstanceResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Url
	AppURL string `json:"app_url,omitempty"`

	// The binding Options
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The gateway Name
	GatewayName string `json:"gateway_name,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Url
	ServiceInstanceURL string `json:"service_instance_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL GenericObject `json:"syslog_drain_url,omitempty"`
}

ListAllServiceBindingsForServiceInstanceResponse list all service bindings for service instance response

swagger:model listAllServiceBindingsForServiceInstanceResponse

func (*ListAllServiceBindingsForServiceInstanceResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForServiceInstanceResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForServiceInstanceResponse) Validate ¶

Validate validates this list all service bindings for service instance response

type ListAllServiceBindingsForServiceInstanceResponsePaged ¶

type ListAllServiceBindingsForServiceInstanceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceBindingsForServiceInstanceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceBindingsForServiceInstanceResponsePaged list all service bindings for service instance response paged

swagger:model listAllServiceBindingsForServiceInstanceResponsePaged

func (*ListAllServiceBindingsForServiceInstanceResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForServiceInstanceResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForServiceInstanceResponsePaged) Validate ¶

Validate validates this list all service bindings for service instance response paged

type ListAllServiceBindingsForServiceInstanceResponseResource ¶

type ListAllServiceBindingsForServiceInstanceResponseResource struct {

	// entity
	Entity *ListAllServiceBindingsForServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceBindingsForServiceInstanceResponseResource list all service bindings for service instance response resource

swagger:model listAllServiceBindingsForServiceInstanceResponseResource

func (*ListAllServiceBindingsForServiceInstanceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForServiceInstanceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForServiceInstanceResponseResource) Validate ¶

Validate validates this list all service bindings for service instance response resource

type ListAllServiceBindingsForUserProvidedServiceInstanceResponse ¶

type ListAllServiceBindingsForUserProvidedServiceInstanceResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Url
	AppURL string `json:"app_url,omitempty"`

	// The binding Options
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The gateway Name
	GatewayName string `json:"gateway_name,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Url
	ServiceInstanceURL string `json:"service_instance_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL GenericObject `json:"syslog_drain_url,omitempty"`
}

ListAllServiceBindingsForUserProvidedServiceInstanceResponse list all service bindings for user provided service instance response

swagger:model listAllServiceBindingsForUserProvidedServiceInstanceResponse

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponse) Validate ¶

Validate validates this list all service bindings for user provided service instance response

type ListAllServiceBindingsForUserProvidedServiceInstanceResponsePaged ¶

type ListAllServiceBindingsForUserProvidedServiceInstanceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceBindingsForUserProvidedServiceInstanceResponsePaged list all service bindings for user provided service instance response paged

swagger:model listAllServiceBindingsForUserProvidedServiceInstanceResponsePaged

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponsePaged) Validate ¶

Validate validates this list all service bindings for user provided service instance response paged

type ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource ¶

type ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource struct {

	// entity
	Entity *ListAllServiceBindingsForUserProvidedServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource list all service bindings for user provided service instance response resource

swagger:model listAllServiceBindingsForUserProvidedServiceInstanceResponseResource

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsForUserProvidedServiceInstanceResponseResource) Validate ¶

Validate validates this list all service bindings for user provided service instance response resource

type ListAllServiceBindingsResponse ¶

type ListAllServiceBindingsResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Url
	AppURL string `json:"app_url,omitempty"`

	// The binding Options
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The gateway Name
	GatewayName string `json:"gateway_name,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Url
	ServiceInstanceURL string `json:"service_instance_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL GenericObject `json:"syslog_drain_url,omitempty"`
}

ListAllServiceBindingsResponse list all service bindings response

swagger:model listAllServiceBindingsResponse

func (*ListAllServiceBindingsResponse) MarshalBinary ¶

func (m *ListAllServiceBindingsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBindingsResponse) UnmarshalBinary ¶

func (m *ListAllServiceBindingsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsResponse) Validate ¶

func (m *ListAllServiceBindingsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all service bindings response

type ListAllServiceBindingsResponsePaged ¶

type ListAllServiceBindingsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceBindingsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceBindingsResponsePaged list all service bindings response paged

swagger:model listAllServiceBindingsResponsePaged

func (*ListAllServiceBindingsResponsePaged) MarshalBinary ¶

func (m *ListAllServiceBindingsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBindingsResponsePaged) UnmarshalBinary ¶

func (m *ListAllServiceBindingsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsResponsePaged) Validate ¶

Validate validates this list all service bindings response paged

type ListAllServiceBindingsResponseResource ¶

type ListAllServiceBindingsResponseResource struct {

	// entity
	Entity *ListAllServiceBindingsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceBindingsResponseResource list all service bindings response resource

swagger:model listAllServiceBindingsResponseResource

func (*ListAllServiceBindingsResponseResource) MarshalBinary ¶

func (m *ListAllServiceBindingsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBindingsResponseResource) UnmarshalBinary ¶

func (m *ListAllServiceBindingsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBindingsResponseResource) Validate ¶

Validate validates this list all service bindings response resource

type ListAllServiceBrokersResponse ¶

type ListAllServiceBrokersResponse struct {

	// The auth Username
	AuthUsername string `json:"auth_username,omitempty"`

	// The broker Url
	BrokerURL string `json:"broker_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`
}

ListAllServiceBrokersResponse list all service brokers response

swagger:model listAllServiceBrokersResponse

func (*ListAllServiceBrokersResponse) MarshalBinary ¶

func (m *ListAllServiceBrokersResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBrokersResponse) UnmarshalBinary ¶

func (m *ListAllServiceBrokersResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBrokersResponse) Validate ¶

func (m *ListAllServiceBrokersResponse) Validate(formats strfmt.Registry) error

Validate validates this list all service brokers response

type ListAllServiceBrokersResponsePaged ¶

type ListAllServiceBrokersResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceBrokersResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceBrokersResponsePaged list all service brokers response paged

swagger:model listAllServiceBrokersResponsePaged

func (*ListAllServiceBrokersResponsePaged) MarshalBinary ¶

func (m *ListAllServiceBrokersResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBrokersResponsePaged) UnmarshalBinary ¶

func (m *ListAllServiceBrokersResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBrokersResponsePaged) Validate ¶

Validate validates this list all service brokers response paged

type ListAllServiceBrokersResponseResource ¶

type ListAllServiceBrokersResponseResource struct {

	// entity
	Entity *ListAllServiceBrokersResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceBrokersResponseResource list all service brokers response resource

swagger:model listAllServiceBrokersResponseResource

func (*ListAllServiceBrokersResponseResource) MarshalBinary ¶

func (m *ListAllServiceBrokersResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceBrokersResponseResource) UnmarshalBinary ¶

func (m *ListAllServiceBrokersResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceBrokersResponseResource) Validate ¶

Validate validates this list all service brokers response resource

type ListAllServiceInstancesForServicePlanResponse ¶

type ListAllServiceInstancesForServicePlanResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The dashboard Url
	DashboardURL GenericObject `json:"dashboard_url,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAllServiceInstancesForServicePlanResponse list all service instances for service plan response

swagger:model listAllServiceInstancesForServicePlanResponse

func (*ListAllServiceInstancesForServicePlanResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceInstancesForServicePlanResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesForServicePlanResponse) Validate ¶

Validate validates this list all service instances for service plan response

type ListAllServiceInstancesForServicePlanResponsePaged ¶

type ListAllServiceInstancesForServicePlanResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceInstancesForServicePlanResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceInstancesForServicePlanResponsePaged list all service instances for service plan response paged

swagger:model listAllServiceInstancesForServicePlanResponsePaged

func (*ListAllServiceInstancesForServicePlanResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceInstancesForServicePlanResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesForServicePlanResponsePaged) Validate ¶

Validate validates this list all service instances for service plan response paged

type ListAllServiceInstancesForServicePlanResponseResource ¶

type ListAllServiceInstancesForServicePlanResponseResource struct {

	// entity
	Entity *ListAllServiceInstancesForServicePlanResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceInstancesForServicePlanResponseResource list all service instances for service plan response resource

swagger:model listAllServiceInstancesForServicePlanResponseResource

func (*ListAllServiceInstancesForServicePlanResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceInstancesForServicePlanResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesForServicePlanResponseResource) Validate ¶

Validate validates this list all service instances for service plan response resource

type ListAllServiceInstancesForSpaceResponse ¶

type ListAllServiceInstancesForSpaceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The dashboard Url
	DashboardURL GenericObject `json:"dashboard_url,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAllServiceInstancesForSpaceResponse list all service instances for space response

swagger:model listAllServiceInstancesForSpaceResponse

func (*ListAllServiceInstancesForSpaceResponse) MarshalBinary ¶

func (m *ListAllServiceInstancesForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceInstancesForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllServiceInstancesForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesForSpaceResponse) Validate ¶

Validate validates this list all service instances for space response

type ListAllServiceInstancesForSpaceResponsePaged ¶

type ListAllServiceInstancesForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceInstancesForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceInstancesForSpaceResponsePaged list all service instances for space response paged

swagger:model listAllServiceInstancesForSpaceResponsePaged

func (*ListAllServiceInstancesForSpaceResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceInstancesForSpaceResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesForSpaceResponsePaged) Validate ¶

Validate validates this list all service instances for space response paged

type ListAllServiceInstancesForSpaceResponseResource ¶

type ListAllServiceInstancesForSpaceResponseResource struct {

	// entity
	Entity *ListAllServiceInstancesForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceInstancesForSpaceResponseResource list all service instances for space response resource

swagger:model listAllServiceInstancesForSpaceResponseResource

func (*ListAllServiceInstancesForSpaceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServiceInstancesForSpaceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesForSpaceResponseResource) Validate ¶

Validate validates this list all service instances for space response resource

type ListAllServiceInstancesResponse ¶

type ListAllServiceInstancesResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The dashboard Url
	DashboardURL GenericObject `json:"dashboard_url,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAllServiceInstancesResponse list all service instances response

swagger:model listAllServiceInstancesResponse

func (*ListAllServiceInstancesResponse) MarshalBinary ¶

func (m *ListAllServiceInstancesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceInstancesResponse) UnmarshalBinary ¶

func (m *ListAllServiceInstancesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesResponse) Validate ¶

Validate validates this list all service instances response

type ListAllServiceInstancesResponsePaged ¶

type ListAllServiceInstancesResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServiceInstancesResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServiceInstancesResponsePaged list all service instances response paged

swagger:model listAllServiceInstancesResponsePaged

func (*ListAllServiceInstancesResponsePaged) MarshalBinary ¶

func (m *ListAllServiceInstancesResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceInstancesResponsePaged) UnmarshalBinary ¶

func (m *ListAllServiceInstancesResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesResponsePaged) Validate ¶

Validate validates this list all service instances response paged

type ListAllServiceInstancesResponseResource ¶

type ListAllServiceInstancesResponseResource struct {

	// entity
	Entity *ListAllServiceInstancesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServiceInstancesResponseResource list all service instances response resource

swagger:model listAllServiceInstancesResponseResource

func (*ListAllServiceInstancesResponseResource) MarshalBinary ¶

func (m *ListAllServiceInstancesResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServiceInstancesResponseResource) UnmarshalBinary ¶

func (m *ListAllServiceInstancesResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServiceInstancesResponseResource) Validate ¶

Validate validates this list all service instances response resource

type ListAllServicePlanVisibilitiesResponse ¶

type ListAllServicePlanVisibilitiesResponse struct {

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`
}

ListAllServicePlanVisibilitiesResponse list all service plan visibilities response

swagger:model listAllServicePlanVisibilitiesResponse

func (*ListAllServicePlanVisibilitiesResponse) MarshalBinary ¶

func (m *ListAllServicePlanVisibilitiesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlanVisibilitiesResponse) UnmarshalBinary ¶

func (m *ListAllServicePlanVisibilitiesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlanVisibilitiesResponse) Validate ¶

Validate validates this list all service plan visibilities response

type ListAllServicePlanVisibilitiesResponsePaged ¶

type ListAllServicePlanVisibilitiesResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServicePlanVisibilitiesResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServicePlanVisibilitiesResponsePaged list all service plan visibilities response paged

swagger:model listAllServicePlanVisibilitiesResponsePaged

func (*ListAllServicePlanVisibilitiesResponsePaged) MarshalBinary ¶

func (m *ListAllServicePlanVisibilitiesResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlanVisibilitiesResponsePaged) UnmarshalBinary ¶

func (m *ListAllServicePlanVisibilitiesResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlanVisibilitiesResponsePaged) Validate ¶

Validate validates this list all service plan visibilities response paged

type ListAllServicePlanVisibilitiesResponseResource ¶

type ListAllServicePlanVisibilitiesResponseResource struct {

	// entity
	Entity *ListAllServicePlanVisibilitiesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServicePlanVisibilitiesResponseResource list all service plan visibilities response resource

swagger:model listAllServicePlanVisibilitiesResponseResource

func (*ListAllServicePlanVisibilitiesResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServicePlanVisibilitiesResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServicePlanVisibilitiesResponseResource) Validate ¶

Validate validates this list all service plan visibilities response resource

type ListAllServicePlansForServiceResponse ¶

type ListAllServicePlansForServiceResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The free
	Free bool `json:"free,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The public
	Public bool `json:"public,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The service Url
	ServiceURL string `json:"service_url,omitempty"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`
}

ListAllServicePlansForServiceResponse list all service plans for service response

swagger:model listAllServicePlansForServiceResponse

func (*ListAllServicePlansForServiceResponse) MarshalBinary ¶

func (m *ListAllServicePlansForServiceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlansForServiceResponse) UnmarshalBinary ¶

func (m *ListAllServicePlansForServiceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlansForServiceResponse) Validate ¶

Validate validates this list all service plans for service response

type ListAllServicePlansForServiceResponsePaged ¶

type ListAllServicePlansForServiceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServicePlansForServiceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServicePlansForServiceResponsePaged list all service plans for service response paged

swagger:model listAllServicePlansForServiceResponsePaged

func (*ListAllServicePlansForServiceResponsePaged) MarshalBinary ¶

func (m *ListAllServicePlansForServiceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlansForServiceResponsePaged) UnmarshalBinary ¶

func (m *ListAllServicePlansForServiceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlansForServiceResponsePaged) Validate ¶

Validate validates this list all service plans for service response paged

type ListAllServicePlansForServiceResponseResource ¶

type ListAllServicePlansForServiceResponseResource struct {

	// entity
	Entity *ListAllServicePlansForServiceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServicePlansForServiceResponseResource list all service plans for service response resource

swagger:model listAllServicePlansForServiceResponseResource

func (*ListAllServicePlansForServiceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServicePlansForServiceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServicePlansForServiceResponseResource) Validate ¶

Validate validates this list all service plans for service response resource

type ListAllServicePlansResponse ¶

type ListAllServicePlansResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The free
	Free bool `json:"free,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The public
	Public bool `json:"public,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The service Url
	ServiceURL string `json:"service_url,omitempty"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`
}

ListAllServicePlansResponse list all service plans response

swagger:model listAllServicePlansResponse

func (*ListAllServicePlansResponse) MarshalBinary ¶

func (m *ListAllServicePlansResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlansResponse) UnmarshalBinary ¶

func (m *ListAllServicePlansResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlansResponse) Validate ¶

func (m *ListAllServicePlansResponse) Validate(formats strfmt.Registry) error

Validate validates this list all service plans response

type ListAllServicePlansResponsePaged ¶

type ListAllServicePlansResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServicePlansResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServicePlansResponsePaged list all service plans response paged

swagger:model listAllServicePlansResponsePaged

func (*ListAllServicePlansResponsePaged) MarshalBinary ¶

func (m *ListAllServicePlansResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlansResponsePaged) UnmarshalBinary ¶

func (m *ListAllServicePlansResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlansResponsePaged) Validate ¶

Validate validates this list all service plans response paged

type ListAllServicePlansResponseResource ¶

type ListAllServicePlansResponseResource struct {

	// entity
	Entity *ListAllServicePlansResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServicePlansResponseResource list all service plans response resource

swagger:model listAllServicePlansResponseResource

func (*ListAllServicePlansResponseResource) MarshalBinary ¶

func (m *ListAllServicePlansResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicePlansResponseResource) UnmarshalBinary ¶

func (m *ListAllServicePlansResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicePlansResponseResource) Validate ¶

Validate validates this list all service plans response resource

type ListAllServicesForOrganizationResponse ¶

type ListAllServicesForOrganizationResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The bindable
	Bindable bool `json:"bindable,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The documentation Url
	DocumentationURL GenericObject `json:"documentation_url,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The info Url
	InfoURL GenericObject `json:"info_url,omitempty"`

	// The label
	Label string `json:"label,omitempty"`

	// The long Description
	LongDescription GenericObject `json:"long_description,omitempty"`

	// The plan Updateable
	PlanUpdateable bool `json:"plan_updateable,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`

	// The requires
	Requires []GenericObject `json:"requires"`

	// The service Broker Guid
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// The service Plans Url
	ServicePlansURL string `json:"service_plans_url,omitempty"`

	// The tags
	Tags []GenericObject `json:"tags"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`

	// The url
	URL string `json:"url,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

ListAllServicesForOrganizationResponse list all services for organization response

swagger:model listAllServicesForOrganizationResponse

func (*ListAllServicesForOrganizationResponse) MarshalBinary ¶

func (m *ListAllServicesForOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesForOrganizationResponse) UnmarshalBinary ¶

func (m *ListAllServicesForOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesForOrganizationResponse) Validate ¶

Validate validates this list all services for organization response

type ListAllServicesForOrganizationResponsePaged ¶

type ListAllServicesForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServicesForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServicesForOrganizationResponsePaged list all services for organization response paged

swagger:model listAllServicesForOrganizationResponsePaged

func (*ListAllServicesForOrganizationResponsePaged) MarshalBinary ¶

func (m *ListAllServicesForOrganizationResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesForOrganizationResponsePaged) UnmarshalBinary ¶

func (m *ListAllServicesForOrganizationResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesForOrganizationResponsePaged) Validate ¶

Validate validates this list all services for organization response paged

type ListAllServicesForOrganizationResponseResource ¶

type ListAllServicesForOrganizationResponseResource struct {

	// entity
	Entity *ListAllServicesForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServicesForOrganizationResponseResource list all services for organization response resource

swagger:model listAllServicesForOrganizationResponseResource

func (*ListAllServicesForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllServicesForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllServicesForOrganizationResponseResource) Validate ¶

Validate validates this list all services for organization response resource

type ListAllServicesForSpaceResponse ¶

type ListAllServicesForSpaceResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The bindable
	Bindable bool `json:"bindable,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The documentation Url
	DocumentationURL GenericObject `json:"documentation_url,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The info Url
	InfoURL GenericObject `json:"info_url,omitempty"`

	// The label
	Label string `json:"label,omitempty"`

	// The long Description
	LongDescription GenericObject `json:"long_description,omitempty"`

	// The plan Updateable
	PlanUpdateable bool `json:"plan_updateable,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`

	// The requires
	Requires []GenericObject `json:"requires"`

	// The service Broker Guid
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// The service Plans Url
	ServicePlansURL string `json:"service_plans_url,omitempty"`

	// The tags
	Tags []GenericObject `json:"tags"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`

	// The url
	URL string `json:"url,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

ListAllServicesForSpaceResponse list all services for space response

swagger:model listAllServicesForSpaceResponse

func (*ListAllServicesForSpaceResponse) MarshalBinary ¶

func (m *ListAllServicesForSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesForSpaceResponse) UnmarshalBinary ¶

func (m *ListAllServicesForSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesForSpaceResponse) Validate ¶

Validate validates this list all services for space response

type ListAllServicesForSpaceResponsePaged ¶

type ListAllServicesForSpaceResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServicesForSpaceResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServicesForSpaceResponsePaged list all services for space response paged

swagger:model listAllServicesForSpaceResponsePaged

func (*ListAllServicesForSpaceResponsePaged) MarshalBinary ¶

func (m *ListAllServicesForSpaceResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesForSpaceResponsePaged) UnmarshalBinary ¶

func (m *ListAllServicesForSpaceResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesForSpaceResponsePaged) Validate ¶

Validate validates this list all services for space response paged

type ListAllServicesForSpaceResponseResource ¶

type ListAllServicesForSpaceResponseResource struct {

	// entity
	Entity *ListAllServicesForSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServicesForSpaceResponseResource list all services for space response resource

swagger:model listAllServicesForSpaceResponseResource

func (*ListAllServicesForSpaceResponseResource) MarshalBinary ¶

func (m *ListAllServicesForSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesForSpaceResponseResource) UnmarshalBinary ¶

func (m *ListAllServicesForSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesForSpaceResponseResource) Validate ¶

Validate validates this list all services for space response resource

type ListAllServicesResponse ¶

type ListAllServicesResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The bindable
	Bindable bool `json:"bindable,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The documentation Url
	DocumentationURL GenericObject `json:"documentation_url,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The info Url
	InfoURL GenericObject `json:"info_url,omitempty"`

	// The label
	Label string `json:"label,omitempty"`

	// The long Description
	LongDescription GenericObject `json:"long_description,omitempty"`

	// The plan Updateable
	PlanUpdateable bool `json:"plan_updateable,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`

	// The requires
	Requires []GenericObject `json:"requires"`

	// The service Broker Guid
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// The service Plans Url
	ServicePlansURL string `json:"service_plans_url,omitempty"`

	// The tags
	Tags []GenericObject `json:"tags"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`

	// The url
	URL string `json:"url,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

ListAllServicesResponse list all services response

swagger:model listAllServicesResponse

func (*ListAllServicesResponse) MarshalBinary ¶

func (m *ListAllServicesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesResponse) UnmarshalBinary ¶

func (m *ListAllServicesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesResponse) Validate ¶

func (m *ListAllServicesResponse) Validate(formats strfmt.Registry) error

Validate validates this list all services response

type ListAllServicesResponsePaged ¶

type ListAllServicesResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllServicesResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllServicesResponsePaged list all services response paged

swagger:model listAllServicesResponsePaged

func (*ListAllServicesResponsePaged) MarshalBinary ¶

func (m *ListAllServicesResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesResponsePaged) UnmarshalBinary ¶

func (m *ListAllServicesResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesResponsePaged) Validate ¶

func (m *ListAllServicesResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all services response paged

type ListAllServicesResponseResource ¶

type ListAllServicesResponseResource struct {

	// entity
	Entity *ListAllServicesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllServicesResponseResource list all services response resource

swagger:model listAllServicesResponseResource

func (*ListAllServicesResponseResource) MarshalBinary ¶

func (m *ListAllServicesResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllServicesResponseResource) UnmarshalBinary ¶

func (m *ListAllServicesResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllServicesResponseResource) Validate ¶

Validate validates this list all services response resource

type ListAllSharedDomainsResponse ¶

type ListAllSharedDomainsResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

ListAllSharedDomainsResponse list all shared domains response

swagger:model listAllSharedDomainsResponse

func (*ListAllSharedDomainsResponse) MarshalBinary ¶

func (m *ListAllSharedDomainsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSharedDomainsResponse) UnmarshalBinary ¶

func (m *ListAllSharedDomainsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSharedDomainsResponse) Validate ¶

func (m *ListAllSharedDomainsResponse) Validate(formats strfmt.Registry) error

Validate validates this list all shared domains response

type ListAllSharedDomainsResponsePaged ¶

type ListAllSharedDomainsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSharedDomainsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSharedDomainsResponsePaged list all shared domains response paged

swagger:model listAllSharedDomainsResponsePaged

func (*ListAllSharedDomainsResponsePaged) MarshalBinary ¶

func (m *ListAllSharedDomainsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSharedDomainsResponsePaged) UnmarshalBinary ¶

func (m *ListAllSharedDomainsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSharedDomainsResponsePaged) Validate ¶

Validate validates this list all shared domains response paged

type ListAllSharedDomainsResponseResource ¶

type ListAllSharedDomainsResponseResource struct {

	// entity
	Entity *ListAllSharedDomainsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSharedDomainsResponseResource list all shared domains response resource

swagger:model listAllSharedDomainsResponseResource

func (*ListAllSharedDomainsResponseResource) MarshalBinary ¶

func (m *ListAllSharedDomainsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSharedDomainsResponseResource) UnmarshalBinary ¶

func (m *ListAllSharedDomainsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSharedDomainsResponseResource) Validate ¶

Validate validates this list all shared domains response resource

type ListAllSpaceQuotaDefinitionsForOrganizationResponse ¶

type ListAllSpaceQuotaDefinitionsForOrganizationResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

ListAllSpaceQuotaDefinitionsForOrganizationResponse list all space quota definitions for organization response

swagger:model listAllSpaceQuotaDefinitionsForOrganizationResponse

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponse) Validate ¶

Validate validates this list all space quota definitions for organization response

type ListAllSpaceQuotaDefinitionsForOrganizationResponsePaged ¶

type ListAllSpaceQuotaDefinitionsForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpaceQuotaDefinitionsForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpaceQuotaDefinitionsForOrganizationResponsePaged list all space quota definitions for organization response paged

swagger:model listAllSpaceQuotaDefinitionsForOrganizationResponsePaged

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponsePaged) Validate ¶

Validate validates this list all space quota definitions for organization response paged

type ListAllSpaceQuotaDefinitionsForOrganizationResponseResource ¶

type ListAllSpaceQuotaDefinitionsForOrganizationResponseResource struct {

	// entity
	Entity *ListAllSpaceQuotaDefinitionsForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpaceQuotaDefinitionsForOrganizationResponseResource list all space quota definitions for organization response resource

swagger:model listAllSpaceQuotaDefinitionsForOrganizationResponseResource

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsForOrganizationResponseResource) Validate ¶

Validate validates this list all space quota definitions for organization response resource

type ListAllSpaceQuotaDefinitionsResponse ¶

type ListAllSpaceQuotaDefinitionsResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

ListAllSpaceQuotaDefinitionsResponse list all space quota definitions response

swagger:model listAllSpaceQuotaDefinitionsResponse

func (*ListAllSpaceQuotaDefinitionsResponse) MarshalBinary ¶

func (m *ListAllSpaceQuotaDefinitionsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsResponse) UnmarshalBinary ¶

func (m *ListAllSpaceQuotaDefinitionsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsResponse) Validate ¶

Validate validates this list all space quota definitions response

type ListAllSpaceQuotaDefinitionsResponsePaged ¶

type ListAllSpaceQuotaDefinitionsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpaceQuotaDefinitionsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpaceQuotaDefinitionsResponsePaged list all space quota definitions response paged

swagger:model listAllSpaceQuotaDefinitionsResponsePaged

func (*ListAllSpaceQuotaDefinitionsResponsePaged) MarshalBinary ¶

func (m *ListAllSpaceQuotaDefinitionsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsResponsePaged) UnmarshalBinary ¶

func (m *ListAllSpaceQuotaDefinitionsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsResponsePaged) Validate ¶

Validate validates this list all space quota definitions response paged

type ListAllSpaceQuotaDefinitionsResponseResource ¶

type ListAllSpaceQuotaDefinitionsResponseResource struct {

	// entity
	Entity *ListAllSpaceQuotaDefinitionsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpaceQuotaDefinitionsResponseResource list all space quota definitions response resource

swagger:model listAllSpaceQuotaDefinitionsResponseResource

func (*ListAllSpaceQuotaDefinitionsResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpaceQuotaDefinitionsResponseResource) Validate ¶

Validate validates this list all space quota definitions response resource

type ListAllSpacesForDomainDeprecatedResponse ¶

type ListAllSpacesForDomainDeprecatedResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllSpacesForDomainDeprecatedResponse list all spaces for domain deprecated response

swagger:model listAllSpacesForDomainDeprecatedResponse

func (*ListAllSpacesForDomainDeprecatedResponse) MarshalBinary ¶

func (m *ListAllSpacesForDomainDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForDomainDeprecatedResponse) UnmarshalBinary ¶

func (m *ListAllSpacesForDomainDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForDomainDeprecatedResponse) Validate ¶

Validate validates this list all spaces for domain deprecated response

type ListAllSpacesForDomainDeprecatedResponsePaged ¶

type ListAllSpacesForDomainDeprecatedResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpacesForDomainDeprecatedResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpacesForDomainDeprecatedResponsePaged list all spaces for domain deprecated response paged

swagger:model listAllSpacesForDomainDeprecatedResponsePaged

func (*ListAllSpacesForDomainDeprecatedResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForDomainDeprecatedResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForDomainDeprecatedResponsePaged) Validate ¶

Validate validates this list all spaces for domain deprecated response paged

type ListAllSpacesForDomainDeprecatedResponseResource ¶

type ListAllSpacesForDomainDeprecatedResponseResource struct {

	// entity
	Entity *ListAllSpacesForDomainDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpacesForDomainDeprecatedResponseResource list all spaces for domain deprecated response resource

swagger:model listAllSpacesForDomainDeprecatedResponseResource

func (*ListAllSpacesForDomainDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForDomainDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForDomainDeprecatedResponseResource) Validate ¶

Validate validates this list all spaces for domain deprecated response resource

type ListAllSpacesForOrganizationResponse ¶

type ListAllSpacesForOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllSpacesForOrganizationResponse list all spaces for organization response

swagger:model listAllSpacesForOrganizationResponse

func (*ListAllSpacesForOrganizationResponse) MarshalBinary ¶

func (m *ListAllSpacesForOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForOrganizationResponse) UnmarshalBinary ¶

func (m *ListAllSpacesForOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForOrganizationResponse) Validate ¶

Validate validates this list all spaces for organization response

type ListAllSpacesForOrganizationResponsePaged ¶

type ListAllSpacesForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpacesForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpacesForOrganizationResponsePaged list all spaces for organization response paged

swagger:model listAllSpacesForOrganizationResponsePaged

func (*ListAllSpacesForOrganizationResponsePaged) MarshalBinary ¶

func (m *ListAllSpacesForOrganizationResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForOrganizationResponsePaged) UnmarshalBinary ¶

func (m *ListAllSpacesForOrganizationResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForOrganizationResponsePaged) Validate ¶

Validate validates this list all spaces for organization response paged

type ListAllSpacesForOrganizationResponseResource ¶

type ListAllSpacesForOrganizationResponseResource struct {

	// entity
	Entity *ListAllSpacesForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpacesForOrganizationResponseResource list all spaces for organization response resource

swagger:model listAllSpacesForOrganizationResponseResource

func (*ListAllSpacesForOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForOrganizationResponseResource) Validate ¶

Validate validates this list all spaces for organization response resource

type ListAllSpacesForSecurityGroupResponse ¶

type ListAllSpacesForSecurityGroupResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllSpacesForSecurityGroupResponse list all spaces for security group response

swagger:model listAllSpacesForSecurityGroupResponse

func (*ListAllSpacesForSecurityGroupResponse) MarshalBinary ¶

func (m *ListAllSpacesForSecurityGroupResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForSecurityGroupResponse) UnmarshalBinary ¶

func (m *ListAllSpacesForSecurityGroupResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForSecurityGroupResponse) Validate ¶

Validate validates this list all spaces for security group response

type ListAllSpacesForSecurityGroupResponsePaged ¶

type ListAllSpacesForSecurityGroupResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpacesForSecurityGroupResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpacesForSecurityGroupResponsePaged list all spaces for security group response paged

swagger:model listAllSpacesForSecurityGroupResponsePaged

func (*ListAllSpacesForSecurityGroupResponsePaged) MarshalBinary ¶

func (m *ListAllSpacesForSecurityGroupResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForSecurityGroupResponsePaged) UnmarshalBinary ¶

func (m *ListAllSpacesForSecurityGroupResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForSecurityGroupResponsePaged) Validate ¶

Validate validates this list all spaces for security group response paged

type ListAllSpacesForSecurityGroupResponseResource ¶

type ListAllSpacesForSecurityGroupResponseResource struct {

	// entity
	Entity *ListAllSpacesForSecurityGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpacesForSecurityGroupResponseResource list all spaces for security group response resource

swagger:model listAllSpacesForSecurityGroupResponseResource

func (*ListAllSpacesForSecurityGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForSecurityGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForSecurityGroupResponseResource) Validate ¶

Validate validates this list all spaces for security group response resource

type ListAllSpacesForSpaceQuotaDefinitionResponse ¶

type ListAllSpacesForSpaceQuotaDefinitionResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`

	// The space Quota Definition Url
	SpaceQuotaDefinitionURL string `json:"space_quota_definition_url,omitempty"`
}

ListAllSpacesForSpaceQuotaDefinitionResponse list all spaces for space quota definition response

swagger:model listAllSpacesForSpaceQuotaDefinitionResponse

func (*ListAllSpacesForSpaceQuotaDefinitionResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForSpaceQuotaDefinitionResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForSpaceQuotaDefinitionResponse) Validate ¶

Validate validates this list all spaces for space quota definition response

type ListAllSpacesForSpaceQuotaDefinitionResponsePaged ¶

type ListAllSpacesForSpaceQuotaDefinitionResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpacesForSpaceQuotaDefinitionResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpacesForSpaceQuotaDefinitionResponsePaged list all spaces for space quota definition response paged

swagger:model listAllSpacesForSpaceQuotaDefinitionResponsePaged

func (*ListAllSpacesForSpaceQuotaDefinitionResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForSpaceQuotaDefinitionResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForSpaceQuotaDefinitionResponsePaged) Validate ¶

Validate validates this list all spaces for space quota definition response paged

type ListAllSpacesForSpaceQuotaDefinitionResponseResource ¶

type ListAllSpacesForSpaceQuotaDefinitionResponseResource struct {

	// entity
	Entity *ListAllSpacesForSpaceQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpacesForSpaceQuotaDefinitionResponseResource list all spaces for space quota definition response resource

swagger:model listAllSpacesForSpaceQuotaDefinitionResponseResource

func (*ListAllSpacesForSpaceQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllSpacesForSpaceQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllSpacesForSpaceQuotaDefinitionResponseResource) Validate ¶

Validate validates this list all spaces for space quota definition response resource

type ListAllSpacesForUserResponse ¶

type ListAllSpacesForUserResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllSpacesForUserResponse list all spaces for user response

swagger:model listAllSpacesForUserResponse

func (*ListAllSpacesForUserResponse) MarshalBinary ¶

func (m *ListAllSpacesForUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForUserResponse) UnmarshalBinary ¶

func (m *ListAllSpacesForUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForUserResponse) Validate ¶

func (m *ListAllSpacesForUserResponse) Validate(formats strfmt.Registry) error

Validate validates this list all spaces for user response

type ListAllSpacesForUserResponsePaged ¶

type ListAllSpacesForUserResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpacesForUserResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpacesForUserResponsePaged list all spaces for user response paged

swagger:model listAllSpacesForUserResponsePaged

func (*ListAllSpacesForUserResponsePaged) MarshalBinary ¶

func (m *ListAllSpacesForUserResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForUserResponsePaged) UnmarshalBinary ¶

func (m *ListAllSpacesForUserResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForUserResponsePaged) Validate ¶

Validate validates this list all spaces for user response paged

type ListAllSpacesForUserResponseResource ¶

type ListAllSpacesForUserResponseResource struct {

	// entity
	Entity *ListAllSpacesForUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpacesForUserResponseResource list all spaces for user response resource

swagger:model listAllSpacesForUserResponseResource

func (*ListAllSpacesForUserResponseResource) MarshalBinary ¶

func (m *ListAllSpacesForUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesForUserResponseResource) UnmarshalBinary ¶

func (m *ListAllSpacesForUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesForUserResponseResource) Validate ¶

Validate validates this list all spaces for user response resource

type ListAllSpacesResponse ¶

type ListAllSpacesResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

ListAllSpacesResponse list all spaces response

swagger:model listAllSpacesResponse

func (*ListAllSpacesResponse) MarshalBinary ¶

func (m *ListAllSpacesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesResponse) UnmarshalBinary ¶

func (m *ListAllSpacesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesResponse) Validate ¶

func (m *ListAllSpacesResponse) Validate(formats strfmt.Registry) error

Validate validates this list all spaces response

type ListAllSpacesResponsePaged ¶

type ListAllSpacesResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllSpacesResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllSpacesResponsePaged list all spaces response paged

swagger:model listAllSpacesResponsePaged

func (*ListAllSpacesResponsePaged) MarshalBinary ¶

func (m *ListAllSpacesResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesResponsePaged) UnmarshalBinary ¶

func (m *ListAllSpacesResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesResponsePaged) Validate ¶

func (m *ListAllSpacesResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all spaces response paged

type ListAllSpacesResponseResource ¶

type ListAllSpacesResponseResource struct {

	// entity
	Entity *ListAllSpacesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllSpacesResponseResource list all spaces response resource

swagger:model listAllSpacesResponseResource

func (*ListAllSpacesResponseResource) MarshalBinary ¶

func (m *ListAllSpacesResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllSpacesResponseResource) UnmarshalBinary ¶

func (m *ListAllSpacesResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllSpacesResponseResource) Validate ¶

func (m *ListAllSpacesResponseResource) Validate(formats strfmt.Registry) error

Validate validates this list all spaces response resource

type ListAllStacksResponse ¶

type ListAllStacksResponse struct {

	// The description
	Description string `json:"description,omitempty"`

	// The name
	Name string `json:"name,omitempty"`
}

ListAllStacksResponse list all stacks response

swagger:model listAllStacksResponse

func (*ListAllStacksResponse) MarshalBinary ¶

func (m *ListAllStacksResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllStacksResponse) UnmarshalBinary ¶

func (m *ListAllStacksResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllStacksResponse) Validate ¶

func (m *ListAllStacksResponse) Validate(formats strfmt.Registry) error

Validate validates this list all stacks response

type ListAllStacksResponsePaged ¶

type ListAllStacksResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllStacksResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllStacksResponsePaged list all stacks response paged

swagger:model listAllStacksResponsePaged

func (*ListAllStacksResponsePaged) MarshalBinary ¶

func (m *ListAllStacksResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllStacksResponsePaged) UnmarshalBinary ¶

func (m *ListAllStacksResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllStacksResponsePaged) Validate ¶

func (m *ListAllStacksResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all stacks response paged

type ListAllStacksResponseResource ¶

type ListAllStacksResponseResource struct {

	// entity
	Entity *ListAllStacksResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllStacksResponseResource list all stacks response resource

swagger:model listAllStacksResponseResource

func (*ListAllStacksResponseResource) MarshalBinary ¶

func (m *ListAllStacksResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllStacksResponseResource) UnmarshalBinary ¶

func (m *ListAllStacksResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllStacksResponseResource) Validate ¶

func (m *ListAllStacksResponseResource) Validate(formats strfmt.Registry) error

Validate validates this list all stacks response resource

type ListAllUserProvidedServiceInstancesResponse ¶

type ListAllUserProvidedServiceInstancesResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL string `json:"syslog_drain_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAllUserProvidedServiceInstancesResponse list all user provided service instances response

swagger:model listAllUserProvidedServiceInstancesResponse

func (*ListAllUserProvidedServiceInstancesResponse) MarshalBinary ¶

func (m *ListAllUserProvidedServiceInstancesResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUserProvidedServiceInstancesResponse) UnmarshalBinary ¶

func (m *ListAllUserProvidedServiceInstancesResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUserProvidedServiceInstancesResponse) Validate ¶

Validate validates this list all user provided service instances response

type ListAllUserProvidedServiceInstancesResponsePaged ¶

type ListAllUserProvidedServiceInstancesResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllUserProvidedServiceInstancesResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllUserProvidedServiceInstancesResponsePaged list all user provided service instances response paged

swagger:model listAllUserProvidedServiceInstancesResponsePaged

func (*ListAllUserProvidedServiceInstancesResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllUserProvidedServiceInstancesResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllUserProvidedServiceInstancesResponsePaged) Validate ¶

Validate validates this list all user provided service instances response paged

type ListAllUserProvidedServiceInstancesResponseResource ¶

type ListAllUserProvidedServiceInstancesResponseResource struct {

	// entity
	Entity *ListAllUserProvidedServiceInstancesResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllUserProvidedServiceInstancesResponseResource list all user provided service instances response resource

swagger:model listAllUserProvidedServiceInstancesResponseResource

func (*ListAllUserProvidedServiceInstancesResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListAllUserProvidedServiceInstancesResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListAllUserProvidedServiceInstancesResponseResource) Validate ¶

Validate validates this list all user provided service instances response resource

type ListAllUsersForOrganizationResponse ¶

type ListAllUsersForOrganizationResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllUsersForOrganizationResponse list all users for organization response

swagger:model listAllUsersForOrganizationResponse

func (*ListAllUsersForOrganizationResponse) MarshalBinary ¶

func (m *ListAllUsersForOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUsersForOrganizationResponse) UnmarshalBinary ¶

func (m *ListAllUsersForOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUsersForOrganizationResponse) Validate ¶

Validate validates this list all users for organization response

type ListAllUsersForOrganizationResponsePaged ¶

type ListAllUsersForOrganizationResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllUsersForOrganizationResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllUsersForOrganizationResponsePaged list all users for organization response paged

swagger:model listAllUsersForOrganizationResponsePaged

func (*ListAllUsersForOrganizationResponsePaged) MarshalBinary ¶

func (m *ListAllUsersForOrganizationResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUsersForOrganizationResponsePaged) UnmarshalBinary ¶

func (m *ListAllUsersForOrganizationResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUsersForOrganizationResponsePaged) Validate ¶

Validate validates this list all users for organization response paged

type ListAllUsersForOrganizationResponseResource ¶

type ListAllUsersForOrganizationResponseResource struct {

	// entity
	Entity *ListAllUsersForOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllUsersForOrganizationResponseResource list all users for organization response resource

swagger:model listAllUsersForOrganizationResponseResource

func (*ListAllUsersForOrganizationResponseResource) MarshalBinary ¶

func (m *ListAllUsersForOrganizationResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUsersForOrganizationResponseResource) UnmarshalBinary ¶

func (m *ListAllUsersForOrganizationResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUsersForOrganizationResponseResource) Validate ¶

Validate validates this list all users for organization response resource

type ListAllUsersResponse ¶

type ListAllUsersResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

ListAllUsersResponse list all users response

swagger:model listAllUsersResponse

func (*ListAllUsersResponse) MarshalBinary ¶

func (m *ListAllUsersResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUsersResponse) UnmarshalBinary ¶

func (m *ListAllUsersResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUsersResponse) Validate ¶

func (m *ListAllUsersResponse) Validate(formats strfmt.Registry) error

Validate validates this list all users response

type ListAllUsersResponsePaged ¶

type ListAllUsersResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAllUsersResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAllUsersResponsePaged list all users response paged

swagger:model listAllUsersResponsePaged

func (*ListAllUsersResponsePaged) MarshalBinary ¶

func (m *ListAllUsersResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUsersResponsePaged) UnmarshalBinary ¶

func (m *ListAllUsersResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUsersResponsePaged) Validate ¶

func (m *ListAllUsersResponsePaged) Validate(formats strfmt.Registry) error

Validate validates this list all users response paged

type ListAllUsersResponseResource ¶

type ListAllUsersResponseResource struct {

	// entity
	Entity *ListAllUsersResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAllUsersResponseResource list all users response resource

swagger:model listAllUsersResponseResource

func (*ListAllUsersResponseResource) MarshalBinary ¶

func (m *ListAllUsersResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAllUsersResponseResource) UnmarshalBinary ¶

func (m *ListAllUsersResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAllUsersResponseResource) Validate ¶

func (m *ListAllUsersResponseResource) Validate(formats strfmt.Registry) error

Validate validates this list all users response resource

type ListAppCreateEventsResponse ¶

type ListAppCreateEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAppCreateEventsResponse list app create events response

swagger:model listAppCreateEventsResponse

func (*ListAppCreateEventsResponse) MarshalBinary ¶

func (m *ListAppCreateEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppCreateEventsResponse) UnmarshalBinary ¶

func (m *ListAppCreateEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppCreateEventsResponse) Validate ¶

func (m *ListAppCreateEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list app create events response

type ListAppCreateEventsResponsePaged ¶

type ListAppCreateEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAppCreateEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAppCreateEventsResponsePaged list app create events response paged

swagger:model listAppCreateEventsResponsePaged

func (*ListAppCreateEventsResponsePaged) MarshalBinary ¶

func (m *ListAppCreateEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppCreateEventsResponsePaged) UnmarshalBinary ¶

func (m *ListAppCreateEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppCreateEventsResponsePaged) Validate ¶

Validate validates this list app create events response paged

type ListAppCreateEventsResponseResource ¶

type ListAppCreateEventsResponseResource struct {

	// entity
	Entity *ListAppCreateEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAppCreateEventsResponseResource list app create events response resource

swagger:model listAppCreateEventsResponseResource

func (*ListAppCreateEventsResponseResource) MarshalBinary ¶

func (m *ListAppCreateEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppCreateEventsResponseResource) UnmarshalBinary ¶

func (m *ListAppCreateEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppCreateEventsResponseResource) Validate ¶

Validate validates this list app create events response resource

type ListAppDeleteEventsResponse ¶

type ListAppDeleteEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAppDeleteEventsResponse list app delete events response

swagger:model listAppDeleteEventsResponse

func (*ListAppDeleteEventsResponse) MarshalBinary ¶

func (m *ListAppDeleteEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppDeleteEventsResponse) UnmarshalBinary ¶

func (m *ListAppDeleteEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppDeleteEventsResponse) Validate ¶

func (m *ListAppDeleteEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list app delete events response

type ListAppDeleteEventsResponsePaged ¶

type ListAppDeleteEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAppDeleteEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAppDeleteEventsResponsePaged list app delete events response paged

swagger:model listAppDeleteEventsResponsePaged

func (*ListAppDeleteEventsResponsePaged) MarshalBinary ¶

func (m *ListAppDeleteEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppDeleteEventsResponsePaged) UnmarshalBinary ¶

func (m *ListAppDeleteEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppDeleteEventsResponsePaged) Validate ¶

Validate validates this list app delete events response paged

type ListAppDeleteEventsResponseResource ¶

type ListAppDeleteEventsResponseResource struct {

	// entity
	Entity *ListAppDeleteEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAppDeleteEventsResponseResource list app delete events response resource

swagger:model listAppDeleteEventsResponseResource

func (*ListAppDeleteEventsResponseResource) MarshalBinary ¶

func (m *ListAppDeleteEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppDeleteEventsResponseResource) UnmarshalBinary ¶

func (m *ListAppDeleteEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppDeleteEventsResponseResource) Validate ¶

Validate validates this list app delete events response resource

type ListAppExitedEventsResponse ¶

type ListAppExitedEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAppExitedEventsResponse list app exited events response

swagger:model listAppExitedEventsResponse

func (*ListAppExitedEventsResponse) MarshalBinary ¶

func (m *ListAppExitedEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppExitedEventsResponse) UnmarshalBinary ¶

func (m *ListAppExitedEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppExitedEventsResponse) Validate ¶

func (m *ListAppExitedEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list app exited events response

type ListAppExitedEventsResponsePaged ¶

type ListAppExitedEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAppExitedEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAppExitedEventsResponsePaged list app exited events response paged

swagger:model listAppExitedEventsResponsePaged

func (*ListAppExitedEventsResponsePaged) MarshalBinary ¶

func (m *ListAppExitedEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppExitedEventsResponsePaged) UnmarshalBinary ¶

func (m *ListAppExitedEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppExitedEventsResponsePaged) Validate ¶

Validate validates this list app exited events response paged

type ListAppExitedEventsResponseResource ¶

type ListAppExitedEventsResponseResource struct {

	// entity
	Entity *ListAppExitedEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAppExitedEventsResponseResource list app exited events response resource

swagger:model listAppExitedEventsResponseResource

func (*ListAppExitedEventsResponseResource) MarshalBinary ¶

func (m *ListAppExitedEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppExitedEventsResponseResource) UnmarshalBinary ¶

func (m *ListAppExitedEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppExitedEventsResponseResource) Validate ¶

Validate validates this list app exited events response resource

type ListAppUpdateEventsResponse ¶

type ListAppUpdateEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListAppUpdateEventsResponse list app update events response

swagger:model listAppUpdateEventsResponse

func (*ListAppUpdateEventsResponse) MarshalBinary ¶

func (m *ListAppUpdateEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppUpdateEventsResponse) UnmarshalBinary ¶

func (m *ListAppUpdateEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppUpdateEventsResponse) Validate ¶

func (m *ListAppUpdateEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list app update events response

type ListAppUpdateEventsResponsePaged ¶

type ListAppUpdateEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListAppUpdateEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListAppUpdateEventsResponsePaged list app update events response paged

swagger:model listAppUpdateEventsResponsePaged

func (*ListAppUpdateEventsResponsePaged) MarshalBinary ¶

func (m *ListAppUpdateEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppUpdateEventsResponsePaged) UnmarshalBinary ¶

func (m *ListAppUpdateEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppUpdateEventsResponsePaged) Validate ¶

Validate validates this list app update events response paged

type ListAppUpdateEventsResponseResource ¶

type ListAppUpdateEventsResponseResource struct {

	// entity
	Entity *ListAppUpdateEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListAppUpdateEventsResponseResource list app update events response resource

swagger:model listAppUpdateEventsResponseResource

func (*ListAppUpdateEventsResponseResource) MarshalBinary ¶

func (m *ListAppUpdateEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListAppUpdateEventsResponseResource) UnmarshalBinary ¶

func (m *ListAppUpdateEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListAppUpdateEventsResponseResource) Validate ¶

Validate validates this list app update events response resource

type ListEventsAssociatedWithAppSinceJanuary12014Response ¶

type ListEventsAssociatedWithAppSinceJanuary12014Response struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListEventsAssociatedWithAppSinceJanuary12014Response list events associated with app since january12014 response

swagger:model listEventsAssociatedWithAppSinceJanuary12014Response

func (*ListEventsAssociatedWithAppSinceJanuary12014Response) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListEventsAssociatedWithAppSinceJanuary12014Response) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListEventsAssociatedWithAppSinceJanuary12014Response) Validate ¶

Validate validates this list events associated with app since january12014 response

type ListEventsAssociatedWithAppSinceJanuary12014ResponsePaged ¶

type ListEventsAssociatedWithAppSinceJanuary12014ResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListEventsAssociatedWithAppSinceJanuary12014ResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListEventsAssociatedWithAppSinceJanuary12014ResponsePaged list events associated with app since january12014 response paged

swagger:model listEventsAssociatedWithAppSinceJanuary12014ResponsePaged

func (*ListEventsAssociatedWithAppSinceJanuary12014ResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListEventsAssociatedWithAppSinceJanuary12014ResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListEventsAssociatedWithAppSinceJanuary12014ResponsePaged) Validate ¶

Validate validates this list events associated with app since january12014 response paged

type ListEventsAssociatedWithAppSinceJanuary12014ResponseResource ¶

type ListEventsAssociatedWithAppSinceJanuary12014ResponseResource struct {

	// entity
	Entity *ListEventsAssociatedWithAppSinceJanuary12014Response `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListEventsAssociatedWithAppSinceJanuary12014ResponseResource list events associated with app since january12014 response resource

swagger:model listEventsAssociatedWithAppSinceJanuary12014ResponseResource

func (*ListEventsAssociatedWithAppSinceJanuary12014ResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListEventsAssociatedWithAppSinceJanuary12014ResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListEventsAssociatedWithAppSinceJanuary12014ResponseResource) Validate ¶

Validate validates this list events associated with app since january12014 response resource

type ListServiceBindingCreateEventsExperimentalResponse ¶

type ListServiceBindingCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceBindingCreateEventsExperimentalResponse list service binding create events experimental response

swagger:model listServiceBindingCreateEventsExperimentalResponse

func (*ListServiceBindingCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBindingCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBindingCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service binding create events experimental response

type ListServiceBindingCreateEventsExperimentalResponsePaged ¶

type ListServiceBindingCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceBindingCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceBindingCreateEventsExperimentalResponsePaged list service binding create events experimental response paged

swagger:model listServiceBindingCreateEventsExperimentalResponsePaged

func (*ListServiceBindingCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBindingCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBindingCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service binding create events experimental response paged

type ListServiceBindingCreateEventsExperimentalResponseResource ¶

type ListServiceBindingCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceBindingCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceBindingCreateEventsExperimentalResponseResource list service binding create events experimental response resource

swagger:model listServiceBindingCreateEventsExperimentalResponseResource

func (*ListServiceBindingCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBindingCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBindingCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service binding create events experimental response resource

type ListServiceBindingDeleteEventsExperimentalResponse ¶

type ListServiceBindingDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceBindingDeleteEventsExperimentalResponse list service binding delete events experimental response

swagger:model listServiceBindingDeleteEventsExperimentalResponse

func (*ListServiceBindingDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBindingDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBindingDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service binding delete events experimental response

type ListServiceBindingDeleteEventsExperimentalResponsePaged ¶

type ListServiceBindingDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceBindingDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceBindingDeleteEventsExperimentalResponsePaged list service binding delete events experimental response paged

swagger:model listServiceBindingDeleteEventsExperimentalResponsePaged

func (*ListServiceBindingDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBindingDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBindingDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service binding delete events experimental response paged

type ListServiceBindingDeleteEventsExperimentalResponseResource ¶

type ListServiceBindingDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceBindingDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceBindingDeleteEventsExperimentalResponseResource list service binding delete events experimental response resource

swagger:model listServiceBindingDeleteEventsExperimentalResponseResource

func (*ListServiceBindingDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBindingDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBindingDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service binding delete events experimental response resource

type ListServiceBrokerCreateEventsExperimentalResponse ¶

type ListServiceBrokerCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceBrokerCreateEventsExperimentalResponse list service broker create events experimental response

swagger:model listServiceBrokerCreateEventsExperimentalResponse

func (*ListServiceBrokerCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service broker create events experimental response

type ListServiceBrokerCreateEventsExperimentalResponsePaged ¶

type ListServiceBrokerCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceBrokerCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceBrokerCreateEventsExperimentalResponsePaged list service broker create events experimental response paged

swagger:model listServiceBrokerCreateEventsExperimentalResponsePaged

func (*ListServiceBrokerCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service broker create events experimental response paged

type ListServiceBrokerCreateEventsExperimentalResponseResource ¶

type ListServiceBrokerCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceBrokerCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceBrokerCreateEventsExperimentalResponseResource list service broker create events experimental response resource

swagger:model listServiceBrokerCreateEventsExperimentalResponseResource

func (*ListServiceBrokerCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service broker create events experimental response resource

type ListServiceBrokerDeleteEventsExperimentalResponse ¶

type ListServiceBrokerDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceBrokerDeleteEventsExperimentalResponse list service broker delete events experimental response

swagger:model listServiceBrokerDeleteEventsExperimentalResponse

func (*ListServiceBrokerDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service broker delete events experimental response

type ListServiceBrokerDeleteEventsExperimentalResponsePaged ¶

type ListServiceBrokerDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceBrokerDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceBrokerDeleteEventsExperimentalResponsePaged list service broker delete events experimental response paged

swagger:model listServiceBrokerDeleteEventsExperimentalResponsePaged

func (*ListServiceBrokerDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service broker delete events experimental response paged

type ListServiceBrokerDeleteEventsExperimentalResponseResource ¶

type ListServiceBrokerDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceBrokerDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceBrokerDeleteEventsExperimentalResponseResource list service broker delete events experimental response resource

swagger:model listServiceBrokerDeleteEventsExperimentalResponseResource

func (*ListServiceBrokerDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service broker delete events experimental response resource

type ListServiceBrokerUpdateEventsExperimentalResponse ¶

type ListServiceBrokerUpdateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceBrokerUpdateEventsExperimentalResponse list service broker update events experimental response

swagger:model listServiceBrokerUpdateEventsExperimentalResponse

func (*ListServiceBrokerUpdateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerUpdateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerUpdateEventsExperimentalResponse) Validate ¶

Validate validates this list service broker update events experimental response

type ListServiceBrokerUpdateEventsExperimentalResponsePaged ¶

type ListServiceBrokerUpdateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceBrokerUpdateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceBrokerUpdateEventsExperimentalResponsePaged list service broker update events experimental response paged

swagger:model listServiceBrokerUpdateEventsExperimentalResponsePaged

func (*ListServiceBrokerUpdateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerUpdateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerUpdateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service broker update events experimental response paged

type ListServiceBrokerUpdateEventsExperimentalResponseResource ¶

type ListServiceBrokerUpdateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceBrokerUpdateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceBrokerUpdateEventsExperimentalResponseResource list service broker update events experimental response resource

swagger:model listServiceBrokerUpdateEventsExperimentalResponseResource

func (*ListServiceBrokerUpdateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceBrokerUpdateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceBrokerUpdateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service broker update events experimental response resource

type ListServiceCreateEventsExperimentalResponse ¶

type ListServiceCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceCreateEventsExperimentalResponse list service create events experimental response

swagger:model listServiceCreateEventsExperimentalResponse

func (*ListServiceCreateEventsExperimentalResponse) MarshalBinary ¶

func (m *ListServiceCreateEventsExperimentalResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListServiceCreateEventsExperimentalResponse) UnmarshalBinary ¶

func (m *ListServiceCreateEventsExperimentalResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListServiceCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service create events experimental response

type ListServiceCreateEventsExperimentalResponsePaged ¶

type ListServiceCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceCreateEventsExperimentalResponsePaged list service create events experimental response paged

swagger:model listServiceCreateEventsExperimentalResponsePaged

func (*ListServiceCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service create events experimental response paged

type ListServiceCreateEventsExperimentalResponseResource ¶

type ListServiceCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceCreateEventsExperimentalResponseResource list service create events experimental response resource

swagger:model listServiceCreateEventsExperimentalResponseResource

func (*ListServiceCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service create events experimental response resource

type ListServiceDashboardClientCreateEventsExperimentalResponse ¶

type ListServiceDashboardClientCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceDashboardClientCreateEventsExperimentalResponse list service dashboard client create events experimental response

swagger:model listServiceDashboardClientCreateEventsExperimentalResponse

func (*ListServiceDashboardClientCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDashboardClientCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDashboardClientCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service dashboard client create events experimental response

type ListServiceDashboardClientCreateEventsExperimentalResponsePaged ¶

type ListServiceDashboardClientCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceDashboardClientCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceDashboardClientCreateEventsExperimentalResponsePaged list service dashboard client create events experimental response paged

swagger:model listServiceDashboardClientCreateEventsExperimentalResponsePaged

func (*ListServiceDashboardClientCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDashboardClientCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDashboardClientCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service dashboard client create events experimental response paged

type ListServiceDashboardClientCreateEventsExperimentalResponseResource ¶

type ListServiceDashboardClientCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceDashboardClientCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceDashboardClientCreateEventsExperimentalResponseResource list service dashboard client create events experimental response resource

swagger:model listServiceDashboardClientCreateEventsExperimentalResponseResource

func (*ListServiceDashboardClientCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDashboardClientCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDashboardClientCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service dashboard client create events experimental response resource

type ListServiceDashboardClientDeleteEventsExperimentalResponse ¶

type ListServiceDashboardClientDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceDashboardClientDeleteEventsExperimentalResponse list service dashboard client delete events experimental response

swagger:model listServiceDashboardClientDeleteEventsExperimentalResponse

func (*ListServiceDashboardClientDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDashboardClientDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDashboardClientDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service dashboard client delete events experimental response

type ListServiceDashboardClientDeleteEventsExperimentalResponsePaged ¶

type ListServiceDashboardClientDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceDashboardClientDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceDashboardClientDeleteEventsExperimentalResponsePaged list service dashboard client delete events experimental response paged

swagger:model listServiceDashboardClientDeleteEventsExperimentalResponsePaged

func (*ListServiceDashboardClientDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDashboardClientDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDashboardClientDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service dashboard client delete events experimental response paged

type ListServiceDashboardClientDeleteEventsExperimentalResponseResource ¶

type ListServiceDashboardClientDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceDashboardClientDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceDashboardClientDeleteEventsExperimentalResponseResource list service dashboard client delete events experimental response resource

swagger:model listServiceDashboardClientDeleteEventsExperimentalResponseResource

func (*ListServiceDashboardClientDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDashboardClientDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDashboardClientDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service dashboard client delete events experimental response resource

type ListServiceDeleteEventsExperimentalResponse ¶

type ListServiceDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceDeleteEventsExperimentalResponse list service delete events experimental response

swagger:model listServiceDeleteEventsExperimentalResponse

func (*ListServiceDeleteEventsExperimentalResponse) MarshalBinary ¶

func (m *ListServiceDeleteEventsExperimentalResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListServiceDeleteEventsExperimentalResponse) UnmarshalBinary ¶

func (m *ListServiceDeleteEventsExperimentalResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListServiceDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service delete events experimental response

type ListServiceDeleteEventsExperimentalResponsePaged ¶

type ListServiceDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceDeleteEventsExperimentalResponsePaged list service delete events experimental response paged

swagger:model listServiceDeleteEventsExperimentalResponsePaged

func (*ListServiceDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service delete events experimental response paged

type ListServiceDeleteEventsExperimentalResponseResource ¶

type ListServiceDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceDeleteEventsExperimentalResponseResource list service delete events experimental response resource

swagger:model listServiceDeleteEventsExperimentalResponseResource

func (*ListServiceDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service delete events experimental response resource

type ListServiceInstanceCreateEventsExperimentalResponse ¶

type ListServiceInstanceCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceInstanceCreateEventsExperimentalResponse list service instance create events experimental response

swagger:model listServiceInstanceCreateEventsExperimentalResponse

func (*ListServiceInstanceCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service instance create events experimental response

type ListServiceInstanceCreateEventsExperimentalResponsePaged ¶

type ListServiceInstanceCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceInstanceCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceInstanceCreateEventsExperimentalResponsePaged list service instance create events experimental response paged

swagger:model listServiceInstanceCreateEventsExperimentalResponsePaged

func (*ListServiceInstanceCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service instance create events experimental response paged

type ListServiceInstanceCreateEventsExperimentalResponseResource ¶

type ListServiceInstanceCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceInstanceCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceInstanceCreateEventsExperimentalResponseResource list service instance create events experimental response resource

swagger:model listServiceInstanceCreateEventsExperimentalResponseResource

func (*ListServiceInstanceCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service instance create events experimental response resource

type ListServiceInstanceDeleteEventsExperimentalResponse ¶

type ListServiceInstanceDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceInstanceDeleteEventsExperimentalResponse list service instance delete events experimental response

swagger:model listServiceInstanceDeleteEventsExperimentalResponse

func (*ListServiceInstanceDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service instance delete events experimental response

type ListServiceInstanceDeleteEventsExperimentalResponsePaged ¶

type ListServiceInstanceDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceInstanceDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceInstanceDeleteEventsExperimentalResponsePaged list service instance delete events experimental response paged

swagger:model listServiceInstanceDeleteEventsExperimentalResponsePaged

func (*ListServiceInstanceDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service instance delete events experimental response paged

type ListServiceInstanceDeleteEventsExperimentalResponseResource ¶

type ListServiceInstanceDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceInstanceDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceInstanceDeleteEventsExperimentalResponseResource list service instance delete events experimental response resource

swagger:model listServiceInstanceDeleteEventsExperimentalResponseResource

func (*ListServiceInstanceDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service instance delete events experimental response resource

type ListServiceInstanceUpdateEventsExperimentalResponse ¶

type ListServiceInstanceUpdateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceInstanceUpdateEventsExperimentalResponse list service instance update events experimental response

swagger:model listServiceInstanceUpdateEventsExperimentalResponse

func (*ListServiceInstanceUpdateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceUpdateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceUpdateEventsExperimentalResponse) Validate ¶

Validate validates this list service instance update events experimental response

type ListServiceInstanceUpdateEventsExperimentalResponsePaged ¶

type ListServiceInstanceUpdateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceInstanceUpdateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceInstanceUpdateEventsExperimentalResponsePaged list service instance update events experimental response paged

swagger:model listServiceInstanceUpdateEventsExperimentalResponsePaged

func (*ListServiceInstanceUpdateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceUpdateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceUpdateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service instance update events experimental response paged

type ListServiceInstanceUpdateEventsExperimentalResponseResource ¶

type ListServiceInstanceUpdateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceInstanceUpdateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceInstanceUpdateEventsExperimentalResponseResource list service instance update events experimental response resource

swagger:model listServiceInstanceUpdateEventsExperimentalResponseResource

func (*ListServiceInstanceUpdateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceInstanceUpdateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceInstanceUpdateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service instance update events experimental response resource

type ListServicePlanCreateEventsExperimentalResponse ¶

type ListServicePlanCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServicePlanCreateEventsExperimentalResponse list service plan create events experimental response

swagger:model listServicePlanCreateEventsExperimentalResponse

func (*ListServicePlanCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service plan create events experimental response

type ListServicePlanCreateEventsExperimentalResponsePaged ¶

type ListServicePlanCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServicePlanCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServicePlanCreateEventsExperimentalResponsePaged list service plan create events experimental response paged

swagger:model listServicePlanCreateEventsExperimentalResponsePaged

func (*ListServicePlanCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service plan create events experimental response paged

type ListServicePlanCreateEventsExperimentalResponseResource ¶

type ListServicePlanCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServicePlanCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServicePlanCreateEventsExperimentalResponseResource list service plan create events experimental response resource

swagger:model listServicePlanCreateEventsExperimentalResponseResource

func (*ListServicePlanCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service plan create events experimental response resource

type ListServicePlanDeleteEventsExperimentalResponse ¶

type ListServicePlanDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServicePlanDeleteEventsExperimentalResponse list service plan delete events experimental response

swagger:model listServicePlanDeleteEventsExperimentalResponse

func (*ListServicePlanDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service plan delete events experimental response

type ListServicePlanDeleteEventsExperimentalResponsePaged ¶

type ListServicePlanDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServicePlanDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServicePlanDeleteEventsExperimentalResponsePaged list service plan delete events experimental response paged

swagger:model listServicePlanDeleteEventsExperimentalResponsePaged

func (*ListServicePlanDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service plan delete events experimental response paged

type ListServicePlanDeleteEventsExperimentalResponseResource ¶

type ListServicePlanDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServicePlanDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServicePlanDeleteEventsExperimentalResponseResource list service plan delete events experimental response resource

swagger:model listServicePlanDeleteEventsExperimentalResponseResource

func (*ListServicePlanDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service plan delete events experimental response resource

type ListServicePlanUpdateEventsExperimentalResponse ¶

type ListServicePlanUpdateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServicePlanUpdateEventsExperimentalResponse list service plan update events experimental response

swagger:model listServicePlanUpdateEventsExperimentalResponse

func (*ListServicePlanUpdateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanUpdateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanUpdateEventsExperimentalResponse) Validate ¶

Validate validates this list service plan update events experimental response

type ListServicePlanUpdateEventsExperimentalResponsePaged ¶

type ListServicePlanUpdateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServicePlanUpdateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServicePlanUpdateEventsExperimentalResponsePaged list service plan update events experimental response paged

swagger:model listServicePlanUpdateEventsExperimentalResponsePaged

func (*ListServicePlanUpdateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanUpdateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanUpdateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service plan update events experimental response paged

type ListServicePlanUpdateEventsExperimentalResponseResource ¶

type ListServicePlanUpdateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServicePlanUpdateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServicePlanUpdateEventsExperimentalResponseResource list service plan update events experimental response resource

swagger:model listServicePlanUpdateEventsExperimentalResponseResource

func (*ListServicePlanUpdateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanUpdateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanUpdateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service plan update events experimental response resource

type ListServicePlanVisibilityCreateEventsExperimentalResponse ¶

type ListServicePlanVisibilityCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServicePlanVisibilityCreateEventsExperimentalResponse list service plan visibility create events experimental response

swagger:model listServicePlanVisibilityCreateEventsExperimentalResponse

func (*ListServicePlanVisibilityCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityCreateEventsExperimentalResponse) Validate ¶

Validate validates this list service plan visibility create events experimental response

type ListServicePlanVisibilityCreateEventsExperimentalResponsePaged ¶

type ListServicePlanVisibilityCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServicePlanVisibilityCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServicePlanVisibilityCreateEventsExperimentalResponsePaged list service plan visibility create events experimental response paged

swagger:model listServicePlanVisibilityCreateEventsExperimentalResponsePaged

func (*ListServicePlanVisibilityCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service plan visibility create events experimental response paged

type ListServicePlanVisibilityCreateEventsExperimentalResponseResource ¶

type ListServicePlanVisibilityCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServicePlanVisibilityCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServicePlanVisibilityCreateEventsExperimentalResponseResource list service plan visibility create events experimental response resource

swagger:model listServicePlanVisibilityCreateEventsExperimentalResponseResource

func (*ListServicePlanVisibilityCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service plan visibility create events experimental response resource

type ListServicePlanVisibilityDeleteEventsExperimentalResponse ¶

type ListServicePlanVisibilityDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServicePlanVisibilityDeleteEventsExperimentalResponse list service plan visibility delete events experimental response

swagger:model listServicePlanVisibilityDeleteEventsExperimentalResponse

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list service plan visibility delete events experimental response

type ListServicePlanVisibilityDeleteEventsExperimentalResponsePaged ¶

type ListServicePlanVisibilityDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServicePlanVisibilityDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServicePlanVisibilityDeleteEventsExperimentalResponsePaged list service plan visibility delete events experimental response paged

swagger:model listServicePlanVisibilityDeleteEventsExperimentalResponsePaged

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service plan visibility delete events experimental response paged

type ListServicePlanVisibilityDeleteEventsExperimentalResponseResource ¶

type ListServicePlanVisibilityDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServicePlanVisibilityDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServicePlanVisibilityDeleteEventsExperimentalResponseResource list service plan visibility delete events experimental response resource

swagger:model listServicePlanVisibilityDeleteEventsExperimentalResponseResource

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list service plan visibility delete events experimental response resource

type ListServicePlanVisibilityUpdateEventsExperimentalResponse ¶

type ListServicePlanVisibilityUpdateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServicePlanVisibilityUpdateEventsExperimentalResponse list service plan visibility update events experimental response

swagger:model listServicePlanVisibilityUpdateEventsExperimentalResponse

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponse) Validate ¶

Validate validates this list service plan visibility update events experimental response

type ListServicePlanVisibilityUpdateEventsExperimentalResponsePaged ¶

type ListServicePlanVisibilityUpdateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServicePlanVisibilityUpdateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServicePlanVisibilityUpdateEventsExperimentalResponsePaged list service plan visibility update events experimental response paged

swagger:model listServicePlanVisibilityUpdateEventsExperimentalResponsePaged

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service plan visibility update events experimental response paged

type ListServicePlanVisibilityUpdateEventsExperimentalResponseResource ¶

type ListServicePlanVisibilityUpdateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServicePlanVisibilityUpdateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServicePlanVisibilityUpdateEventsExperimentalResponseResource list service plan visibility update events experimental response resource

swagger:model listServicePlanVisibilityUpdateEventsExperimentalResponseResource

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServicePlanVisibilityUpdateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service plan visibility update events experimental response resource

type ListServiceUpdateEventsExperimentalResponse ¶

type ListServiceUpdateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListServiceUpdateEventsExperimentalResponse list service update events experimental response

swagger:model listServiceUpdateEventsExperimentalResponse

func (*ListServiceUpdateEventsExperimentalResponse) MarshalBinary ¶

func (m *ListServiceUpdateEventsExperimentalResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListServiceUpdateEventsExperimentalResponse) UnmarshalBinary ¶

func (m *ListServiceUpdateEventsExperimentalResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListServiceUpdateEventsExperimentalResponse) Validate ¶

Validate validates this list service update events experimental response

type ListServiceUpdateEventsExperimentalResponsePaged ¶

type ListServiceUpdateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceUpdateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceUpdateEventsExperimentalResponsePaged list service update events experimental response paged

swagger:model listServiceUpdateEventsExperimentalResponsePaged

func (*ListServiceUpdateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceUpdateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceUpdateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list service update events experimental response paged

type ListServiceUpdateEventsExperimentalResponseResource ¶

type ListServiceUpdateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListServiceUpdateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceUpdateEventsExperimentalResponseResource list service update events experimental response resource

swagger:model listServiceUpdateEventsExperimentalResponseResource

func (*ListServiceUpdateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListServiceUpdateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListServiceUpdateEventsExperimentalResponseResource) Validate ¶

Validate validates this list service update events experimental response resource

type ListServiceUsageEventsResponse ¶

type ListServiceUsageEventsResponse struct {

	// The org Guid
	OrgGUID string `json:"org_guid,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Name
	ServiceInstanceName string `json:"service_instance_name,omitempty"`

	// The service Instance Type
	ServiceInstanceType string `json:"service_instance_type,omitempty"`

	// The service Label
	ServiceLabel string `json:"service_label,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Name
	ServicePlanName string `json:"service_plan_name,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Name
	SpaceName string `json:"space_name,omitempty"`

	// The state
	State string `json:"state,omitempty"`
}

ListServiceUsageEventsResponse list service usage events response

swagger:model listServiceUsageEventsResponse

func (*ListServiceUsageEventsResponse) MarshalBinary ¶

func (m *ListServiceUsageEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListServiceUsageEventsResponse) UnmarshalBinary ¶

func (m *ListServiceUsageEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListServiceUsageEventsResponse) Validate ¶

func (m *ListServiceUsageEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list service usage events response

type ListServiceUsageEventsResponsePaged ¶

type ListServiceUsageEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListServiceUsageEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListServiceUsageEventsResponsePaged list service usage events response paged

swagger:model listServiceUsageEventsResponsePaged

func (*ListServiceUsageEventsResponsePaged) MarshalBinary ¶

func (m *ListServiceUsageEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListServiceUsageEventsResponsePaged) UnmarshalBinary ¶

func (m *ListServiceUsageEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListServiceUsageEventsResponsePaged) Validate ¶

Validate validates this list service usage events response paged

type ListServiceUsageEventsResponseResource ¶

type ListServiceUsageEventsResponseResource struct {

	// entity
	Entity *ListServiceUsageEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListServiceUsageEventsResponseResource list service usage events response resource

swagger:model listServiceUsageEventsResponseResource

func (*ListServiceUsageEventsResponseResource) MarshalBinary ¶

func (m *ListServiceUsageEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListServiceUsageEventsResponseResource) UnmarshalBinary ¶

func (m *ListServiceUsageEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListServiceUsageEventsResponseResource) Validate ¶

Validate validates this list service usage events response resource

type ListSpaceCreateEventsResponse ¶

type ListSpaceCreateEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListSpaceCreateEventsResponse list space create events response

swagger:model listSpaceCreateEventsResponse

func (*ListSpaceCreateEventsResponse) MarshalBinary ¶

func (m *ListSpaceCreateEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceCreateEventsResponse) UnmarshalBinary ¶

func (m *ListSpaceCreateEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceCreateEventsResponse) Validate ¶

func (m *ListSpaceCreateEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list space create events response

type ListSpaceCreateEventsResponsePaged ¶

type ListSpaceCreateEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListSpaceCreateEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListSpaceCreateEventsResponsePaged list space create events response paged

swagger:model listSpaceCreateEventsResponsePaged

func (*ListSpaceCreateEventsResponsePaged) MarshalBinary ¶

func (m *ListSpaceCreateEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceCreateEventsResponsePaged) UnmarshalBinary ¶

func (m *ListSpaceCreateEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceCreateEventsResponsePaged) Validate ¶

Validate validates this list space create events response paged

type ListSpaceCreateEventsResponseResource ¶

type ListSpaceCreateEventsResponseResource struct {

	// entity
	Entity *ListSpaceCreateEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListSpaceCreateEventsResponseResource list space create events response resource

swagger:model listSpaceCreateEventsResponseResource

func (*ListSpaceCreateEventsResponseResource) MarshalBinary ¶

func (m *ListSpaceCreateEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceCreateEventsResponseResource) UnmarshalBinary ¶

func (m *ListSpaceCreateEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceCreateEventsResponseResource) Validate ¶

Validate validates this list space create events response resource

type ListSpaceDeleteEventsResponse ¶

type ListSpaceDeleteEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListSpaceDeleteEventsResponse list space delete events response

swagger:model listSpaceDeleteEventsResponse

func (*ListSpaceDeleteEventsResponse) MarshalBinary ¶

func (m *ListSpaceDeleteEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceDeleteEventsResponse) UnmarshalBinary ¶

func (m *ListSpaceDeleteEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceDeleteEventsResponse) Validate ¶

func (m *ListSpaceDeleteEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list space delete events response

type ListSpaceDeleteEventsResponsePaged ¶

type ListSpaceDeleteEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListSpaceDeleteEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListSpaceDeleteEventsResponsePaged list space delete events response paged

swagger:model listSpaceDeleteEventsResponsePaged

func (*ListSpaceDeleteEventsResponsePaged) MarshalBinary ¶

func (m *ListSpaceDeleteEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceDeleteEventsResponsePaged) UnmarshalBinary ¶

func (m *ListSpaceDeleteEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceDeleteEventsResponsePaged) Validate ¶

Validate validates this list space delete events response paged

type ListSpaceDeleteEventsResponseResource ¶

type ListSpaceDeleteEventsResponseResource struct {

	// entity
	Entity *ListSpaceDeleteEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListSpaceDeleteEventsResponseResource list space delete events response resource

swagger:model listSpaceDeleteEventsResponseResource

func (*ListSpaceDeleteEventsResponseResource) MarshalBinary ¶

func (m *ListSpaceDeleteEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceDeleteEventsResponseResource) UnmarshalBinary ¶

func (m *ListSpaceDeleteEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceDeleteEventsResponseResource) Validate ¶

Validate validates this list space delete events response resource

type ListSpaceUpdateEventsResponse ¶

type ListSpaceUpdateEventsResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListSpaceUpdateEventsResponse list space update events response

swagger:model listSpaceUpdateEventsResponse

func (*ListSpaceUpdateEventsResponse) MarshalBinary ¶

func (m *ListSpaceUpdateEventsResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceUpdateEventsResponse) UnmarshalBinary ¶

func (m *ListSpaceUpdateEventsResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceUpdateEventsResponse) Validate ¶

func (m *ListSpaceUpdateEventsResponse) Validate(formats strfmt.Registry) error

Validate validates this list space update events response

type ListSpaceUpdateEventsResponsePaged ¶

type ListSpaceUpdateEventsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListSpaceUpdateEventsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListSpaceUpdateEventsResponsePaged list space update events response paged

swagger:model listSpaceUpdateEventsResponsePaged

func (*ListSpaceUpdateEventsResponsePaged) MarshalBinary ¶

func (m *ListSpaceUpdateEventsResponsePaged) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceUpdateEventsResponsePaged) UnmarshalBinary ¶

func (m *ListSpaceUpdateEventsResponsePaged) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceUpdateEventsResponsePaged) Validate ¶

Validate validates this list space update events response paged

type ListSpaceUpdateEventsResponseResource ¶

type ListSpaceUpdateEventsResponseResource struct {

	// entity
	Entity *ListSpaceUpdateEventsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListSpaceUpdateEventsResponseResource list space update events response resource

swagger:model listSpaceUpdateEventsResponseResource

func (*ListSpaceUpdateEventsResponseResource) MarshalBinary ¶

func (m *ListSpaceUpdateEventsResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListSpaceUpdateEventsResponseResource) UnmarshalBinary ¶

func (m *ListSpaceUpdateEventsResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListSpaceUpdateEventsResponseResource) Validate ¶

Validate validates this list space update events response resource

type ListUserProvidedServiceInstanceCreateEventsExperimentalResponse ¶

type ListUserProvidedServiceInstanceCreateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListUserProvidedServiceInstanceCreateEventsExperimentalResponse list user provided service instance create events experimental response

swagger:model listUserProvidedServiceInstanceCreateEventsExperimentalResponse

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponse) Validate ¶

Validate validates this list user provided service instance create events experimental response

type ListUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged ¶

type ListUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged list user provided service instance create events experimental response paged

swagger:model listUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list user provided service instance create events experimental response paged

type ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource ¶

type ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListUserProvidedServiceInstanceCreateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource list user provided service instance create events experimental response resource

swagger:model listUserProvidedServiceInstanceCreateEventsExperimentalResponseResource

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceCreateEventsExperimentalResponseResource) Validate ¶

Validate validates this list user provided service instance create events experimental response resource

type ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse ¶

type ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse list user provided service instance delete events experimental response

swagger:model listUserProvidedServiceInstanceDeleteEventsExperimentalResponse

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse) Validate ¶

Validate validates this list user provided service instance delete events experimental response

type ListUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged ¶

type ListUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged list user provided service instance delete events experimental response paged

swagger:model listUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponsePaged) Validate ¶

Validate validates this list user provided service instance delete events experimental response paged

type ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource ¶

type ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource struct {

	// entity
	Entity *ListUserProvidedServiceInstanceDeleteEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource list user provided service instance delete events experimental response resource

swagger:model listUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceDeleteEventsExperimentalResponseResource) Validate ¶

Validate validates this list user provided service instance delete events experimental response resource

type ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse ¶

type ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse list user provided service instance update events experimental response

swagger:model listUserProvidedServiceInstanceUpdateEventsExperimentalResponse

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse) Validate ¶

Validate validates this list user provided service instance update events experimental response

type ListUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged ¶

type ListUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ListUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged list user provided service instance update events experimental response paged

swagger:model listUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponsePaged) Validate ¶

Validate validates this list user provided service instance update events experimental response paged

type ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource ¶

type ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource struct {

	// entity
	Entity *ListUserProvidedServiceInstanceUpdateEventsExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource list user provided service instance update events experimental response resource

swagger:model listUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ListUserProvidedServiceInstanceUpdateEventsExperimentalResponseResource) Validate ¶

Validate validates this list user provided service instance update events experimental response resource

type LockOrUnlockBuildpackRequest ¶

type LockOrUnlockBuildpackRequest struct {

	// Whether or not the buildpack will be used for staging
	Enabled GenericObject `json:"enabled,omitempty"`

	// The name of the uploaded buildpack file
	Filename GenericObject `json:"filename,omitempty"`

	// Whether or not the buildpack is locked to prevent updates
	Locked bool `json:"locked,omitempty"`

	// The name of the buildpack. To be used by app buildpack field. (only alphanumeric characters)
	Name string `json:"name,omitempty"`

	// The order in which the buildpacks are checked during buildpack auto-detection.
	Position GenericObject `json:"position,omitempty"`
}

LockOrUnlockBuildpackRequest lock or unlock buildpack request

swagger:model lockOrUnlockBuildpackRequest

func (*LockOrUnlockBuildpackRequest) MarshalBinary ¶

func (m *LockOrUnlockBuildpackRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LockOrUnlockBuildpackRequest) UnmarshalBinary ¶

func (m *LockOrUnlockBuildpackRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LockOrUnlockBuildpackRequest) Validate ¶

func (m *LockOrUnlockBuildpackRequest) Validate(formats strfmt.Registry) error

Validate validates this lock or unlock buildpack request

type LockOrUnlockBuildpackResponse ¶

type LockOrUnlockBuildpackResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The filename
	Filename string `json:"filename,omitempty"`

	// The locked
	Locked bool `json:"locked,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The position
	Position int64 `json:"position,omitempty"`
}

LockOrUnlockBuildpackResponse lock or unlock buildpack response

swagger:model lockOrUnlockBuildpackResponse

func (*LockOrUnlockBuildpackResponse) MarshalBinary ¶

func (m *LockOrUnlockBuildpackResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LockOrUnlockBuildpackResponse) UnmarshalBinary ¶

func (m *LockOrUnlockBuildpackResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LockOrUnlockBuildpackResponse) Validate ¶

func (m *LockOrUnlockBuildpackResponse) Validate(formats strfmt.Registry) error

Validate validates this lock or unlock buildpack response

type LockOrUnlockBuildpackResponseResource ¶

type LockOrUnlockBuildpackResponseResource struct {

	// entity
	Entity *LockOrUnlockBuildpackResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

LockOrUnlockBuildpackResponseResource lock or unlock buildpack response resource

swagger:model lockOrUnlockBuildpackResponseResource

func (*LockOrUnlockBuildpackResponseResource) MarshalBinary ¶

func (m *LockOrUnlockBuildpackResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LockOrUnlockBuildpackResponseResource) UnmarshalBinary ¶

func (m *LockOrUnlockBuildpackResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LockOrUnlockBuildpackResponseResource) Validate ¶

Validate validates this lock or unlock buildpack response resource

type MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest ¶

type MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest struct {

	// The guid of the plan to move the existing instances to
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`
}

MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest migrate service instances from one service plan to another service plan experimental request

swagger:model migrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest) MarshalBinary ¶

MarshalBinary interface implementation

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalRequest) Validate ¶

Validate validates this migrate service instances from one service plan to another service plan experimental request

type MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse ¶

type MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse struct {

	// The changed Count
	ChangedCount int64 `json:"changed_count,omitempty"`
}

MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse migrate service instances from one service plan to another service plan experimental response

swagger:model migrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse) Validate ¶

Validate validates this migrate service instances from one service plan to another service plan experimental response

type MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource ¶

type MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource struct {

	// entity
	Entity *MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource migrate service instances from one service plan to another service plan experimental response resource

swagger:model migrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*MigrateServiceInstancesFromOneServicePlanToAnotherServicePlanExperimentalResponseResource) Validate ¶

Validate validates this migrate service instances from one service plan to another service plan experimental response resource

type RemoveAppFromRouteResponse ¶

type RemoveAppFromRouteResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

RemoveAppFromRouteResponse remove app from route response

swagger:model removeAppFromRouteResponse

func (*RemoveAppFromRouteResponse) MarshalBinary ¶

func (m *RemoveAppFromRouteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAppFromRouteResponse) UnmarshalBinary ¶

func (m *RemoveAppFromRouteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAppFromRouteResponse) Validate ¶

func (m *RemoveAppFromRouteResponse) Validate(formats strfmt.Registry) error

Validate validates this remove app from route response

type RemoveAppFromRouteResponseResource ¶

type RemoveAppFromRouteResponseResource struct {

	// entity
	Entity *RemoveAppFromRouteResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveAppFromRouteResponseResource remove app from route response resource

swagger:model removeAppFromRouteResponseResource

func (*RemoveAppFromRouteResponseResource) MarshalBinary ¶

func (m *RemoveAppFromRouteResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAppFromRouteResponseResource) UnmarshalBinary ¶

func (m *RemoveAppFromRouteResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAppFromRouteResponseResource) Validate ¶

Validate validates this remove app from route response resource

type RemoveAuditedOrganizationFromUserResponse ¶

type RemoveAuditedOrganizationFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveAuditedOrganizationFromUserResponse remove audited organization from user response

swagger:model removeAuditedOrganizationFromUserResponse

func (*RemoveAuditedOrganizationFromUserResponse) MarshalBinary ¶

func (m *RemoveAuditedOrganizationFromUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAuditedOrganizationFromUserResponse) UnmarshalBinary ¶

func (m *RemoveAuditedOrganizationFromUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAuditedOrganizationFromUserResponse) Validate ¶

Validate validates this remove audited organization from user response

type RemoveAuditedOrganizationFromUserResponseResource ¶

type RemoveAuditedOrganizationFromUserResponseResource struct {

	// entity
	Entity *RemoveAuditedOrganizationFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveAuditedOrganizationFromUserResponseResource remove audited organization from user response resource

swagger:model removeAuditedOrganizationFromUserResponseResource

func (*RemoveAuditedOrganizationFromUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveAuditedOrganizationFromUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveAuditedOrganizationFromUserResponseResource) Validate ¶

Validate validates this remove audited organization from user response resource

type RemoveAuditedSpaceFromUserResponse ¶

type RemoveAuditedSpaceFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveAuditedSpaceFromUserResponse remove audited space from user response

swagger:model removeAuditedSpaceFromUserResponse

func (*RemoveAuditedSpaceFromUserResponse) MarshalBinary ¶

func (m *RemoveAuditedSpaceFromUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAuditedSpaceFromUserResponse) UnmarshalBinary ¶

func (m *RemoveAuditedSpaceFromUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAuditedSpaceFromUserResponse) Validate ¶

Validate validates this remove audited space from user response

type RemoveAuditedSpaceFromUserResponseResource ¶

type RemoveAuditedSpaceFromUserResponseResource struct {

	// entity
	Entity *RemoveAuditedSpaceFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveAuditedSpaceFromUserResponseResource remove audited space from user response resource

swagger:model removeAuditedSpaceFromUserResponseResource

func (*RemoveAuditedSpaceFromUserResponseResource) MarshalBinary ¶

func (m *RemoveAuditedSpaceFromUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAuditedSpaceFromUserResponseResource) UnmarshalBinary ¶

func (m *RemoveAuditedSpaceFromUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAuditedSpaceFromUserResponseResource) Validate ¶

Validate validates this remove audited space from user response resource

type RemoveAuditorFromOrganizationResponse ¶

type RemoveAuditorFromOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

RemoveAuditorFromOrganizationResponse remove auditor from organization response

swagger:model removeAuditorFromOrganizationResponse

func (*RemoveAuditorFromOrganizationResponse) MarshalBinary ¶

func (m *RemoveAuditorFromOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAuditorFromOrganizationResponse) UnmarshalBinary ¶

func (m *RemoveAuditorFromOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAuditorFromOrganizationResponse) Validate ¶

Validate validates this remove auditor from organization response

type RemoveAuditorFromOrganizationResponseResource ¶

type RemoveAuditorFromOrganizationResponseResource struct {

	// entity
	Entity *RemoveAuditorFromOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveAuditorFromOrganizationResponseResource remove auditor from organization response resource

swagger:model removeAuditorFromOrganizationResponseResource

func (*RemoveAuditorFromOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveAuditorFromOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveAuditorFromOrganizationResponseResource) Validate ¶

Validate validates this remove auditor from organization response resource

type RemoveAuditorFromSpaceResponse ¶

type RemoveAuditorFromSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

RemoveAuditorFromSpaceResponse remove auditor from space response

swagger:model removeAuditorFromSpaceResponse

func (*RemoveAuditorFromSpaceResponse) MarshalBinary ¶

func (m *RemoveAuditorFromSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAuditorFromSpaceResponse) UnmarshalBinary ¶

func (m *RemoveAuditorFromSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAuditorFromSpaceResponse) Validate ¶

func (m *RemoveAuditorFromSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this remove auditor from space response

type RemoveAuditorFromSpaceResponseResource ¶

type RemoveAuditorFromSpaceResponseResource struct {

	// entity
	Entity *RemoveAuditorFromSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveAuditorFromSpaceResponseResource remove auditor from space response resource

swagger:model removeAuditorFromSpaceResponseResource

func (*RemoveAuditorFromSpaceResponseResource) MarshalBinary ¶

func (m *RemoveAuditorFromSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveAuditorFromSpaceResponseResource) UnmarshalBinary ¶

func (m *RemoveAuditorFromSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveAuditorFromSpaceResponseResource) Validate ¶

Validate validates this remove auditor from space response resource

type RemoveBillingManagedOrganizationFromUserResponse ¶

type RemoveBillingManagedOrganizationFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveBillingManagedOrganizationFromUserResponse remove billing managed organization from user response

swagger:model removeBillingManagedOrganizationFromUserResponse

func (*RemoveBillingManagedOrganizationFromUserResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveBillingManagedOrganizationFromUserResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveBillingManagedOrganizationFromUserResponse) Validate ¶

Validate validates this remove billing managed organization from user response

type RemoveBillingManagedOrganizationFromUserResponseResource ¶

type RemoveBillingManagedOrganizationFromUserResponseResource struct {

	// entity
	Entity *RemoveBillingManagedOrganizationFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveBillingManagedOrganizationFromUserResponseResource remove billing managed organization from user response resource

swagger:model removeBillingManagedOrganizationFromUserResponseResource

func (*RemoveBillingManagedOrganizationFromUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveBillingManagedOrganizationFromUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveBillingManagedOrganizationFromUserResponseResource) Validate ¶

Validate validates this remove billing managed organization from user response resource

type RemoveBillingManagerFromOrganizationResponse ¶

type RemoveBillingManagerFromOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

RemoveBillingManagerFromOrganizationResponse remove billing manager from organization response

swagger:model removeBillingManagerFromOrganizationResponse

func (*RemoveBillingManagerFromOrganizationResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveBillingManagerFromOrganizationResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveBillingManagerFromOrganizationResponse) Validate ¶

Validate validates this remove billing manager from organization response

type RemoveBillingManagerFromOrganizationResponseResource ¶

type RemoveBillingManagerFromOrganizationResponseResource struct {

	// entity
	Entity *RemoveBillingManagerFromOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveBillingManagerFromOrganizationResponseResource remove billing manager from organization response resource

swagger:model removeBillingManagerFromOrganizationResponseResource

func (*RemoveBillingManagerFromOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveBillingManagerFromOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveBillingManagerFromOrganizationResponseResource) Validate ¶

Validate validates this remove billing manager from organization response resource

type RemoveDeveloperFromSpaceResponse ¶

type RemoveDeveloperFromSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

RemoveDeveloperFromSpaceResponse remove developer from space response

swagger:model removeDeveloperFromSpaceResponse

func (*RemoveDeveloperFromSpaceResponse) MarshalBinary ¶

func (m *RemoveDeveloperFromSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveDeveloperFromSpaceResponse) UnmarshalBinary ¶

func (m *RemoveDeveloperFromSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveDeveloperFromSpaceResponse) Validate ¶

Validate validates this remove developer from space response

type RemoveDeveloperFromSpaceResponseResource ¶

type RemoveDeveloperFromSpaceResponseResource struct {

	// entity
	Entity *RemoveDeveloperFromSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveDeveloperFromSpaceResponseResource remove developer from space response resource

swagger:model removeDeveloperFromSpaceResponseResource

func (*RemoveDeveloperFromSpaceResponseResource) MarshalBinary ¶

func (m *RemoveDeveloperFromSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveDeveloperFromSpaceResponseResource) UnmarshalBinary ¶

func (m *RemoveDeveloperFromSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveDeveloperFromSpaceResponseResource) Validate ¶

Validate validates this remove developer from space response resource

type RemoveManagedOrganizationFromUserResponse ¶

type RemoveManagedOrganizationFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveManagedOrganizationFromUserResponse remove managed organization from user response

swagger:model removeManagedOrganizationFromUserResponse

func (*RemoveManagedOrganizationFromUserResponse) MarshalBinary ¶

func (m *RemoveManagedOrganizationFromUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveManagedOrganizationFromUserResponse) UnmarshalBinary ¶

func (m *RemoveManagedOrganizationFromUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveManagedOrganizationFromUserResponse) Validate ¶

Validate validates this remove managed organization from user response

type RemoveManagedOrganizationFromUserResponseResource ¶

type RemoveManagedOrganizationFromUserResponseResource struct {

	// entity
	Entity *RemoveManagedOrganizationFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveManagedOrganizationFromUserResponseResource remove managed organization from user response resource

swagger:model removeManagedOrganizationFromUserResponseResource

func (*RemoveManagedOrganizationFromUserResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveManagedOrganizationFromUserResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveManagedOrganizationFromUserResponseResource) Validate ¶

Validate validates this remove managed organization from user response resource

type RemoveManagedSpaceFromUserResponse ¶

type RemoveManagedSpaceFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveManagedSpaceFromUserResponse remove managed space from user response

swagger:model removeManagedSpaceFromUserResponse

func (*RemoveManagedSpaceFromUserResponse) MarshalBinary ¶

func (m *RemoveManagedSpaceFromUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveManagedSpaceFromUserResponse) UnmarshalBinary ¶

func (m *RemoveManagedSpaceFromUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveManagedSpaceFromUserResponse) Validate ¶

Validate validates this remove managed space from user response

type RemoveManagedSpaceFromUserResponseResource ¶

type RemoveManagedSpaceFromUserResponseResource struct {

	// entity
	Entity *RemoveManagedSpaceFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveManagedSpaceFromUserResponseResource remove managed space from user response resource

swagger:model removeManagedSpaceFromUserResponseResource

func (*RemoveManagedSpaceFromUserResponseResource) MarshalBinary ¶

func (m *RemoveManagedSpaceFromUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveManagedSpaceFromUserResponseResource) UnmarshalBinary ¶

func (m *RemoveManagedSpaceFromUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveManagedSpaceFromUserResponseResource) Validate ¶

Validate validates this remove managed space from user response resource

type RemoveManagerFromOrganizationResponse ¶

type RemoveManagerFromOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

RemoveManagerFromOrganizationResponse remove manager from organization response

swagger:model removeManagerFromOrganizationResponse

func (*RemoveManagerFromOrganizationResponse) MarshalBinary ¶

func (m *RemoveManagerFromOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveManagerFromOrganizationResponse) UnmarshalBinary ¶

func (m *RemoveManagerFromOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveManagerFromOrganizationResponse) Validate ¶

Validate validates this remove manager from organization response

type RemoveManagerFromOrganizationResponseResource ¶

type RemoveManagerFromOrganizationResponseResource struct {

	// entity
	Entity *RemoveManagerFromOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveManagerFromOrganizationResponseResource remove manager from organization response resource

swagger:model removeManagerFromOrganizationResponseResource

func (*RemoveManagerFromOrganizationResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveManagerFromOrganizationResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveManagerFromOrganizationResponseResource) Validate ¶

Validate validates this remove manager from organization response resource

type RemoveManagerFromSpaceResponse ¶

type RemoveManagerFromSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

RemoveManagerFromSpaceResponse remove manager from space response

swagger:model removeManagerFromSpaceResponse

func (*RemoveManagerFromSpaceResponse) MarshalBinary ¶

func (m *RemoveManagerFromSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveManagerFromSpaceResponse) UnmarshalBinary ¶

func (m *RemoveManagerFromSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveManagerFromSpaceResponse) Validate ¶

func (m *RemoveManagerFromSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this remove manager from space response

type RemoveManagerFromSpaceResponseResource ¶

type RemoveManagerFromSpaceResponseResource struct {

	// entity
	Entity *RemoveManagerFromSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveManagerFromSpaceResponseResource remove manager from space response resource

swagger:model removeManagerFromSpaceResponseResource

func (*RemoveManagerFromSpaceResponseResource) MarshalBinary ¶

func (m *RemoveManagerFromSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveManagerFromSpaceResponseResource) UnmarshalBinary ¶

func (m *RemoveManagerFromSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveManagerFromSpaceResponseResource) Validate ¶

Validate validates this remove manager from space response resource

type RemoveOrganizationFromUserResponse ¶

type RemoveOrganizationFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveOrganizationFromUserResponse remove organization from user response

swagger:model removeOrganizationFromUserResponse

func (*RemoveOrganizationFromUserResponse) MarshalBinary ¶

func (m *RemoveOrganizationFromUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveOrganizationFromUserResponse) UnmarshalBinary ¶

func (m *RemoveOrganizationFromUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveOrganizationFromUserResponse) Validate ¶

Validate validates this remove organization from user response

type RemoveOrganizationFromUserResponseResource ¶

type RemoveOrganizationFromUserResponseResource struct {

	// entity
	Entity *RemoveOrganizationFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveOrganizationFromUserResponseResource remove organization from user response resource

swagger:model removeOrganizationFromUserResponseResource

func (*RemoveOrganizationFromUserResponseResource) MarshalBinary ¶

func (m *RemoveOrganizationFromUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveOrganizationFromUserResponseResource) UnmarshalBinary ¶

func (m *RemoveOrganizationFromUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveOrganizationFromUserResponseResource) Validate ¶

Validate validates this remove organization from user response resource

type RemoveRouteFromAppResponse ¶

type RemoveRouteFromAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

RemoveRouteFromAppResponse remove route from app response

swagger:model removeRouteFromAppResponse

func (*RemoveRouteFromAppResponse) MarshalBinary ¶

func (m *RemoveRouteFromAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveRouteFromAppResponse) UnmarshalBinary ¶

func (m *RemoveRouteFromAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveRouteFromAppResponse) Validate ¶

func (m *RemoveRouteFromAppResponse) Validate(formats strfmt.Registry) error

Validate validates this remove route from app response

type RemoveRouteFromAppResponseResource ¶

type RemoveRouteFromAppResponseResource struct {

	// entity
	Entity *RemoveRouteFromAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveRouteFromAppResponseResource remove route from app response resource

swagger:model removeRouteFromAppResponseResource

func (*RemoveRouteFromAppResponseResource) MarshalBinary ¶

func (m *RemoveRouteFromAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveRouteFromAppResponseResource) UnmarshalBinary ¶

func (m *RemoveRouteFromAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveRouteFromAppResponseResource) Validate ¶

Validate validates this remove route from app response resource

type RemoveSecurityGroupFromSpaceResponse ¶

type RemoveSecurityGroupFromSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

RemoveSecurityGroupFromSpaceResponse remove security group from space response

swagger:model removeSecurityGroupFromSpaceResponse

func (*RemoveSecurityGroupFromSpaceResponse) MarshalBinary ¶

func (m *RemoveSecurityGroupFromSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveSecurityGroupFromSpaceResponse) UnmarshalBinary ¶

func (m *RemoveSecurityGroupFromSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveSecurityGroupFromSpaceResponse) Validate ¶

Validate validates this remove security group from space response

type RemoveSecurityGroupFromSpaceResponseResource ¶

type RemoveSecurityGroupFromSpaceResponseResource struct {

	// entity
	Entity *RemoveSecurityGroupFromSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveSecurityGroupFromSpaceResponseResource remove security group from space response resource

swagger:model removeSecurityGroupFromSpaceResponseResource

func (*RemoveSecurityGroupFromSpaceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveSecurityGroupFromSpaceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveSecurityGroupFromSpaceResponseResource) Validate ¶

Validate validates this remove security group from space response resource

type RemoveServiceBindingFromAppResponse ¶

type RemoveServiceBindingFromAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

RemoveServiceBindingFromAppResponse remove service binding from app response

swagger:model removeServiceBindingFromAppResponse

func (*RemoveServiceBindingFromAppResponse) MarshalBinary ¶

func (m *RemoveServiceBindingFromAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveServiceBindingFromAppResponse) UnmarshalBinary ¶

func (m *RemoveServiceBindingFromAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveServiceBindingFromAppResponse) Validate ¶

Validate validates this remove service binding from app response

type RemoveServiceBindingFromAppResponseResource ¶

type RemoveServiceBindingFromAppResponseResource struct {

	// entity
	Entity *RemoveServiceBindingFromAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveServiceBindingFromAppResponseResource remove service binding from app response resource

swagger:model removeServiceBindingFromAppResponseResource

func (*RemoveServiceBindingFromAppResponseResource) MarshalBinary ¶

func (m *RemoveServiceBindingFromAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveServiceBindingFromAppResponseResource) UnmarshalBinary ¶

func (m *RemoveServiceBindingFromAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveServiceBindingFromAppResponseResource) Validate ¶

Validate validates this remove service binding from app response resource

type RemoveSpaceFromSecurityGroupResponse ¶

type RemoveSpaceFromSecurityGroupResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

RemoveSpaceFromSecurityGroupResponse remove space from security group response

swagger:model removeSpaceFromSecurityGroupResponse

func (*RemoveSpaceFromSecurityGroupResponse) MarshalBinary ¶

func (m *RemoveSpaceFromSecurityGroupResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveSpaceFromSecurityGroupResponse) UnmarshalBinary ¶

func (m *RemoveSpaceFromSecurityGroupResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveSpaceFromSecurityGroupResponse) Validate ¶

Validate validates this remove space from security group response

type RemoveSpaceFromSecurityGroupResponseResource ¶

type RemoveSpaceFromSecurityGroupResponseResource struct {

	// entity
	Entity *RemoveSpaceFromSecurityGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveSpaceFromSecurityGroupResponseResource remove space from security group response resource

swagger:model removeSpaceFromSecurityGroupResponseResource

func (*RemoveSpaceFromSecurityGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveSpaceFromSecurityGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveSpaceFromSecurityGroupResponseResource) Validate ¶

Validate validates this remove space from security group response resource

type RemoveSpaceFromSpaceQuotaDefinitionResponse ¶

type RemoveSpaceFromSpaceQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

RemoveSpaceFromSpaceQuotaDefinitionResponse remove space from space quota definition response

swagger:model removeSpaceFromSpaceQuotaDefinitionResponse

func (*RemoveSpaceFromSpaceQuotaDefinitionResponse) MarshalBinary ¶

func (m *RemoveSpaceFromSpaceQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveSpaceFromSpaceQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *RemoveSpaceFromSpaceQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveSpaceFromSpaceQuotaDefinitionResponse) Validate ¶

Validate validates this remove space from space quota definition response

type RemoveSpaceFromSpaceQuotaDefinitionResponseResource ¶

type RemoveSpaceFromSpaceQuotaDefinitionResponseResource struct {

	// entity
	Entity *RemoveSpaceFromSpaceQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveSpaceFromSpaceQuotaDefinitionResponseResource remove space from space quota definition response resource

swagger:model removeSpaceFromSpaceQuotaDefinitionResponseResource

func (*RemoveSpaceFromSpaceQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RemoveSpaceFromSpaceQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RemoveSpaceFromSpaceQuotaDefinitionResponseResource) Validate ¶

Validate validates this remove space from space quota definition response resource

type RemoveSpaceFromUserResponse ¶

type RemoveSpaceFromUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RemoveSpaceFromUserResponse remove space from user response

swagger:model removeSpaceFromUserResponse

func (*RemoveSpaceFromUserResponse) MarshalBinary ¶

func (m *RemoveSpaceFromUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveSpaceFromUserResponse) UnmarshalBinary ¶

func (m *RemoveSpaceFromUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveSpaceFromUserResponse) Validate ¶

func (m *RemoveSpaceFromUserResponse) Validate(formats strfmt.Registry) error

Validate validates this remove space from user response

type RemoveSpaceFromUserResponseResource ¶

type RemoveSpaceFromUserResponseResource struct {

	// entity
	Entity *RemoveSpaceFromUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveSpaceFromUserResponseResource remove space from user response resource

swagger:model removeSpaceFromUserResponseResource

func (*RemoveSpaceFromUserResponseResource) MarshalBinary ¶

func (m *RemoveSpaceFromUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveSpaceFromUserResponseResource) UnmarshalBinary ¶

func (m *RemoveSpaceFromUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveSpaceFromUserResponseResource) Validate ¶

Validate validates this remove space from user response resource

type RemoveUserFromOrganizationResponse ¶

type RemoveUserFromOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

RemoveUserFromOrganizationResponse remove user from organization response

swagger:model removeUserFromOrganizationResponse

func (*RemoveUserFromOrganizationResponse) MarshalBinary ¶

func (m *RemoveUserFromOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveUserFromOrganizationResponse) UnmarshalBinary ¶

func (m *RemoveUserFromOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveUserFromOrganizationResponse) Validate ¶

Validate validates this remove user from organization response

type RemoveUserFromOrganizationResponseResource ¶

type RemoveUserFromOrganizationResponseResource struct {

	// entity
	Entity *RemoveUserFromOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RemoveUserFromOrganizationResponseResource remove user from organization response resource

swagger:model removeUserFromOrganizationResponseResource

func (*RemoveUserFromOrganizationResponseResource) MarshalBinary ¶

func (m *RemoveUserFromOrganizationResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveUserFromOrganizationResponseResource) UnmarshalBinary ¶

func (m *RemoveUserFromOrganizationResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveUserFromOrganizationResponseResource) Validate ¶

Validate validates this remove user from organization response resource

type RestageAppResponse ¶

type RestageAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

RestageAppResponse restage app response

swagger:model restageAppResponse

func (*RestageAppResponse) MarshalBinary ¶

func (m *RestageAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RestageAppResponse) UnmarshalBinary ¶

func (m *RestageAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RestageAppResponse) Validate ¶

func (m *RestageAppResponse) Validate(formats strfmt.Registry) error

Validate validates this restage app response

type RestageAppResponseResource ¶

type RestageAppResponseResource struct {

	// entity
	Entity *RestageAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RestageAppResponseResource restage app response resource

swagger:model restageAppResponseResource

func (*RestageAppResponseResource) MarshalBinary ¶

func (m *RestageAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RestageAppResponseResource) UnmarshalBinary ¶

func (m *RestageAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RestageAppResponseResource) Validate ¶

func (m *RestageAppResponseResource) Validate(formats strfmt.Registry) error

Validate validates this restage app response resource

type RetrieveAppResponse ¶

type RetrieveAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

RetrieveAppResponse retrieve app response

swagger:model retrieveAppResponse

func (*RetrieveAppResponse) MarshalBinary ¶

func (m *RetrieveAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAppResponse) UnmarshalBinary ¶

func (m *RetrieveAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAppResponse) Validate ¶

func (m *RetrieveAppResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve app response

type RetrieveAppResponseResource ¶

type RetrieveAppResponseResource struct {

	// entity
	Entity *RetrieveAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveAppResponseResource retrieve app response resource

swagger:model retrieveAppResponseResource

func (*RetrieveAppResponseResource) MarshalBinary ¶

func (m *RetrieveAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAppResponseResource) UnmarshalBinary ¶

func (m *RetrieveAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAppResponseResource) Validate ¶

func (m *RetrieveAppResponseResource) Validate(formats strfmt.Registry) error

Validate validates this retrieve app response resource

type RetrieveAppUsageEventResponse ¶

type RetrieveAppUsageEventResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Name
	AppName string `json:"app_name,omitempty"`

	// The buildpack Guid
	BuildpackGUID string `json:"buildpack_guid,omitempty"`

	// The buildpack Name
	BuildpackName string `json:"buildpack_name,omitempty"`

	// The instance Count
	InstanceCount int64 `json:"instance_count,omitempty"`

	// The memory In Mb Per Instance
	MemoryInMbPerInstance int64 `json:"memory_in_mb_per_instance,omitempty"`

	// The org Guid
	OrgGUID string `json:"org_guid,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Name
	SpaceName string `json:"space_name,omitempty"`

	// The state
	State string `json:"state,omitempty"`
}

RetrieveAppUsageEventResponse retrieve app usage event response

swagger:model retrieveAppUsageEventResponse

func (*RetrieveAppUsageEventResponse) MarshalBinary ¶

func (m *RetrieveAppUsageEventResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAppUsageEventResponse) UnmarshalBinary ¶

func (m *RetrieveAppUsageEventResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAppUsageEventResponse) Validate ¶

func (m *RetrieveAppUsageEventResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve app usage event response

type RetrieveAppUsageEventResponseResource ¶

type RetrieveAppUsageEventResponseResource struct {

	// entity
	Entity *RetrieveAppUsageEventResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveAppUsageEventResponseResource retrieve app usage event response resource

swagger:model retrieveAppUsageEventResponseResource

func (*RetrieveAppUsageEventResponseResource) MarshalBinary ¶

func (m *RetrieveAppUsageEventResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAppUsageEventResponseResource) UnmarshalBinary ¶

func (m *RetrieveAppUsageEventResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAppUsageEventResponseResource) Validate ¶

Validate validates this retrieve app usage event response resource

type RetrieveAuthLogin ¶

type RetrieveAuthLogin struct {

	// app
	App *RetrieveAuthLoginApp `json:"app,omitempty"`

	// The GIT sha for the UAA version
	CommitID string `json:"commit_id,omitempty"`

	// The UAA is always a SAML service provider. This field contains the configured entityID
	EntityID string `json:"entityID,omitempty"`

	// Object  A list of alias/url pairs of SAML IDP providers configured. Each url is the starting point to initiate the authentication process for the SAML identity provider.
	IdpDefinitions interface{} `json:"idpDefinitions,omitempty"`

	// links
	Links *RetrieveAuthLoginLinks `json:"links,omitempty"`

	// prompts
	Prompts *RetrieveAuthLoginPrompts `json:"prompts,omitempty"`

	// Set to true if there are SAML or OAUTH/OIDC providers with a visible link on the login page.
	ShowLoginLinks bool `json:"showLoginLinks,omitempty"`

	// JSON timestamp for the commit of the UAA version
	Timestamp string `json:"timestamp,omitempty"`

	// The name of the zone invoked
	ZoneName string `json:"zone_name,omitempty"`
}

RetrieveAuthLogin retrieve auth login

swagger:model retrieveAuthLogin

func (*RetrieveAuthLogin) MarshalBinary ¶

func (m *RetrieveAuthLogin) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAuthLogin) UnmarshalBinary ¶

func (m *RetrieveAuthLogin) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAuthLogin) Validate ¶

func (m *RetrieveAuthLogin) Validate(formats strfmt.Registry) error

Validate validates this retrieve auth login

type RetrieveAuthLoginApp ¶

type RetrieveAuthLoginApp struct {

	// The version of the auth server
	Version string `json:"version,omitempty"`
}

RetrieveAuthLoginApp retrieve auth login app

swagger:model RetrieveAuthLoginApp

func (*RetrieveAuthLoginApp) MarshalBinary ¶

func (m *RetrieveAuthLoginApp) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAuthLoginApp) UnmarshalBinary ¶

func (m *RetrieveAuthLoginApp) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAuthLoginApp) Validate ¶

func (m *RetrieveAuthLoginApp) Validate(formats strfmt.Registry) error

Validate validates this retrieve auth login app

type RetrieveAuthLoginLinks struct {

	// The link to the login host alias of the UAA
	Login string `json:"login,omitempty"`

	// The link to the 'Forgot Password' functionality. Can be external or internal to the UAA
	Passwd string `json:"passwd,omitempty"`

	// The link to the 'Create Account' functionality. Can be external or internal to the UAA
	Register string `json:"register,omitempty"`

	// The link to the uaa alias host of the UAA
	Uaa string `json:"uaa,omitempty"`
}

RetrieveAuthLoginLinks A list of alias/url pairs of configured action URLs for the UAA

swagger:model RetrieveAuthLoginLinks

func (*RetrieveAuthLoginLinks) MarshalBinary ¶

func (m *RetrieveAuthLoginLinks) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAuthLoginLinks) UnmarshalBinary ¶

func (m *RetrieveAuthLoginLinks) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAuthLoginLinks) Validate ¶

func (m *RetrieveAuthLoginLinks) Validate(formats strfmt.Registry) error

Validate validates this retrieve auth login links

type RetrieveAuthLoginPrompts ¶

type RetrieveAuthLoginPrompts struct {

	// If a SAML identity provider is configured, this prompt contains a URL to where the user can initiate the SAML authentication flow.
	Passcode []interface{} `json:"passcode,omitempty"`

	// Information about the password prompt.
	Password []interface{} `json:"password,omitempty"`

	// Information about the username prompt.
	Username []interface{} `json:"username,omitempty"`
}

RetrieveAuthLoginPrompts A list of name/value pairs of configured prompts that the UAA will login a user. Format for each prompt is [type, display name] where type can be 'text' or 'password'

swagger:model RetrieveAuthLoginPrompts

func (*RetrieveAuthLoginPrompts) MarshalBinary ¶

func (m *RetrieveAuthLoginPrompts) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveAuthLoginPrompts) UnmarshalBinary ¶

func (m *RetrieveAuthLoginPrompts) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveAuthLoginPrompts) Validate ¶

func (m *RetrieveAuthLoginPrompts) Validate(formats strfmt.Registry) error

Validate validates this retrieve auth login prompts

type RetrieveBuildpackResponse ¶

type RetrieveBuildpackResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The filename
	Filename string `json:"filename,omitempty"`

	// The locked
	Locked bool `json:"locked,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The position
	Position int64 `json:"position,omitempty"`
}

RetrieveBuildpackResponse retrieve buildpack response

swagger:model retrieveBuildpackResponse

func (*RetrieveBuildpackResponse) MarshalBinary ¶

func (m *RetrieveBuildpackResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveBuildpackResponse) UnmarshalBinary ¶

func (m *RetrieveBuildpackResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveBuildpackResponse) Validate ¶

func (m *RetrieveBuildpackResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve buildpack response

type RetrieveBuildpackResponseResource ¶

type RetrieveBuildpackResponseResource struct {

	// entity
	Entity *RetrieveBuildpackResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveBuildpackResponseResource retrieve buildpack response resource

swagger:model retrieveBuildpackResponseResource

func (*RetrieveBuildpackResponseResource) MarshalBinary ¶

func (m *RetrieveBuildpackResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveBuildpackResponseResource) UnmarshalBinary ¶

func (m *RetrieveBuildpackResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveBuildpackResponseResource) Validate ¶

Validate validates this retrieve buildpack response resource

type RetrieveDomainDeprecatedResponse ¶

type RetrieveDomainDeprecatedResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

RetrieveDomainDeprecatedResponse retrieve domain deprecated response

swagger:model retrieveDomainDeprecatedResponse

func (*RetrieveDomainDeprecatedResponse) MarshalBinary ¶

func (m *RetrieveDomainDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveDomainDeprecatedResponse) UnmarshalBinary ¶

func (m *RetrieveDomainDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveDomainDeprecatedResponse) Validate ¶

Validate validates this retrieve domain deprecated response

type RetrieveDomainDeprecatedResponseResource ¶

type RetrieveDomainDeprecatedResponseResource struct {

	// entity
	Entity *RetrieveDomainDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveDomainDeprecatedResponseResource retrieve domain deprecated response resource

swagger:model retrieveDomainDeprecatedResponseResource

func (*RetrieveDomainDeprecatedResponseResource) MarshalBinary ¶

func (m *RetrieveDomainDeprecatedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveDomainDeprecatedResponseResource) UnmarshalBinary ¶

func (m *RetrieveDomainDeprecatedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveDomainDeprecatedResponseResource) Validate ¶

Validate validates this retrieve domain deprecated response resource

type RetrieveEventResponse ¶

type RetrieveEventResponse struct {

	// The actee
	Actee string `json:"actee,omitempty"`

	// The actee Name
	ActeeName string `json:"actee_name,omitempty"`

	// The actee Type
	ActeeType string `json:"actee_type,omitempty"`

	// The actor
	Actor string `json:"actor,omitempty"`

	// The actor Name
	ActorName string `json:"actor_name,omitempty"`

	// The actor Type
	ActorType string `json:"actor_type,omitempty"`

	// The metadata
	Metadata GenericObject `json:"metadata,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The timestamp
	Timestamp string `json:"timestamp,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

RetrieveEventResponse retrieve event response

swagger:model retrieveEventResponse

func (*RetrieveEventResponse) MarshalBinary ¶

func (m *RetrieveEventResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveEventResponse) UnmarshalBinary ¶

func (m *RetrieveEventResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveEventResponse) Validate ¶

func (m *RetrieveEventResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve event response

type RetrieveEventResponseResource ¶

type RetrieveEventResponseResource struct {

	// entity
	Entity *RetrieveEventResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveEventResponseResource retrieve event response resource

swagger:model retrieveEventResponseResource

func (*RetrieveEventResponseResource) MarshalBinary ¶

func (m *RetrieveEventResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveEventResponseResource) UnmarshalBinary ¶

func (m *RetrieveEventResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveEventResponseResource) Validate ¶

func (m *RetrieveEventResponseResource) Validate(formats strfmt.Registry) error

Validate validates this retrieve event response resource

type RetrieveJobThatIsQueuedResponse ¶

type RetrieveJobThatIsQueuedResponse struct {

	// The guid
	GUID string `json:"guid,omitempty"`

	// The status
	Status string `json:"status,omitempty"`
}

RetrieveJobThatIsQueuedResponse retrieve job that is queued response

swagger:model retrieveJobThatIsQueuedResponse

func (*RetrieveJobThatIsQueuedResponse) MarshalBinary ¶

func (m *RetrieveJobThatIsQueuedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveJobThatIsQueuedResponse) UnmarshalBinary ¶

func (m *RetrieveJobThatIsQueuedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveJobThatIsQueuedResponse) Validate ¶

Validate validates this retrieve job that is queued response

type RetrieveJobThatIsQueuedResponseResource ¶

type RetrieveJobThatIsQueuedResponseResource struct {

	// entity
	Entity *RetrieveJobThatIsQueuedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveJobThatIsQueuedResponseResource retrieve job that is queued response resource

swagger:model retrieveJobThatIsQueuedResponseResource

func (*RetrieveJobThatIsQueuedResponseResource) MarshalBinary ¶

func (m *RetrieveJobThatIsQueuedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveJobThatIsQueuedResponseResource) UnmarshalBinary ¶

func (m *RetrieveJobThatIsQueuedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveJobThatIsQueuedResponseResource) Validate ¶

Validate validates this retrieve job that is queued response resource

type RetrieveJobThatWasSuccessfulResponse ¶

type RetrieveJobThatWasSuccessfulResponse struct {

	// The guid
	GUID string `json:"guid,omitempty"`

	// The status
	Status string `json:"status,omitempty"`
}

RetrieveJobThatWasSuccessfulResponse retrieve job that was successful response

swagger:model retrieveJobThatWasSuccessfulResponse

func (*RetrieveJobThatWasSuccessfulResponse) MarshalBinary ¶

func (m *RetrieveJobThatWasSuccessfulResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveJobThatWasSuccessfulResponse) UnmarshalBinary ¶

func (m *RetrieveJobThatWasSuccessfulResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveJobThatWasSuccessfulResponse) Validate ¶

Validate validates this retrieve job that was successful response

type RetrieveJobThatWasSuccessfulResponseResource ¶

type RetrieveJobThatWasSuccessfulResponseResource struct {

	// entity
	Entity *RetrieveJobThatWasSuccessfulResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveJobThatWasSuccessfulResponseResource retrieve job that was successful response resource

swagger:model retrieveJobThatWasSuccessfulResponseResource

func (*RetrieveJobThatWasSuccessfulResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveJobThatWasSuccessfulResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveJobThatWasSuccessfulResponseResource) Validate ¶

Validate validates this retrieve job that was successful response resource

type RetrieveJobWithKnownFailureResponse ¶

type RetrieveJobWithKnownFailureResponse struct {

	// The error
	Error string `json:"error,omitempty"`

	// The error Details
	ErrorDetails GenericObject `json:"error_details,omitempty"`

	// The guid
	GUID string `json:"guid,omitempty"`

	// The status
	Status string `json:"status,omitempty"`
}

RetrieveJobWithKnownFailureResponse retrieve job with known failure response

swagger:model retrieveJobWithKnownFailureResponse

func (*RetrieveJobWithKnownFailureResponse) MarshalBinary ¶

func (m *RetrieveJobWithKnownFailureResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveJobWithKnownFailureResponse) UnmarshalBinary ¶

func (m *RetrieveJobWithKnownFailureResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveJobWithKnownFailureResponse) Validate ¶

Validate validates this retrieve job with known failure response

type RetrieveJobWithKnownFailureResponseResource ¶

type RetrieveJobWithKnownFailureResponseResource struct {

	// entity
	Entity *RetrieveJobWithKnownFailureResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveJobWithKnownFailureResponseResource retrieve job with known failure response resource

swagger:model retrieveJobWithKnownFailureResponseResource

func (*RetrieveJobWithKnownFailureResponseResource) MarshalBinary ¶

func (m *RetrieveJobWithKnownFailureResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveJobWithKnownFailureResponseResource) UnmarshalBinary ¶

func (m *RetrieveJobWithKnownFailureResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveJobWithKnownFailureResponseResource) Validate ¶

Validate validates this retrieve job with known failure response resource

type RetrieveJobWithUnknownFailureResponse ¶

type RetrieveJobWithUnknownFailureResponse struct {

	// The error
	Error string `json:"error,omitempty"`

	// The error Details
	ErrorDetails GenericObject `json:"error_details,omitempty"`

	// The guid
	GUID string `json:"guid,omitempty"`

	// The status
	Status string `json:"status,omitempty"`
}

RetrieveJobWithUnknownFailureResponse retrieve job with unknown failure response

swagger:model retrieveJobWithUnknownFailureResponse

func (*RetrieveJobWithUnknownFailureResponse) MarshalBinary ¶

func (m *RetrieveJobWithUnknownFailureResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveJobWithUnknownFailureResponse) UnmarshalBinary ¶

func (m *RetrieveJobWithUnknownFailureResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveJobWithUnknownFailureResponse) Validate ¶

Validate validates this retrieve job with unknown failure response

type RetrieveJobWithUnknownFailureResponseResource ¶

type RetrieveJobWithUnknownFailureResponseResource struct {

	// entity
	Entity *RetrieveJobWithUnknownFailureResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveJobWithUnknownFailureResponseResource retrieve job with unknown failure response resource

swagger:model retrieveJobWithUnknownFailureResponseResource

func (*RetrieveJobWithUnknownFailureResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveJobWithUnknownFailureResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveJobWithUnknownFailureResponseResource) Validate ¶

Validate validates this retrieve job with unknown failure response resource

type RetrieveOrganizationQuotaDefinitionResponse ¶

type RetrieveOrganizationQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`

	// The trial Db Allowed
	TrialDbAllowed bool `json:"trial_db_allowed,omitempty"`
}

RetrieveOrganizationQuotaDefinitionResponse retrieve organization quota definition response

swagger:model retrieveOrganizationQuotaDefinitionResponse

func (*RetrieveOrganizationQuotaDefinitionResponse) MarshalBinary ¶

func (m *RetrieveOrganizationQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveOrganizationQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *RetrieveOrganizationQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveOrganizationQuotaDefinitionResponse) Validate ¶

Validate validates this retrieve organization quota definition response

type RetrieveOrganizationQuotaDefinitionResponseResource ¶

type RetrieveOrganizationQuotaDefinitionResponseResource struct {

	// entity
	Entity *RetrieveOrganizationQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveOrganizationQuotaDefinitionResponseResource retrieve organization quota definition response resource

swagger:model retrieveOrganizationQuotaDefinitionResponseResource

func (*RetrieveOrganizationQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveOrganizationQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveOrganizationQuotaDefinitionResponseResource) Validate ¶

Validate validates this retrieve organization quota definition response resource

type RetrieveOrganizationResponse ¶

type RetrieveOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

RetrieveOrganizationResponse retrieve organization response

swagger:model retrieveOrganizationResponse

func (*RetrieveOrganizationResponse) MarshalBinary ¶

func (m *RetrieveOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveOrganizationResponse) UnmarshalBinary ¶

func (m *RetrieveOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveOrganizationResponse) Validate ¶

func (m *RetrieveOrganizationResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve organization response

type RetrieveOrganizationResponseResource ¶

type RetrieveOrganizationResponseResource struct {

	// entity
	Entity *RetrieveOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveOrganizationResponseResource retrieve organization response resource

swagger:model retrieveOrganizationResponseResource

func (*RetrieveOrganizationResponseResource) MarshalBinary ¶

func (m *RetrieveOrganizationResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveOrganizationResponseResource) UnmarshalBinary ¶

func (m *RetrieveOrganizationResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveOrganizationResponseResource) Validate ¶

Validate validates this retrieve organization response resource

type RetrievePrivateDomainResponse ¶

type RetrievePrivateDomainResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The owning Organization Guid
	OwningOrganizationGUID string `json:"owning_organization_guid,omitempty"`

	// The owning Organization Url
	OwningOrganizationURL string `json:"owning_organization_url,omitempty"`
}

RetrievePrivateDomainResponse retrieve private domain response

swagger:model retrievePrivateDomainResponse

func (*RetrievePrivateDomainResponse) MarshalBinary ¶

func (m *RetrievePrivateDomainResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrievePrivateDomainResponse) UnmarshalBinary ¶

func (m *RetrievePrivateDomainResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrievePrivateDomainResponse) Validate ¶

func (m *RetrievePrivateDomainResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve private domain response

type RetrievePrivateDomainResponseResource ¶

type RetrievePrivateDomainResponseResource struct {

	// entity
	Entity *RetrievePrivateDomainResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrievePrivateDomainResponseResource retrieve private domain response resource

swagger:model retrievePrivateDomainResponseResource

func (*RetrievePrivateDomainResponseResource) MarshalBinary ¶

func (m *RetrievePrivateDomainResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrievePrivateDomainResponseResource) UnmarshalBinary ¶

func (m *RetrievePrivateDomainResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrievePrivateDomainResponseResource) Validate ¶

Validate validates this retrieve private domain response resource

type RetrieveRouteResponse ¶

type RetrieveRouteResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

RetrieveRouteResponse retrieve route response

swagger:model retrieveRouteResponse

func (*RetrieveRouteResponse) MarshalBinary ¶

func (m *RetrieveRouteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveRouteResponse) UnmarshalBinary ¶

func (m *RetrieveRouteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveRouteResponse) Validate ¶

func (m *RetrieveRouteResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve route response

type RetrieveRouteResponseResource ¶

type RetrieveRouteResponseResource struct {

	// entity
	Entity *RetrieveRouteResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveRouteResponseResource retrieve route response resource

swagger:model retrieveRouteResponseResource

func (*RetrieveRouteResponseResource) MarshalBinary ¶

func (m *RetrieveRouteResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveRouteResponseResource) UnmarshalBinary ¶

func (m *RetrieveRouteResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveRouteResponseResource) Validate ¶

func (m *RetrieveRouteResponseResource) Validate(formats strfmt.Registry) error

Validate validates this retrieve route response resource

type RetrieveSecurityGroupResponse ¶

type RetrieveSecurityGroupResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

RetrieveSecurityGroupResponse retrieve security group response

swagger:model retrieveSecurityGroupResponse

func (*RetrieveSecurityGroupResponse) MarshalBinary ¶

func (m *RetrieveSecurityGroupResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSecurityGroupResponse) UnmarshalBinary ¶

func (m *RetrieveSecurityGroupResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSecurityGroupResponse) Validate ¶

func (m *RetrieveSecurityGroupResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve security group response

type RetrieveSecurityGroupResponseResource ¶

type RetrieveSecurityGroupResponseResource struct {

	// entity
	Entity *RetrieveSecurityGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveSecurityGroupResponseResource retrieve security group response resource

swagger:model retrieveSecurityGroupResponseResource

func (*RetrieveSecurityGroupResponseResource) MarshalBinary ¶

func (m *RetrieveSecurityGroupResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSecurityGroupResponseResource) UnmarshalBinary ¶

func (m *RetrieveSecurityGroupResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSecurityGroupResponseResource) Validate ¶

Validate validates this retrieve security group response resource

type RetrieveServiceAuthTokenDeprecatedResponse ¶

type RetrieveServiceAuthTokenDeprecatedResponse struct {

	// The label
	Label string `json:"label,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`
}

RetrieveServiceAuthTokenDeprecatedResponse retrieve service auth token deprecated response

swagger:model retrieveServiceAuthTokenDeprecatedResponse

func (*RetrieveServiceAuthTokenDeprecatedResponse) MarshalBinary ¶

func (m *RetrieveServiceAuthTokenDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceAuthTokenDeprecatedResponse) UnmarshalBinary ¶

func (m *RetrieveServiceAuthTokenDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceAuthTokenDeprecatedResponse) Validate ¶

Validate validates this retrieve service auth token deprecated response

type RetrieveServiceAuthTokenDeprecatedResponseResource ¶

type RetrieveServiceAuthTokenDeprecatedResponseResource struct {

	// entity
	Entity *RetrieveServiceAuthTokenDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServiceAuthTokenDeprecatedResponseResource retrieve service auth token deprecated response resource

swagger:model retrieveServiceAuthTokenDeprecatedResponseResource

func (*RetrieveServiceAuthTokenDeprecatedResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveServiceAuthTokenDeprecatedResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveServiceAuthTokenDeprecatedResponseResource) Validate ¶

Validate validates this retrieve service auth token deprecated response resource

type RetrieveServiceBindingResponse ¶

type RetrieveServiceBindingResponse struct {

	// The app Guid
	AppGUID string `json:"app_guid,omitempty"`

	// The app Url
	AppURL string `json:"app_url,omitempty"`

	// The binding Options
	BindingOptions GenericObject `json:"binding_options,omitempty"`

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The gateway Name
	GatewayName string `json:"gateway_name,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Url
	ServiceInstanceURL string `json:"service_instance_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL GenericObject `json:"syslog_drain_url,omitempty"`
}

RetrieveServiceBindingResponse retrieve service binding response

swagger:model retrieveServiceBindingResponse

func (*RetrieveServiceBindingResponse) MarshalBinary ¶

func (m *RetrieveServiceBindingResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceBindingResponse) UnmarshalBinary ¶

func (m *RetrieveServiceBindingResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceBindingResponse) Validate ¶

func (m *RetrieveServiceBindingResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve service binding response

type RetrieveServiceBindingResponseResource ¶

type RetrieveServiceBindingResponseResource struct {

	// entity
	Entity *RetrieveServiceBindingResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServiceBindingResponseResource retrieve service binding response resource

swagger:model retrieveServiceBindingResponseResource

func (*RetrieveServiceBindingResponseResource) MarshalBinary ¶

func (m *RetrieveServiceBindingResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceBindingResponseResource) UnmarshalBinary ¶

func (m *RetrieveServiceBindingResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceBindingResponseResource) Validate ¶

Validate validates this retrieve service binding response resource

type RetrieveServiceBrokerResponse ¶

type RetrieveServiceBrokerResponse struct {

	// The auth Username
	AuthUsername string `json:"auth_username,omitempty"`

	// The broker Url
	BrokerURL string `json:"broker_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`
}

RetrieveServiceBrokerResponse retrieve service broker response

swagger:model retrieveServiceBrokerResponse

func (*RetrieveServiceBrokerResponse) MarshalBinary ¶

func (m *RetrieveServiceBrokerResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceBrokerResponse) UnmarshalBinary ¶

func (m *RetrieveServiceBrokerResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceBrokerResponse) Validate ¶

func (m *RetrieveServiceBrokerResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve service broker response

type RetrieveServiceBrokerResponseResource ¶

type RetrieveServiceBrokerResponseResource struct {

	// entity
	Entity *RetrieveServiceBrokerResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServiceBrokerResponseResource retrieve service broker response resource

swagger:model retrieveServiceBrokerResponseResource

func (*RetrieveServiceBrokerResponseResource) MarshalBinary ¶

func (m *RetrieveServiceBrokerResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceBrokerResponseResource) UnmarshalBinary ¶

func (m *RetrieveServiceBrokerResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceBrokerResponseResource) Validate ¶

Validate validates this retrieve service broker response resource

type RetrieveServiceInstanceResponse ¶

type RetrieveServiceInstanceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The dashboard Url
	DashboardURL GenericObject `json:"dashboard_url,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

RetrieveServiceInstanceResponse retrieve service instance response

swagger:model retrieveServiceInstanceResponse

func (*RetrieveServiceInstanceResponse) MarshalBinary ¶

func (m *RetrieveServiceInstanceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceInstanceResponse) UnmarshalBinary ¶

func (m *RetrieveServiceInstanceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceInstanceResponse) Validate ¶

Validate validates this retrieve service instance response

type RetrieveServiceInstanceResponseResource ¶

type RetrieveServiceInstanceResponseResource struct {

	// entity
	Entity *RetrieveServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServiceInstanceResponseResource retrieve service instance response resource

swagger:model retrieveServiceInstanceResponseResource

func (*RetrieveServiceInstanceResponseResource) MarshalBinary ¶

func (m *RetrieveServiceInstanceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceInstanceResponseResource) UnmarshalBinary ¶

func (m *RetrieveServiceInstanceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceInstanceResponseResource) Validate ¶

Validate validates this retrieve service instance response resource

type RetrieveServicePlanResponse ¶

type RetrieveServicePlanResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The free
	Free bool `json:"free,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The public
	Public bool `json:"public,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The service Url
	ServiceURL string `json:"service_url,omitempty"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`
}

RetrieveServicePlanResponse retrieve service plan response

swagger:model retrieveServicePlanResponse

func (*RetrieveServicePlanResponse) MarshalBinary ¶

func (m *RetrieveServicePlanResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServicePlanResponse) UnmarshalBinary ¶

func (m *RetrieveServicePlanResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServicePlanResponse) Validate ¶

func (m *RetrieveServicePlanResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve service plan response

type RetrieveServicePlanResponseResource ¶

type RetrieveServicePlanResponseResource struct {

	// entity
	Entity *RetrieveServicePlanResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServicePlanResponseResource retrieve service plan response resource

swagger:model retrieveServicePlanResponseResource

func (*RetrieveServicePlanResponseResource) MarshalBinary ¶

func (m *RetrieveServicePlanResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServicePlanResponseResource) UnmarshalBinary ¶

func (m *RetrieveServicePlanResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServicePlanResponseResource) Validate ¶

Validate validates this retrieve service plan response resource

type RetrieveServicePlanVisibilityResponse ¶

type RetrieveServicePlanVisibilityResponse struct {

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`
}

RetrieveServicePlanVisibilityResponse retrieve service plan visibility response

swagger:model retrieveServicePlanVisibilityResponse

func (*RetrieveServicePlanVisibilityResponse) MarshalBinary ¶

func (m *RetrieveServicePlanVisibilityResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServicePlanVisibilityResponse) UnmarshalBinary ¶

func (m *RetrieveServicePlanVisibilityResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServicePlanVisibilityResponse) Validate ¶

Validate validates this retrieve service plan visibility response

type RetrieveServicePlanVisibilityResponseResource ¶

type RetrieveServicePlanVisibilityResponseResource struct {

	// entity
	Entity *RetrieveServicePlanVisibilityResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServicePlanVisibilityResponseResource retrieve service plan visibility response resource

swagger:model retrieveServicePlanVisibilityResponseResource

func (*RetrieveServicePlanVisibilityResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveServicePlanVisibilityResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveServicePlanVisibilityResponseResource) Validate ¶

Validate validates this retrieve service plan visibility response resource

type RetrieveServiceResponse ¶

type RetrieveServiceResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The bindable
	Bindable bool `json:"bindable,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The documentation Url
	DocumentationURL GenericObject `json:"documentation_url,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The info Url
	InfoURL GenericObject `json:"info_url,omitempty"`

	// The label
	Label string `json:"label,omitempty"`

	// The long Description
	LongDescription GenericObject `json:"long_description,omitempty"`

	// The plan Updateable
	PlanUpdateable bool `json:"plan_updateable,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`

	// The requires
	Requires []GenericObject `json:"requires"`

	// The service Broker Guid
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// The service Plans Url
	ServicePlansURL string `json:"service_plans_url,omitempty"`

	// The tags
	Tags []GenericObject `json:"tags"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`

	// The url
	URL string `json:"url,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

RetrieveServiceResponse retrieve service response

swagger:model retrieveServiceResponse

func (*RetrieveServiceResponse) MarshalBinary ¶

func (m *RetrieveServiceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceResponse) UnmarshalBinary ¶

func (m *RetrieveServiceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceResponse) Validate ¶

func (m *RetrieveServiceResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve service response

type RetrieveServiceResponseResource ¶

type RetrieveServiceResponseResource struct {

	// entity
	Entity *RetrieveServiceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServiceResponseResource retrieve service response resource

swagger:model retrieveServiceResponseResource

func (*RetrieveServiceResponseResource) MarshalBinary ¶

func (m *RetrieveServiceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceResponseResource) UnmarshalBinary ¶

func (m *RetrieveServiceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceResponseResource) Validate ¶

Validate validates this retrieve service response resource

type RetrieveServiceUsageEventResponse ¶

type RetrieveServiceUsageEventResponse struct {

	// The org Guid
	OrgGUID string `json:"org_guid,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instance Guid
	ServiceInstanceGUID string `json:"service_instance_guid,omitempty"`

	// The service Instance Name
	ServiceInstanceName string `json:"service_instance_name,omitempty"`

	// The service Instance Type
	ServiceInstanceType string `json:"service_instance_type,omitempty"`

	// The service Label
	ServiceLabel string `json:"service_label,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Name
	ServicePlanName string `json:"service_plan_name,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Name
	SpaceName string `json:"space_name,omitempty"`

	// The state
	State string `json:"state,omitempty"`
}

RetrieveServiceUsageEventResponse retrieve service usage event response

swagger:model retrieveServiceUsageEventResponse

func (*RetrieveServiceUsageEventResponse) MarshalBinary ¶

func (m *RetrieveServiceUsageEventResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceUsageEventResponse) UnmarshalBinary ¶

func (m *RetrieveServiceUsageEventResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceUsageEventResponse) Validate ¶

Validate validates this retrieve service usage event response

type RetrieveServiceUsageEventResponseResource ¶

type RetrieveServiceUsageEventResponseResource struct {

	// entity
	Entity *RetrieveServiceUsageEventResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveServiceUsageEventResponseResource retrieve service usage event response resource

swagger:model retrieveServiceUsageEventResponseResource

func (*RetrieveServiceUsageEventResponseResource) MarshalBinary ¶

func (m *RetrieveServiceUsageEventResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveServiceUsageEventResponseResource) UnmarshalBinary ¶

func (m *RetrieveServiceUsageEventResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveServiceUsageEventResponseResource) Validate ¶

Validate validates this retrieve service usage event response resource

type RetrieveSharedDomainResponse ¶

type RetrieveSharedDomainResponse struct {

	// The name
	Name string `json:"name,omitempty"`
}

RetrieveSharedDomainResponse retrieve shared domain response

swagger:model retrieveSharedDomainResponse

func (*RetrieveSharedDomainResponse) MarshalBinary ¶

func (m *RetrieveSharedDomainResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSharedDomainResponse) UnmarshalBinary ¶

func (m *RetrieveSharedDomainResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSharedDomainResponse) Validate ¶

func (m *RetrieveSharedDomainResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve shared domain response

type RetrieveSharedDomainResponseResource ¶

type RetrieveSharedDomainResponseResource struct {

	// entity
	Entity *RetrieveSharedDomainResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveSharedDomainResponseResource retrieve shared domain response resource

swagger:model retrieveSharedDomainResponseResource

func (*RetrieveSharedDomainResponseResource) MarshalBinary ¶

func (m *RetrieveSharedDomainResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSharedDomainResponseResource) UnmarshalBinary ¶

func (m *RetrieveSharedDomainResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSharedDomainResponseResource) Validate ¶

Validate validates this retrieve shared domain response resource

type RetrieveSpaceQuotaDefinitionResponse ¶

type RetrieveSpaceQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

RetrieveSpaceQuotaDefinitionResponse retrieve space quota definition response

swagger:model retrieveSpaceQuotaDefinitionResponse

func (*RetrieveSpaceQuotaDefinitionResponse) MarshalBinary ¶

func (m *RetrieveSpaceQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSpaceQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *RetrieveSpaceQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSpaceQuotaDefinitionResponse) Validate ¶

Validate validates this retrieve space quota definition response

type RetrieveSpaceQuotaDefinitionResponseResource ¶

type RetrieveSpaceQuotaDefinitionResponseResource struct {

	// entity
	Entity *RetrieveSpaceQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveSpaceQuotaDefinitionResponseResource retrieve space quota definition response resource

swagger:model retrieveSpaceQuotaDefinitionResponseResource

func (*RetrieveSpaceQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveSpaceQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveSpaceQuotaDefinitionResponseResource) Validate ¶

Validate validates this retrieve space quota definition response resource

type RetrieveSpaceResponse ¶

type RetrieveSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

RetrieveSpaceResponse retrieve space response

swagger:model retrieveSpaceResponse

func (*RetrieveSpaceResponse) MarshalBinary ¶

func (m *RetrieveSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSpaceResponse) UnmarshalBinary ¶

func (m *RetrieveSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSpaceResponse) Validate ¶

func (m *RetrieveSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve space response

type RetrieveSpaceResponseResource ¶

type RetrieveSpaceResponseResource struct {

	// entity
	Entity *RetrieveSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveSpaceResponseResource retrieve space response resource

swagger:model retrieveSpaceResponseResource

func (*RetrieveSpaceResponseResource) MarshalBinary ¶

func (m *RetrieveSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveSpaceResponseResource) UnmarshalBinary ¶

func (m *RetrieveSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveSpaceResponseResource) Validate ¶

func (m *RetrieveSpaceResponseResource) Validate(formats strfmt.Registry) error

Validate validates this retrieve space response resource

type RetrieveStackResponse ¶

type RetrieveStackResponse struct {

	// The description
	Description string `json:"description,omitempty"`

	// The name
	Name string `json:"name,omitempty"`
}

RetrieveStackResponse retrieve stack response

swagger:model retrieveStackResponse

func (*RetrieveStackResponse) MarshalBinary ¶

func (m *RetrieveStackResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveStackResponse) UnmarshalBinary ¶

func (m *RetrieveStackResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveStackResponse) Validate ¶

func (m *RetrieveStackResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve stack response

type RetrieveStackResponseResource ¶

type RetrieveStackResponseResource struct {

	// entity
	Entity *RetrieveStackResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveStackResponseResource retrieve stack response resource

swagger:model retrieveStackResponseResource

func (*RetrieveStackResponseResource) MarshalBinary ¶

func (m *RetrieveStackResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveStackResponseResource) UnmarshalBinary ¶

func (m *RetrieveStackResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveStackResponseResource) Validate ¶

func (m *RetrieveStackResponseResource) Validate(formats strfmt.Registry) error

Validate validates this retrieve stack response resource

type RetrieveUserProvidedServiceInstanceResponse ¶

type RetrieveUserProvidedServiceInstanceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL string `json:"syslog_drain_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

RetrieveUserProvidedServiceInstanceResponse retrieve user provided service instance response

swagger:model retrieveUserProvidedServiceInstanceResponse

func (*RetrieveUserProvidedServiceInstanceResponse) MarshalBinary ¶

func (m *RetrieveUserProvidedServiceInstanceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveUserProvidedServiceInstanceResponse) UnmarshalBinary ¶

func (m *RetrieveUserProvidedServiceInstanceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveUserProvidedServiceInstanceResponse) Validate ¶

Validate validates this retrieve user provided service instance response

type RetrieveUserProvidedServiceInstanceResponseResource ¶

type RetrieveUserProvidedServiceInstanceResponseResource struct {

	// entity
	Entity *RetrieveUserProvidedServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveUserProvidedServiceInstanceResponseResource retrieve user provided service instance response resource

swagger:model retrieveUserProvidedServiceInstanceResponseResource

func (*RetrieveUserProvidedServiceInstanceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrieveUserProvidedServiceInstanceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrieveUserProvidedServiceInstanceResponseResource) Validate ¶

Validate validates this retrieve user provided service instance response resource

type RetrieveUserResponse ¶

type RetrieveUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

RetrieveUserResponse retrieve user response

swagger:model retrieveUserResponse

func (*RetrieveUserResponse) MarshalBinary ¶

func (m *RetrieveUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveUserResponse) UnmarshalBinary ¶

func (m *RetrieveUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveUserResponse) Validate ¶

func (m *RetrieveUserResponse) Validate(formats strfmt.Registry) error

Validate validates this retrieve user response

type RetrieveUserResponseResource ¶

type RetrieveUserResponseResource struct {

	// entity
	Entity *RetrieveUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrieveUserResponseResource retrieve user response resource

swagger:model retrieveUserResponseResource

func (*RetrieveUserResponseResource) MarshalBinary ¶

func (m *RetrieveUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrieveUserResponseResource) UnmarshalBinary ¶

func (m *RetrieveUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrieveUserResponseResource) Validate ¶

func (m *RetrieveUserResponseResource) Validate(formats strfmt.Registry) error

Validate validates this retrieve user response resource

type RetrievingOrganizationMemoryUsageResponse ¶

type RetrievingOrganizationMemoryUsageResponse struct {

	// The memory Usage In Mb
	MemoryUsageInMb int64 `json:"memory_usage_in_mb,omitempty"`
}

RetrievingOrganizationMemoryUsageResponse retrieving organization memory usage response

swagger:model retrievingOrganizationMemoryUsageResponse

func (*RetrievingOrganizationMemoryUsageResponse) MarshalBinary ¶

func (m *RetrievingOrganizationMemoryUsageResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RetrievingOrganizationMemoryUsageResponse) UnmarshalBinary ¶

func (m *RetrievingOrganizationMemoryUsageResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RetrievingOrganizationMemoryUsageResponse) Validate ¶

Validate validates this retrieving organization memory usage response

type RetrievingOrganizationMemoryUsageResponseResource ¶

type RetrievingOrganizationMemoryUsageResponseResource struct {

	// entity
	Entity *RetrievingOrganizationMemoryUsageResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrievingOrganizationMemoryUsageResponseResource retrieving organization memory usage response resource

swagger:model retrievingOrganizationMemoryUsageResponseResource

func (*RetrievingOrganizationMemoryUsageResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrievingOrganizationMemoryUsageResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrievingOrganizationMemoryUsageResponseResource) Validate ¶

Validate validates this retrieving organization memory usage response resource

type RetrievingPermissionsOnServiceInstanceResponse ¶

type RetrievingPermissionsOnServiceInstanceResponse struct {

	// The manage
	Manage bool `json:"manage,omitempty"`
}

RetrievingPermissionsOnServiceInstanceResponse retrieving permissions on service instance response

swagger:model retrievingPermissionsOnServiceInstanceResponse

func (*RetrievingPermissionsOnServiceInstanceResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrievingPermissionsOnServiceInstanceResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrievingPermissionsOnServiceInstanceResponse) Validate ¶

Validate validates this retrieving permissions on service instance response

type RetrievingPermissionsOnServiceInstanceResponseResource ¶

type RetrievingPermissionsOnServiceInstanceResponseResource struct {

	// entity
	Entity *RetrievingPermissionsOnServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

RetrievingPermissionsOnServiceInstanceResponseResource retrieving permissions on service instance response resource

swagger:model retrievingPermissionsOnServiceInstanceResponseResource

func (*RetrievingPermissionsOnServiceInstanceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*RetrievingPermissionsOnServiceInstanceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*RetrievingPermissionsOnServiceInstanceResponseResource) Validate ¶

Validate validates this retrieving permissions on service instance response resource

type ReturnSecurityGroupsUsedForRunningAppsResponse ¶

type ReturnSecurityGroupsUsedForRunningAppsResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

ReturnSecurityGroupsUsedForRunningAppsResponse return security groups used for running apps response

swagger:model returnSecurityGroupsUsedForRunningAppsResponse

func (*ReturnSecurityGroupsUsedForRunningAppsResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForRunningAppsResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForRunningAppsResponse) Validate ¶

Validate validates this return security groups used for running apps response

type ReturnSecurityGroupsUsedForRunningAppsResponsePaged ¶

type ReturnSecurityGroupsUsedForRunningAppsResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ReturnSecurityGroupsUsedForRunningAppsResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ReturnSecurityGroupsUsedForRunningAppsResponsePaged return security groups used for running apps response paged

swagger:model returnSecurityGroupsUsedForRunningAppsResponsePaged

func (*ReturnSecurityGroupsUsedForRunningAppsResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForRunningAppsResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForRunningAppsResponsePaged) Validate ¶

Validate validates this return security groups used for running apps response paged

type ReturnSecurityGroupsUsedForRunningAppsResponseResource ¶

type ReturnSecurityGroupsUsedForRunningAppsResponseResource struct {

	// entity
	Entity *ReturnSecurityGroupsUsedForRunningAppsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ReturnSecurityGroupsUsedForRunningAppsResponseResource return security groups used for running apps response resource

swagger:model returnSecurityGroupsUsedForRunningAppsResponseResource

func (*ReturnSecurityGroupsUsedForRunningAppsResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForRunningAppsResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForRunningAppsResponseResource) Validate ¶

Validate validates this return security groups used for running apps response resource

type ReturnSecurityGroupsUsedForStagingResponse ¶

type ReturnSecurityGroupsUsedForStagingResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

ReturnSecurityGroupsUsedForStagingResponse return security groups used for staging response

swagger:model returnSecurityGroupsUsedForStagingResponse

func (*ReturnSecurityGroupsUsedForStagingResponse) MarshalBinary ¶

func (m *ReturnSecurityGroupsUsedForStagingResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForStagingResponse) UnmarshalBinary ¶

func (m *ReturnSecurityGroupsUsedForStagingResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForStagingResponse) Validate ¶

Validate validates this return security groups used for staging response

type ReturnSecurityGroupsUsedForStagingResponsePaged ¶

type ReturnSecurityGroupsUsedForStagingResponsePaged struct {

	// next url
	NextURL string `json:"next_url,omitempty"`

	// prev url
	PrevURL string `json:"prev_url,omitempty"`

	// resources
	Resources []*ReturnSecurityGroupsUsedForStagingResponseResource `json:"resources"`

	// total pages
	TotalPages int64 `json:"total_pages,omitempty"`

	// total results
	TotalResults int64 `json:"total_results,omitempty"`
}

ReturnSecurityGroupsUsedForStagingResponsePaged return security groups used for staging response paged

swagger:model returnSecurityGroupsUsedForStagingResponsePaged

func (*ReturnSecurityGroupsUsedForStagingResponsePaged) MarshalBinary ¶

MarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForStagingResponsePaged) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForStagingResponsePaged) Validate ¶

Validate validates this return security groups used for staging response paged

type ReturnSecurityGroupsUsedForStagingResponseResource ¶

type ReturnSecurityGroupsUsedForStagingResponseResource struct {

	// entity
	Entity *ReturnSecurityGroupsUsedForStagingResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

ReturnSecurityGroupsUsedForStagingResponseResource return security groups used for staging response resource

swagger:model returnSecurityGroupsUsedForStagingResponseResource

func (*ReturnSecurityGroupsUsedForStagingResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForStagingResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*ReturnSecurityGroupsUsedForStagingResponseResource) Validate ¶

Validate validates this return security groups used for staging response resource

type SetFeatureFlagRequest ¶

type SetFeatureFlagRequest struct {

	// The state of the feature flag.
	Enabled bool `json:"enabled,omitempty"`

	// The custom error message for the feature flag.
	ErrorMessage string `json:"error_message,omitempty"`
}

SetFeatureFlagRequest set feature flag request

swagger:model setFeatureFlagRequest

func (*SetFeatureFlagRequest) MarshalBinary ¶

func (m *SetFeatureFlagRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SetFeatureFlagRequest) UnmarshalBinary ¶

func (m *SetFeatureFlagRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SetFeatureFlagRequest) Validate ¶

func (m *SetFeatureFlagRequest) Validate(formats strfmt.Registry) error

Validate validates this set feature flag request

type SetFeatureFlagResponse ¶

type SetFeatureFlagResponse struct {

	// The enabled
	Enabled bool `json:"enabled,omitempty"`

	// The error Message
	ErrorMessage GenericObject `json:"error_message,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The url
	URL string `json:"url,omitempty"`
}

SetFeatureFlagResponse set feature flag response

swagger:model setFeatureFlagResponse

func (*SetFeatureFlagResponse) MarshalBinary ¶

func (m *SetFeatureFlagResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SetFeatureFlagResponse) UnmarshalBinary ¶

func (m *SetFeatureFlagResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SetFeatureFlagResponse) Validate ¶

func (m *SetFeatureFlagResponse) Validate(formats strfmt.Registry) error

Validate validates this set feature flag response

type SetFeatureFlagResponseResource ¶

type SetFeatureFlagResponseResource struct {

	// entity
	Entity *SetFeatureFlagResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

SetFeatureFlagResponseResource set feature flag response resource

swagger:model setFeatureFlagResponseResource

func (*SetFeatureFlagResponseResource) MarshalBinary ¶

func (m *SetFeatureFlagResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SetFeatureFlagResponseResource) UnmarshalBinary ¶

func (m *SetFeatureFlagResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SetFeatureFlagResponseResource) Validate ¶

func (m *SetFeatureFlagResponseResource) Validate(formats strfmt.Registry) error

Validate validates this set feature flag response resource

type SetSecurityGroupAsDefaultForRunningAppsResponse ¶

type SetSecurityGroupAsDefaultForRunningAppsResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

SetSecurityGroupAsDefaultForRunningAppsResponse set security group as default for running apps response

swagger:model setSecurityGroupAsDefaultForRunningAppsResponse

func (*SetSecurityGroupAsDefaultForRunningAppsResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForRunningAppsResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForRunningAppsResponse) Validate ¶

Validate validates this set security group as default for running apps response

type SetSecurityGroupAsDefaultForRunningAppsResponseResource ¶

type SetSecurityGroupAsDefaultForRunningAppsResponseResource struct {

	// entity
	Entity *SetSecurityGroupAsDefaultForRunningAppsResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

SetSecurityGroupAsDefaultForRunningAppsResponseResource set security group as default for running apps response resource

swagger:model setSecurityGroupAsDefaultForRunningAppsResponseResource

func (*SetSecurityGroupAsDefaultForRunningAppsResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForRunningAppsResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForRunningAppsResponseResource) Validate ¶

Validate validates this set security group as default for running apps response resource

type SetSecurityGroupAsDefaultForStagingResponse ¶

type SetSecurityGroupAsDefaultForStagingResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

SetSecurityGroupAsDefaultForStagingResponse set security group as default for staging response

swagger:model setSecurityGroupAsDefaultForStagingResponse

func (*SetSecurityGroupAsDefaultForStagingResponse) MarshalBinary ¶

func (m *SetSecurityGroupAsDefaultForStagingResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForStagingResponse) UnmarshalBinary ¶

func (m *SetSecurityGroupAsDefaultForStagingResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForStagingResponse) Validate ¶

Validate validates this set security group as default for staging response

type SetSecurityGroupAsDefaultForStagingResponseResource ¶

type SetSecurityGroupAsDefaultForStagingResponseResource struct {

	// entity
	Entity *SetSecurityGroupAsDefaultForStagingResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

SetSecurityGroupAsDefaultForStagingResponseResource set security group as default for staging response resource

swagger:model setSecurityGroupAsDefaultForStagingResponseResource

func (*SetSecurityGroupAsDefaultForStagingResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForStagingResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*SetSecurityGroupAsDefaultForStagingResponseResource) Validate ¶

Validate validates this set security group as default for staging response resource

type UpdateAppRequest ¶

type UpdateAppRequest struct {

	// Buildpack to build the app. 3 options: a) Blank means autodetection; b) A Git Url pointing to a buildpack; c) Name of an installed buildpack.
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command to start an app after it is staged (e.g. 'rails s -p $PORT' or 'java com.org.Server $PORT').
	Command GenericObject `json:"command,omitempty"`

	// Open the console port for the app (at $CONSOLE_PORT).
	Console bool `json:"console,omitempty"`

	// Open the debug port for the app (at $DEBUG_PORT).
	Debug bool `json:"debug,omitempty"`

	// The command detected by the buildpack during staging.
	DetectedStartCommand GenericObject `json:"detected_start_command,omitempty"`

	// The maximum amount of disk available to an instance of an app. In megabytes.
	DiskQuota string `json:"disk_quota,omitempty"`

	// Name of the Docker image containing the app
	DockerImage string `json:"docker_image,omitempty"`

	// Key/value pairs of all the environment variables to run in your app. Does not include any system or service variables.
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// Timeout for health checking of an staged app when starting up
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// Type of health check to perform.
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The number of instances of the app to run. To ensure optimal availability ensure there are at least 2 instances.
	Instances string `json:"instances,omitempty"`

	// The amount of memory each instance should have. In megabytes.
	Memory string `json:"memory,omitempty"`

	// The name of the app.
	Name string `json:"name,omitempty"`

	// Deprecated.
	Production bool `json:"production,omitempty"`

	// The guid of the associated space.
	SpaceGUID string `json:"space_guid,omitempty"`

	// The guid of the associated stack.
	StackGUID string `json:"stack_guid,omitempty"`

	// The current desired state of the app. One of STOPPED or STARTED.
	State string `json:"state,omitempty"`
}

UpdateAppRequest update app request

swagger:model updateAppRequest

func (*UpdateAppRequest) MarshalBinary ¶

func (m *UpdateAppRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppRequest) UnmarshalBinary ¶

func (m *UpdateAppRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppRequest) Validate ¶

func (m *UpdateAppRequest) Validate(formats strfmt.Registry) error

Validate validates this update app request

type UpdateAppResponse ¶

type UpdateAppResponse struct {

	// The buildpack
	Buildpack GenericObject `json:"buildpack,omitempty"`

	// The command
	Command GenericObject `json:"command,omitempty"`

	// The console
	Console bool `json:"console,omitempty"`

	// The debug
	Debug GenericObject `json:"debug,omitempty"`

	// The detected Buildpack
	DetectedBuildpack GenericObject `json:"detected_buildpack,omitempty"`

	// The detected Start Command
	DetectedStartCommand string `json:"detected_start_command,omitempty"`

	// The disk Quota
	DiskQuota int64 `json:"disk_quota,omitempty"`

	// The docker Image
	DockerImage GenericObject `json:"docker_image,omitempty"`

	// The environment Json
	EnvironmentJSON GenericObject `json:"environment_json,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The health Check Timeout
	HealthCheckTimeout GenericObject `json:"health_check_timeout,omitempty"`

	// The health Check Type
	HealthCheckType string `json:"health_check_type,omitempty"`

	// The instances
	Instances int64 `json:"instances,omitempty"`

	// The memory
	Memory int64 `json:"memory,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The package State
	PackageState string `json:"package_state,omitempty"`

	// The package Updated At
	PackageUpdatedAt string `json:"package_updated_at,omitempty"`

	// The production
	Production bool `json:"production,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The stack Guid
	StackGUID string `json:"stack_guid,omitempty"`

	// The stack Url
	StackURL string `json:"stack_url,omitempty"`

	// The staging Failed Reason
	StagingFailedReason GenericObject `json:"staging_failed_reason,omitempty"`

	// The staging Task Id
	StagingTaskID GenericObject `json:"staging_task_id,omitempty"`

	// The state
	State string `json:"state,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

UpdateAppResponse update app response

swagger:model updateAppResponse

func (*UpdateAppResponse) MarshalBinary ¶

func (m *UpdateAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppResponse) UnmarshalBinary ¶

func (m *UpdateAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppResponse) Validate ¶

func (m *UpdateAppResponse) Validate(formats strfmt.Registry) error

Validate validates this update app response

type UpdateAppResponseResource ¶

type UpdateAppResponseResource struct {

	// entity
	Entity *UpdateAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateAppResponseResource update app response resource

swagger:model updateAppResponseResource

func (*UpdateAppResponseResource) MarshalBinary ¶

func (m *UpdateAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateAppResponseResource) UnmarshalBinary ¶

func (m *UpdateAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateAppResponseResource) Validate ¶

func (m *UpdateAppResponseResource) Validate(formats strfmt.Registry) error

Validate validates this update app response resource

type UpdateContentsOfRunningEnvironmentVariableGroupRequest ¶

type UpdateContentsOfRunningEnvironmentVariableGroupRequest struct {

	// The abc
	Abc int64 `json:"abc,omitempty"`

	// The doreme
	DoReMe string `json:"do-re-me,omitempty"`
}

UpdateContentsOfRunningEnvironmentVariableGroupRequest update contents of running environment variable group request

swagger:model updateContentsOfRunningEnvironmentVariableGroupRequest

func (*UpdateContentsOfRunningEnvironmentVariableGroupRequest) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateContentsOfRunningEnvironmentVariableGroupRequest) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateContentsOfRunningEnvironmentVariableGroupRequest) Validate ¶

Validate validates this update contents of running environment variable group request

type UpdateContentsOfRunningEnvironmentVariableGroupResponse ¶

type UpdateContentsOfRunningEnvironmentVariableGroupResponse struct {

	// The abc
	Abc int64 `json:"abc,omitempty"`

	// The doreme
	DoReMe string `json:"do-re-me,omitempty"`
}

UpdateContentsOfRunningEnvironmentVariableGroupResponse update contents of running environment variable group response

swagger:model updateContentsOfRunningEnvironmentVariableGroupResponse

func (*UpdateContentsOfRunningEnvironmentVariableGroupResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateContentsOfRunningEnvironmentVariableGroupResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateContentsOfRunningEnvironmentVariableGroupResponse) Validate ¶

Validate validates this update contents of running environment variable group response

type UpdateContentsOfRunningEnvironmentVariableGroupResponseResource ¶

type UpdateContentsOfRunningEnvironmentVariableGroupResponseResource struct {

	// entity
	Entity *UpdateContentsOfRunningEnvironmentVariableGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateContentsOfRunningEnvironmentVariableGroupResponseResource update contents of running environment variable group response resource

swagger:model updateContentsOfRunningEnvironmentVariableGroupResponseResource

func (*UpdateContentsOfRunningEnvironmentVariableGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateContentsOfRunningEnvironmentVariableGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateContentsOfRunningEnvironmentVariableGroupResponseResource) Validate ¶

Validate validates this update contents of running environment variable group response resource

type UpdateContentsOfStagingEnvironmentVariableGroupRequest ¶

type UpdateContentsOfStagingEnvironmentVariableGroupRequest struct {

	// The abc
	Abc int64 `json:"abc,omitempty"`

	// The doreme
	DoReMe string `json:"do-re-me,omitempty"`
}

UpdateContentsOfStagingEnvironmentVariableGroupRequest update contents of staging environment variable group request

swagger:model updateContentsOfStagingEnvironmentVariableGroupRequest

func (*UpdateContentsOfStagingEnvironmentVariableGroupRequest) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateContentsOfStagingEnvironmentVariableGroupRequest) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateContentsOfStagingEnvironmentVariableGroupRequest) Validate ¶

Validate validates this update contents of staging environment variable group request

type UpdateContentsOfStagingEnvironmentVariableGroupResponse ¶

type UpdateContentsOfStagingEnvironmentVariableGroupResponse struct {

	// The abc
	Abc int64 `json:"abc,omitempty"`

	// The doreme
	DoReMe string `json:"do-re-me,omitempty"`
}

UpdateContentsOfStagingEnvironmentVariableGroupResponse update contents of staging environment variable group response

swagger:model updateContentsOfStagingEnvironmentVariableGroupResponse

func (*UpdateContentsOfStagingEnvironmentVariableGroupResponse) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateContentsOfStagingEnvironmentVariableGroupResponse) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateContentsOfStagingEnvironmentVariableGroupResponse) Validate ¶

Validate validates this update contents of staging environment variable group response

type UpdateContentsOfStagingEnvironmentVariableGroupResponseResource ¶

type UpdateContentsOfStagingEnvironmentVariableGroupResponseResource struct {

	// entity
	Entity *UpdateContentsOfStagingEnvironmentVariableGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateContentsOfStagingEnvironmentVariableGroupResponseResource update contents of staging environment variable group response resource

swagger:model updateContentsOfStagingEnvironmentVariableGroupResponseResource

func (*UpdateContentsOfStagingEnvironmentVariableGroupResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateContentsOfStagingEnvironmentVariableGroupResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateContentsOfStagingEnvironmentVariableGroupResponseResource) Validate ¶

Validate validates this update contents of staging environment variable group response resource

type UpdateOrganizationQuotaDefinitionRequest ¶

type UpdateOrganizationQuotaDefinitionRequest struct {

	// The maximum amount of memory in megabyte an application instance can have. (-1 represents an unlimited amount)
	InstanceMemoryLimit string `json:"instance_memory_limit,omitempty"`

	// How much memory in megabyte an organization can have.
	MemoryLimit string `json:"memory_limit,omitempty"`

	// The name for the Organization Quota Definition.
	Name string `json:"name,omitempty"`

	// If an organization can have non basic services
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// How many routes an organization can have.
	TotalRoutes string `json:"total_routes,omitempty"`

	// How many services an organization can have.
	TotalServices string `json:"total_services,omitempty"`

	// If an organization can have a trial db.
	TrialDbAllowed GenericObject `json:"trial_db_allowed,omitempty"`
}

UpdateOrganizationQuotaDefinitionRequest update organization quota definition request

swagger:model updateOrganizationQuotaDefinitionRequest

func (*UpdateOrganizationQuotaDefinitionRequest) MarshalBinary ¶

func (m *UpdateOrganizationQuotaDefinitionRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrganizationQuotaDefinitionRequest) UnmarshalBinary ¶

func (m *UpdateOrganizationQuotaDefinitionRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrganizationQuotaDefinitionRequest) Validate ¶

Validate validates this update organization quota definition request

type UpdateOrganizationQuotaDefinitionResponse ¶

type UpdateOrganizationQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`

	// The trial Db Allowed
	TrialDbAllowed bool `json:"trial_db_allowed,omitempty"`
}

UpdateOrganizationQuotaDefinitionResponse update organization quota definition response

swagger:model updateOrganizationQuotaDefinitionResponse

func (*UpdateOrganizationQuotaDefinitionResponse) MarshalBinary ¶

func (m *UpdateOrganizationQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrganizationQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *UpdateOrganizationQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrganizationQuotaDefinitionResponse) Validate ¶

Validate validates this update organization quota definition response

type UpdateOrganizationQuotaDefinitionResponseResource ¶

type UpdateOrganizationQuotaDefinitionResponseResource struct {

	// entity
	Entity *UpdateOrganizationQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateOrganizationQuotaDefinitionResponseResource update organization quota definition response resource

swagger:model updateOrganizationQuotaDefinitionResponseResource

func (*UpdateOrganizationQuotaDefinitionResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateOrganizationQuotaDefinitionResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateOrganizationQuotaDefinitionResponseResource) Validate ¶

Validate validates this update organization quota definition response resource

type UpdateOrganizationRequest ¶

type UpdateOrganizationRequest struct {

	// If billing is enabled for this organization
	BillingEnabled GenericObject `json:"billing_enabled,omitempty"`

	// The name of the organization
	Name string `json:"name,omitempty"`

	// The guid of quota to associate with this organization
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// Status of the organization
	Status GenericObject `json:"status,omitempty"`
}

UpdateOrganizationRequest update organization request

swagger:model updateOrganizationRequest

func (*UpdateOrganizationRequest) MarshalBinary ¶

func (m *UpdateOrganizationRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrganizationRequest) UnmarshalBinary ¶

func (m *UpdateOrganizationRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrganizationRequest) Validate ¶

func (m *UpdateOrganizationRequest) Validate(formats strfmt.Registry) error

Validate validates this update organization request

type UpdateOrganizationResponse ¶

type UpdateOrganizationResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The billing Enabled
	BillingEnabled bool `json:"billing_enabled,omitempty"`

	// The billing Managers Url
	BillingManagersURL string `json:"billing_managers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The private Domains Url
	PrivateDomainsURL string `json:"private_domains_url,omitempty"`

	// The quota Definition Guid
	QuotaDefinitionGUID string `json:"quota_definition_guid,omitempty"`

	// The quota Definition Url
	QuotaDefinitionURL string `json:"quota_definition_url,omitempty"`

	// The space Quota Definitions Url
	SpaceQuotaDefinitionsURL string `json:"space_quota_definitions_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The status
	Status string `json:"status,omitempty"`

	// The users Url
	UsersURL string `json:"users_url,omitempty"`
}

UpdateOrganizationResponse update organization response

swagger:model updateOrganizationResponse

func (*UpdateOrganizationResponse) MarshalBinary ¶

func (m *UpdateOrganizationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrganizationResponse) UnmarshalBinary ¶

func (m *UpdateOrganizationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrganizationResponse) Validate ¶

func (m *UpdateOrganizationResponse) Validate(formats strfmt.Registry) error

Validate validates this update organization response

type UpdateOrganizationResponseResource ¶

type UpdateOrganizationResponseResource struct {

	// entity
	Entity *UpdateOrganizationResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateOrganizationResponseResource update organization response resource

swagger:model updateOrganizationResponseResource

func (*UpdateOrganizationResponseResource) MarshalBinary ¶

func (m *UpdateOrganizationResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateOrganizationResponseResource) UnmarshalBinary ¶

func (m *UpdateOrganizationResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateOrganizationResponseResource) Validate ¶

Validate validates this update organization response resource

type UpdateRouteRequest ¶

type UpdateRouteRequest struct {

	// The guid of the associated domain
	DomainGUID string `json:"domain_guid,omitempty"`

	// The guid of the route.
	GUID string `json:"guid,omitempty"`

	// The host portion of the route
	Host string `json:"host,omitempty"`

	// The guid of the associated space
	SpaceGUID string `json:"space_guid,omitempty"`
}

UpdateRouteRequest update route request

swagger:model updateRouteRequest

func (*UpdateRouteRequest) MarshalBinary ¶

func (m *UpdateRouteRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateRouteRequest) UnmarshalBinary ¶

func (m *UpdateRouteRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateRouteRequest) Validate ¶

func (m *UpdateRouteRequest) Validate(formats strfmt.Registry) error

Validate validates this update route request

type UpdateRouteResponse ¶

type UpdateRouteResponse struct {

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The domain Guid
	DomainGUID string `json:"domain_guid,omitempty"`

	// The domain Url
	DomainURL string `json:"domain_url,omitempty"`

	// The host
	Host string `json:"host,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`
}

UpdateRouteResponse update route response

swagger:model updateRouteResponse

func (*UpdateRouteResponse) MarshalBinary ¶

func (m *UpdateRouteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateRouteResponse) UnmarshalBinary ¶

func (m *UpdateRouteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateRouteResponse) Validate ¶

func (m *UpdateRouteResponse) Validate(formats strfmt.Registry) error

Validate validates this update route response

type UpdateRouteResponseResource ¶

type UpdateRouteResponseResource struct {

	// entity
	Entity *UpdateRouteResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateRouteResponseResource update route response resource

swagger:model updateRouteResponseResource

func (*UpdateRouteResponseResource) MarshalBinary ¶

func (m *UpdateRouteResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateRouteResponseResource) UnmarshalBinary ¶

func (m *UpdateRouteResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateRouteResponseResource) Validate ¶

func (m *UpdateRouteResponseResource) Validate(formats strfmt.Registry) error

Validate validates this update route response resource

type UpdateSecurityGroupRequest ¶

type UpdateSecurityGroupRequest struct {

	// The name of the security group.
	Name string `json:"name,omitempty"`

	// The egress rules for apps that belong to this security group. A rule consists of a protocol (tcp icmp udp all) destination CIDR or destination range  port or port range (tcp udp all) type (control signal for icmp) code (control signal for icmp)  log (enables logging for the egress rule)
	Rules []GenericObject `json:"rules"`

	// The list of associated spaces.
	SpaceGuids GenericObject `json:"space_guids,omitempty"`
}

UpdateSecurityGroupRequest update security group request

swagger:model updateSecurityGroupRequest

func (*UpdateSecurityGroupRequest) MarshalBinary ¶

func (m *UpdateSecurityGroupRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSecurityGroupRequest) UnmarshalBinary ¶

func (m *UpdateSecurityGroupRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSecurityGroupRequest) Validate ¶

func (m *UpdateSecurityGroupRequest) Validate(formats strfmt.Registry) error

Validate validates this update security group request

type UpdateSecurityGroupResponse ¶

type UpdateSecurityGroupResponse struct {

	// The name
	Name string `json:"name,omitempty"`

	// The rules
	Rules []GenericObject `json:"rules"`

	// The running Default
	RunningDefault bool `json:"running_default,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The staging Default
	StagingDefault bool `json:"staging_default,omitempty"`
}

UpdateSecurityGroupResponse update security group response

swagger:model updateSecurityGroupResponse

func (*UpdateSecurityGroupResponse) MarshalBinary ¶

func (m *UpdateSecurityGroupResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSecurityGroupResponse) UnmarshalBinary ¶

func (m *UpdateSecurityGroupResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSecurityGroupResponse) Validate ¶

func (m *UpdateSecurityGroupResponse) Validate(formats strfmt.Registry) error

Validate validates this update security group response

type UpdateSecurityGroupResponseResource ¶

type UpdateSecurityGroupResponseResource struct {

	// entity
	Entity *UpdateSecurityGroupResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateSecurityGroupResponseResource update security group response resource

swagger:model updateSecurityGroupResponseResource

func (*UpdateSecurityGroupResponseResource) MarshalBinary ¶

func (m *UpdateSecurityGroupResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSecurityGroupResponseResource) UnmarshalBinary ¶

func (m *UpdateSecurityGroupResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSecurityGroupResponseResource) Validate ¶

Validate validates this update security group response resource

type UpdateServiceBrokerRequest ¶

type UpdateServiceBrokerRequest struct {

	// The password with which to authenticate against the service broker.
	AuthPassword string `json:"auth_password,omitempty"`

	// The username with which to authenticate against the service broker.
	AuthUsername string `json:"auth_username,omitempty"`

	// The URL of the service broker.
	BrokerURL string `json:"broker_url,omitempty"`

	// The name of the service broker.
	Name string `json:"name,omitempty"`
}

UpdateServiceBrokerRequest update service broker request

swagger:model updateServiceBrokerRequest

func (*UpdateServiceBrokerRequest) MarshalBinary ¶

func (m *UpdateServiceBrokerRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceBrokerRequest) UnmarshalBinary ¶

func (m *UpdateServiceBrokerRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceBrokerRequest) Validate ¶

func (m *UpdateServiceBrokerRequest) Validate(formats strfmt.Registry) error

Validate validates this update service broker request

type UpdateServiceBrokerResponse ¶

type UpdateServiceBrokerResponse struct {

	// The auth Username
	AuthUsername string `json:"auth_username,omitempty"`

	// The broker Url
	BrokerURL string `json:"broker_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`
}

UpdateServiceBrokerResponse update service broker response

swagger:model updateServiceBrokerResponse

func (*UpdateServiceBrokerResponse) MarshalBinary ¶

func (m *UpdateServiceBrokerResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceBrokerResponse) UnmarshalBinary ¶

func (m *UpdateServiceBrokerResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceBrokerResponse) Validate ¶

func (m *UpdateServiceBrokerResponse) Validate(formats strfmt.Registry) error

Validate validates this update service broker response

type UpdateServiceBrokerResponseResource ¶

type UpdateServiceBrokerResponseResource struct {

	// entity
	Entity *UpdateServiceBrokerResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateServiceBrokerResponseResource update service broker response resource

swagger:model updateServiceBrokerResponseResource

func (*UpdateServiceBrokerResponseResource) MarshalBinary ¶

func (m *UpdateServiceBrokerResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceBrokerResponseResource) UnmarshalBinary ¶

func (m *UpdateServiceBrokerResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceBrokerResponseResource) Validate ¶

Validate validates this update service broker response resource

type UpdateServiceDeprecatedRequest ¶

type UpdateServiceDeprecatedRequest struct {

	// A boolean describing that the service can be provisioned by users
	Active GenericObject `json:"active,omitempty"`

	// A boolean describing that the service can be bound to applications
	Bindable GenericObject `json:"bindable,omitempty"`

	// A short blurb describing the service
	Description string `json:"description,omitempty"`

	// A url that points to a documentation page for the service
	DocumentationURL string `json:"documentation_url,omitempty"`

	// A JSON field with extra data pertaining to the service
	Extra string `json:"extra,omitempty"`

	// The guid of the service
	GUID string `json:"guid,omitempty"`

	// A url that points to an info page for the service
	InfoURL string `json:"info_url,omitempty"`

	// The name of the service
	Label string `json:"label,omitempty"`

	// A longer description of the service
	LongDescription string `json:"long_description,omitempty"`

	// The name of the service provider (used only by v1 service gateways)
	Provider string `json:"provider,omitempty"`

	// A list of dependencies for services
	Requires string `json:"requires,omitempty"`

	// The guid of the v2 service broker associated with the service
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// A list of tags for the service
	Tags string `json:"tags,omitempty"`

	// A timeout used by the v1 service gateway client
	Timeout GenericObject `json:"timeout,omitempty"`

	// A guid that identifies the service with the broker (not the same as the guid above)
	UniqueID GenericObject `json:"unique_id,omitempty"`

	// The url of ther service provider (used only by v1 service gateways)
	URL string `json:"url,omitempty"`

	// The version of the service (used only by v1 service gateways)
	Version string `json:"version,omitempty"`
}

UpdateServiceDeprecatedRequest update service deprecated request

swagger:model updateServiceDeprecatedRequest

func (*UpdateServiceDeprecatedRequest) MarshalBinary ¶

func (m *UpdateServiceDeprecatedRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceDeprecatedRequest) UnmarshalBinary ¶

func (m *UpdateServiceDeprecatedRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceDeprecatedRequest) Validate ¶

func (m *UpdateServiceDeprecatedRequest) Validate(formats strfmt.Registry) error

Validate validates this update service deprecated request

type UpdateServiceDeprecatedResponse ¶

type UpdateServiceDeprecatedResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The bindable
	Bindable bool `json:"bindable,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The documentation Url
	DocumentationURL GenericObject `json:"documentation_url,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The info Url
	InfoURL GenericObject `json:"info_url,omitempty"`

	// The label
	Label string `json:"label,omitempty"`

	// The long Description
	LongDescription GenericObject `json:"long_description,omitempty"`

	// The plan Updateable
	PlanUpdateable bool `json:"plan_updateable,omitempty"`

	// The provider
	Provider string `json:"provider,omitempty"`

	// The requires
	Requires []GenericObject `json:"requires"`

	// The service Broker Guid
	ServiceBrokerGUID string `json:"service_broker_guid,omitempty"`

	// The service Plans Url
	ServicePlansURL string `json:"service_plans_url,omitempty"`

	// The tags
	Tags []GenericObject `json:"tags"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`

	// The url
	URL string `json:"url,omitempty"`

	// The version
	Version string `json:"version,omitempty"`
}

UpdateServiceDeprecatedResponse update service deprecated response

swagger:model updateServiceDeprecatedResponse

func (*UpdateServiceDeprecatedResponse) MarshalBinary ¶

func (m *UpdateServiceDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceDeprecatedResponse) UnmarshalBinary ¶

func (m *UpdateServiceDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceDeprecatedResponse) Validate ¶

Validate validates this update service deprecated response

type UpdateServiceDeprecatedResponseResource ¶

type UpdateServiceDeprecatedResponseResource struct {

	// entity
	Entity *UpdateServiceDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateServiceDeprecatedResponseResource update service deprecated response resource

swagger:model updateServiceDeprecatedResponseResource

func (*UpdateServiceDeprecatedResponseResource) MarshalBinary ¶

func (m *UpdateServiceDeprecatedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceDeprecatedResponseResource) UnmarshalBinary ¶

func (m *UpdateServiceDeprecatedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceDeprecatedResponseResource) Validate ¶

Validate validates this update service deprecated response resource

type UpdateServiceInstanceRequest ¶

type UpdateServiceInstanceRequest struct {

	// The new name for the service instance
	Name string `json:"name,omitempty"`

	// The new plan guid for the service instance
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`
}

UpdateServiceInstanceRequest update service instance request

swagger:model updateServiceInstanceRequest

func (*UpdateServiceInstanceRequest) MarshalBinary ¶

func (m *UpdateServiceInstanceRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceInstanceRequest) UnmarshalBinary ¶

func (m *UpdateServiceInstanceRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceInstanceRequest) Validate ¶

func (m *UpdateServiceInstanceRequest) Validate(formats strfmt.Registry) error

Validate validates this update service instance request

type UpdateServiceInstanceResponse ¶

type UpdateServiceInstanceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The dashboard Url
	DashboardURL GenericObject `json:"dashboard_url,omitempty"`

	// The gateway Data
	GatewayData GenericObject `json:"gateway_data,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

UpdateServiceInstanceResponse update service instance response

swagger:model updateServiceInstanceResponse

func (*UpdateServiceInstanceResponse) MarshalBinary ¶

func (m *UpdateServiceInstanceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceInstanceResponse) UnmarshalBinary ¶

func (m *UpdateServiceInstanceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceInstanceResponse) Validate ¶

func (m *UpdateServiceInstanceResponse) Validate(formats strfmt.Registry) error

Validate validates this update service instance response

type UpdateServiceInstanceResponseResource ¶

type UpdateServiceInstanceResponseResource struct {

	// entity
	Entity *UpdateServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateServiceInstanceResponseResource update service instance response resource

swagger:model updateServiceInstanceResponseResource

func (*UpdateServiceInstanceResponseResource) MarshalBinary ¶

func (m *UpdateServiceInstanceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServiceInstanceResponseResource) UnmarshalBinary ¶

func (m *UpdateServiceInstanceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServiceInstanceResponseResource) Validate ¶

Validate validates this update service instance response resource

type UpdateServicePlanDeprecatedRequest ¶

type UpdateServicePlanDeprecatedRequest struct {

	// A boolean that determines whether plans can be used to create new instances.
	Active bool `json:"active,omitempty"`

	// A description of the service plan
	Description string `json:"description,omitempty"`

	// A JSON string with additional data about the plan
	Extra string `json:"extra,omitempty"`

	// A boolean describing if the service plan is free
	Free bool `json:"free,omitempty"`

	// The guid of the service plan
	GUID string `json:"guid,omitempty"`

	// The name of the service plan
	Name string `json:"name,omitempty"`

	// A boolean describing that the plan is visible to the all users
	Public GenericObject `json:"public,omitempty"`

	// The guid of the related service
	ServiceGUID string `json:"service_guid,omitempty"`

	// A guid for the service plan in the service broker (not the same as the cloud controller guid)
	UniqueID GenericObject `json:"unique_id,omitempty"`
}

UpdateServicePlanDeprecatedRequest update service plan deprecated request

swagger:model updateServicePlanDeprecatedRequest

func (*UpdateServicePlanDeprecatedRequest) MarshalBinary ¶

func (m *UpdateServicePlanDeprecatedRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServicePlanDeprecatedRequest) UnmarshalBinary ¶

func (m *UpdateServicePlanDeprecatedRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServicePlanDeprecatedRequest) Validate ¶

Validate validates this update service plan deprecated request

type UpdateServicePlanDeprecatedResponse ¶

type UpdateServicePlanDeprecatedResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The description
	Description string `json:"description,omitempty"`

	// The extra
	Extra GenericObject `json:"extra,omitempty"`

	// The free
	Free bool `json:"free,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The public
	Public bool `json:"public,omitempty"`

	// The service Guid
	ServiceGUID string `json:"service_guid,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The service Url
	ServiceURL string `json:"service_url,omitempty"`

	// The unique Id
	UniqueID string `json:"unique_id,omitempty"`
}

UpdateServicePlanDeprecatedResponse update service plan deprecated response

swagger:model updateServicePlanDeprecatedResponse

func (*UpdateServicePlanDeprecatedResponse) MarshalBinary ¶

func (m *UpdateServicePlanDeprecatedResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServicePlanDeprecatedResponse) UnmarshalBinary ¶

func (m *UpdateServicePlanDeprecatedResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServicePlanDeprecatedResponse) Validate ¶

Validate validates this update service plan deprecated response

type UpdateServicePlanDeprecatedResponseResource ¶

type UpdateServicePlanDeprecatedResponseResource struct {

	// entity
	Entity *UpdateServicePlanDeprecatedResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateServicePlanDeprecatedResponseResource update service plan deprecated response resource

swagger:model updateServicePlanDeprecatedResponseResource

func (*UpdateServicePlanDeprecatedResponseResource) MarshalBinary ¶

func (m *UpdateServicePlanDeprecatedResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServicePlanDeprecatedResponseResource) UnmarshalBinary ¶

func (m *UpdateServicePlanDeprecatedResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServicePlanDeprecatedResponseResource) Validate ¶

Validate validates this update service plan deprecated response resource

type UpdateServicePlanVisibilityRequest ¶

type UpdateServicePlanVisibilityRequest struct {

	// The guid of the organization the plan will be visible to
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The guid of the plan that will be made visible
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`
}

UpdateServicePlanVisibilityRequest update service plan visibility request

swagger:model updateServicePlanVisibilityRequest

func (*UpdateServicePlanVisibilityRequest) MarshalBinary ¶

func (m *UpdateServicePlanVisibilityRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServicePlanVisibilityRequest) UnmarshalBinary ¶

func (m *UpdateServicePlanVisibilityRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServicePlanVisibilityRequest) Validate ¶

Validate validates this update service plan visibility request

type UpdateServicePlanVisibilityResponse ¶

type UpdateServicePlanVisibilityResponse struct {

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The service Plan Guid
	ServicePlanGUID string `json:"service_plan_guid,omitempty"`

	// The service Plan Url
	ServicePlanURL string `json:"service_plan_url,omitempty"`
}

UpdateServicePlanVisibilityResponse update service plan visibility response

swagger:model updateServicePlanVisibilityResponse

func (*UpdateServicePlanVisibilityResponse) MarshalBinary ¶

func (m *UpdateServicePlanVisibilityResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServicePlanVisibilityResponse) UnmarshalBinary ¶

func (m *UpdateServicePlanVisibilityResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServicePlanVisibilityResponse) Validate ¶

Validate validates this update service plan visibility response

type UpdateServicePlanVisibilityResponseResource ¶

type UpdateServicePlanVisibilityResponseResource struct {

	// entity
	Entity *UpdateServicePlanVisibilityResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateServicePlanVisibilityResponseResource update service plan visibility response resource

swagger:model updateServicePlanVisibilityResponseResource

func (*UpdateServicePlanVisibilityResponseResource) MarshalBinary ¶

func (m *UpdateServicePlanVisibilityResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateServicePlanVisibilityResponseResource) UnmarshalBinary ¶

func (m *UpdateServicePlanVisibilityResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateServicePlanVisibilityResponseResource) Validate ¶

Validate validates this update service plan visibility response resource

type UpdateSpaceQuotaDefinitionRequest ¶

type UpdateSpaceQuotaDefinitionRequest struct {

	// The maximum amount of memory in megabytes an application instance can have. (-1 represents an unlimited amount)
	InstanceMemoryLimit string `json:"instance_memory_limit,omitempty"`

	// How much memory in megabytes a space can have.
	MemoryLimit string `json:"memory_limit,omitempty"`

	// The name for the Space Quota Definition.
	Name string `json:"name,omitempty"`

	// If a space can have non basic services
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The owning organization of the space quota
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// How many routes a space can have.
	TotalRoutes string `json:"total_routes,omitempty"`

	// How many services a space can have.
	TotalServices string `json:"total_services,omitempty"`
}

UpdateSpaceQuotaDefinitionRequest update space quota definition request

swagger:model updateSpaceQuotaDefinitionRequest

func (*UpdateSpaceQuotaDefinitionRequest) MarshalBinary ¶

func (m *UpdateSpaceQuotaDefinitionRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSpaceQuotaDefinitionRequest) UnmarshalBinary ¶

func (m *UpdateSpaceQuotaDefinitionRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSpaceQuotaDefinitionRequest) Validate ¶

Validate validates this update space quota definition request

type UpdateSpaceQuotaDefinitionResponse ¶

type UpdateSpaceQuotaDefinitionResponse struct {

	// The instance Memory Limit
	InstanceMemoryLimit int64 `json:"instance_memory_limit,omitempty"`

	// The memory Limit
	MemoryLimit int64 `json:"memory_limit,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The non Basic Services Allowed
	NonBasicServicesAllowed bool `json:"non_basic_services_allowed,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`

	// The total Routes
	TotalRoutes int64 `json:"total_routes,omitempty"`

	// The total Services
	TotalServices int64 `json:"total_services,omitempty"`
}

UpdateSpaceQuotaDefinitionResponse update space quota definition response

swagger:model updateSpaceQuotaDefinitionResponse

func (*UpdateSpaceQuotaDefinitionResponse) MarshalBinary ¶

func (m *UpdateSpaceQuotaDefinitionResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSpaceQuotaDefinitionResponse) UnmarshalBinary ¶

func (m *UpdateSpaceQuotaDefinitionResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSpaceQuotaDefinitionResponse) Validate ¶

Validate validates this update space quota definition response

type UpdateSpaceQuotaDefinitionResponseResource ¶

type UpdateSpaceQuotaDefinitionResponseResource struct {

	// entity
	Entity *UpdateSpaceQuotaDefinitionResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateSpaceQuotaDefinitionResponseResource update space quota definition response resource

swagger:model updateSpaceQuotaDefinitionResponseResource

func (*UpdateSpaceQuotaDefinitionResponseResource) MarshalBinary ¶

func (m *UpdateSpaceQuotaDefinitionResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSpaceQuotaDefinitionResponseResource) UnmarshalBinary ¶

func (m *UpdateSpaceQuotaDefinitionResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSpaceQuotaDefinitionResponseResource) Validate ¶

Validate validates this update space quota definition response resource

type UpdateSpaceRequest ¶

type UpdateSpaceRequest struct {

	// The list of the associated auditors
	AuditorGuids GenericObject `json:"auditor_guids,omitempty"`

	// The list of the associated developers
	DeveloperGuids GenericObject `json:"developer_guids,omitempty"`

	// The list of the associated domains
	DomainGuids GenericObject `json:"domain_guids,omitempty"`

	// The list of the associated managers
	ManagerGuids GenericObject `json:"manager_guids,omitempty"`

	// The name of the space
	Name string `json:"name,omitempty"`

	// The guid of the associated organization
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The list of the associated security groups
	SecurityGroupGuids GenericObject `json:"security_group_guids,omitempty"`
}

UpdateSpaceRequest update space request

swagger:model updateSpaceRequest

func (*UpdateSpaceRequest) MarshalBinary ¶

func (m *UpdateSpaceRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSpaceRequest) UnmarshalBinary ¶

func (m *UpdateSpaceRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSpaceRequest) Validate ¶

func (m *UpdateSpaceRequest) Validate(formats strfmt.Registry) error

Validate validates this update space request

type UpdateSpaceResponse ¶

type UpdateSpaceResponse struct {

	// The app Events Url
	AppEventsURL string `json:"app_events_url,omitempty"`

	// The apps Url
	AppsURL string `json:"apps_url,omitempty"`

	// The auditors Url
	AuditorsURL string `json:"auditors_url,omitempty"`

	// The developers Url
	DevelopersURL string `json:"developers_url,omitempty"`

	// The domains Url
	DomainsURL string `json:"domains_url,omitempty"`

	// The events Url
	EventsURL string `json:"events_url,omitempty"`

	// The managers Url
	ManagersURL string `json:"managers_url,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The organization Guid
	OrganizationGUID string `json:"organization_guid,omitempty"`

	// The organization Url
	OrganizationURL string `json:"organization_url,omitempty"`

	// The routes Url
	RoutesURL string `json:"routes_url,omitempty"`

	// The security Groups Url
	SecurityGroupsURL string `json:"security_groups_url,omitempty"`

	// The service Instances Url
	ServiceInstancesURL string `json:"service_instances_url,omitempty"`

	// The space Quota Definition Guid
	SpaceQuotaDefinitionGUID string `json:"space_quota_definition_guid,omitempty"`
}

UpdateSpaceResponse update space response

swagger:model updateSpaceResponse

func (*UpdateSpaceResponse) MarshalBinary ¶

func (m *UpdateSpaceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSpaceResponse) UnmarshalBinary ¶

func (m *UpdateSpaceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSpaceResponse) Validate ¶

func (m *UpdateSpaceResponse) Validate(formats strfmt.Registry) error

Validate validates this update space response

type UpdateSpaceResponseResource ¶

type UpdateSpaceResponseResource struct {

	// entity
	Entity *UpdateSpaceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateSpaceResponseResource update space response resource

swagger:model updateSpaceResponseResource

func (*UpdateSpaceResponseResource) MarshalBinary ¶

func (m *UpdateSpaceResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateSpaceResponseResource) UnmarshalBinary ¶

func (m *UpdateSpaceResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateSpaceResponseResource) Validate ¶

func (m *UpdateSpaceResponseResource) Validate(formats strfmt.Registry) error

Validate validates this update space response resource

type UpdateUserProvidedServiceInstanceRequest ¶

type UpdateUserProvidedServiceInstanceRequest struct {

	// A hash that can be used to store credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// A name for the service instance
	Name string `json:"name,omitempty"`

	// The url for the syslog_drain to direct to
	SyslogDrainURL string `json:"syslog_drain_url,omitempty"`
}

UpdateUserProvidedServiceInstanceRequest update user provided service instance request

swagger:model updateUserProvidedServiceInstanceRequest

func (*UpdateUserProvidedServiceInstanceRequest) MarshalBinary ¶

func (m *UpdateUserProvidedServiceInstanceRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateUserProvidedServiceInstanceRequest) UnmarshalBinary ¶

func (m *UpdateUserProvidedServiceInstanceRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateUserProvidedServiceInstanceRequest) Validate ¶

Validate validates this update user provided service instance request

type UpdateUserProvidedServiceInstanceResponse ¶

type UpdateUserProvidedServiceInstanceResponse struct {

	// The credentials
	Credentials GenericObject `json:"credentials,omitempty"`

	// The name
	Name string `json:"name,omitempty"`

	// The service Bindings Url
	ServiceBindingsURL string `json:"service_bindings_url,omitempty"`

	// The space Guid
	SpaceGUID string `json:"space_guid,omitempty"`

	// The space Url
	SpaceURL string `json:"space_url,omitempty"`

	// The syslog Drain Url
	SyslogDrainURL string `json:"syslog_drain_url,omitempty"`

	// The type
	Type string `json:"type,omitempty"`
}

UpdateUserProvidedServiceInstanceResponse update user provided service instance response

swagger:model updateUserProvidedServiceInstanceResponse

func (*UpdateUserProvidedServiceInstanceResponse) MarshalBinary ¶

func (m *UpdateUserProvidedServiceInstanceResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateUserProvidedServiceInstanceResponse) UnmarshalBinary ¶

func (m *UpdateUserProvidedServiceInstanceResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateUserProvidedServiceInstanceResponse) Validate ¶

Validate validates this update user provided service instance response

type UpdateUserProvidedServiceInstanceResponseResource ¶

type UpdateUserProvidedServiceInstanceResponseResource struct {

	// entity
	Entity *UpdateUserProvidedServiceInstanceResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateUserProvidedServiceInstanceResponseResource update user provided service instance response resource

swagger:model updateUserProvidedServiceInstanceResponseResource

func (*UpdateUserProvidedServiceInstanceResponseResource) MarshalBinary ¶

MarshalBinary interface implementation

func (*UpdateUserProvidedServiceInstanceResponseResource) UnmarshalBinary ¶

UnmarshalBinary interface implementation

func (*UpdateUserProvidedServiceInstanceResponseResource) Validate ¶

Validate validates this update user provided service instance response resource

type UpdateUserRequest ¶

type UpdateUserRequest struct {

	// Whether the user is an admin (Use UAA instead).
	Admin GenericObject `json:"admin,omitempty"`

	// The guid of the default space for apps created by this user.
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`
}

UpdateUserRequest update user request

swagger:model updateUserRequest

func (*UpdateUserRequest) MarshalBinary ¶

func (m *UpdateUserRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateUserRequest) UnmarshalBinary ¶

func (m *UpdateUserRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateUserRequest) Validate ¶

func (m *UpdateUserRequest) Validate(formats strfmt.Registry) error

Validate validates this update user request

type UpdateUserResponse ¶

type UpdateUserResponse struct {

	// The active
	Active bool `json:"active,omitempty"`

	// The admin
	Admin bool `json:"admin,omitempty"`

	// The audited Organizations Url
	AuditedOrganizationsURL string `json:"audited_organizations_url,omitempty"`

	// The audited Spaces Url
	AuditedSpacesURL string `json:"audited_spaces_url,omitempty"`

	// The billing Managed Organizations Url
	BillingManagedOrganizationsURL string `json:"billing_managed_organizations_url,omitempty"`

	// The default Space Guid
	DefaultSpaceGUID string `json:"default_space_guid,omitempty"`

	// The default Space Url
	DefaultSpaceURL string `json:"default_space_url,omitempty"`

	// The managed Organizations Url
	ManagedOrganizationsURL string `json:"managed_organizations_url,omitempty"`

	// The managed Spaces Url
	ManagedSpacesURL string `json:"managed_spaces_url,omitempty"`

	// The organizations Url
	OrganizationsURL string `json:"organizations_url,omitempty"`

	// The spaces Url
	SpacesURL string `json:"spaces_url,omitempty"`
}

UpdateUserResponse update user response

swagger:model updateUserResponse

func (*UpdateUserResponse) MarshalBinary ¶

func (m *UpdateUserResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateUserResponse) UnmarshalBinary ¶

func (m *UpdateUserResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateUserResponse) Validate ¶

func (m *UpdateUserResponse) Validate(formats strfmt.Registry) error

Validate validates this update user response

type UpdateUserResponseResource ¶

type UpdateUserResponseResource struct {

	// entity
	Entity *UpdateUserResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UpdateUserResponseResource update user response resource

swagger:model updateUserResponseResource

func (*UpdateUserResponseResource) MarshalBinary ¶

func (m *UpdateUserResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdateUserResponseResource) UnmarshalBinary ¶

func (m *UpdateUserResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdateUserResponseResource) Validate ¶

func (m *UpdateUserResponseResource) Validate(formats strfmt.Registry) error

Validate validates this update user response resource

type UploadsBitsForAppResponse ¶

type UploadsBitsForAppResponse struct {

	// The guid
	GUID string `json:"guid,omitempty"`

	// The status
	Status string `json:"status,omitempty"`
}

UploadsBitsForAppResponse uploads bits for app response

swagger:model uploadsBitsForAppResponse

func (*UploadsBitsForAppResponse) MarshalBinary ¶

func (m *UploadsBitsForAppResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UploadsBitsForAppResponse) UnmarshalBinary ¶

func (m *UploadsBitsForAppResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UploadsBitsForAppResponse) Validate ¶

func (m *UploadsBitsForAppResponse) Validate(formats strfmt.Registry) error

Validate validates this uploads bits for app response

type UploadsBitsForAppResponseResource ¶

type UploadsBitsForAppResponseResource struct {

	// entity
	Entity *UploadsBitsForAppResponse `json:"entity,omitempty"`

	// metadata
	Metadata *EntityMetadata `json:"metadata,omitempty"`
}

UploadsBitsForAppResponseResource uploads bits for app response resource

swagger:model uploadsBitsForAppResponseResource

func (*UploadsBitsForAppResponseResource) MarshalBinary ¶

func (m *UploadsBitsForAppResponseResource) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UploadsBitsForAppResponseResource) UnmarshalBinary ¶

func (m *UploadsBitsForAppResponseResource) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UploadsBitsForAppResponseResource) Validate ¶

Validate validates this uploads bits for app response resource

Source Files ¶

Jump to

Keyboard shortcuts

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