Versions in this module Expand all Collapse all v1 v1.1.0 Feb 9, 2016 Changes in this version + const IpAddressPattern + const UuidPattern + func AddSubnet(client contrail.ApiClient, network *types.VirtualNetwork, prefix string) (bool, error) + func CreateNetwork(client contrail.ApiClient, project_id, name string) (string, error) + func CreateNetworkWithSubnet(client contrail.ApiClient, project_id, name, prefix string) (string, error) + func CreateProject(client contrail.ApiClient, name string, createIpam bool) (string, error) + func DeleteProject(client contrail.ApiClient, project_id string) error + func GetProjectFQN(client contrail.ApiClient, projectName string, projectId string) ([]string, error) + func GetProjectId(client contrail.ApiClient, project_name string, project_id string) (string, error) + func IsUuid(value string) bool + func RemoveSubnet(client contrail.ApiClient, network *types.VirtualNetwork, prefix string) error + type NetworkInfo struct + AdminState bool + Mode string + Name string + NetworkId int + Policies []string + RouteTargets []string + Subnets []string + Transit bool + Uuid string + func NetworkList(client contrail.ApiClient, project_id string, detail bool) ([]*NetworkInfo, error) + func NetworkShow(client contrail.ApiClient, uuid string, detail bool) (*NetworkInfo, error)