Documentation ¶
Index ¶
- func AsyncCcCreateResource(client cloudcontrol.Client, typeName string, desiredState string, async bool)
- func AsyncCcDeleteResource(client cloudcontrol.Client, typeName string, resourceIds []string, async bool)
- func AsyncCcReadResource(client cloudcontrol.Client, typeName string, id string, async bool)
- func CreateResource(cc *cloudcontrol.Client, typeName string, desiredState *string, async bool) error
- func DeleteResource(cc *cloudcontrol.Client, typeName string, id string, async bool) error
- func FetchSchemas() (*map[string][]byte, error)
- func ListResource(typeName string) (*[]typesCC.ResourceDescription, error)
- func NewCcClient() (*cloudcontrol.Client, error)
- func ReadResource(cc *cloudcontrol.Client, typeName string, id string, async bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsyncCcCreateResource ¶
func AsyncCcCreateResource(client cloudcontrol.Client, typeName string, desiredState string, async bool)
func AsyncCcDeleteResource ¶
func AsyncCcDeleteResource(client cloudcontrol.Client, typeName string, resourceIds []string, async bool)
func AsyncCcReadResource ¶
func AsyncCcReadResource(client cloudcontrol.Client, typeName string, id string, async bool)
func CreateResource ¶
func DeleteResource ¶
func FetchSchemas ¶
func ListResource ¶
func ListResource(typeName string) (*[]typesCC.ResourceDescription, error)
func NewCcClient ¶
func NewCcClient() (*cloudcontrol.Client, error)
func ReadResource ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.