Documentation
¶
Index ¶
- func DataSourceZenlayerCloudTrafficBandwidthClusterAreas() *schema.Resource
- func DataSourceZenlayerCloudTrafficBandwidthClusters() *schema.Resource
- func ResourceZenlayerCloudTrafficBandwidthCluster() *schema.Resource
- type TrafficFilter
- type TrafficService
- func (s TrafficService) DeleteBandwidthClusterId(ctx context.Context, bandwidthClusterId string) error
- func (s *TrafficService) DescribeBandwidthClusterAreas(ctx context.Context) ([]*traffic.BandwidthClusterAreaInfo, error)
- func (s TrafficService) DescribeBandwidthClusterByFilter(ctx context.Context, filter *TrafficFilter) (bandwidthClusters []*traffic.BandwidthClusterInfo, err error)
- func (s TrafficService) DescribeBandwidthClusterById(ctx context.Context, bandwidthClusterId string) (bandwidthCluster *traffic.BandwidthClusterInfo, err error)
- func (s TrafficService) DescribeBandwidthClusterResourcesById(ctx context.Context, bandwidthClusterId string) (*traffic.DescribeBandwidthClusterResourcesResponseParams, error)
- func (s *TrafficService) ModifyBandwidthClusterCommitBandwidth(ctx context.Context, bandwidthClusterId string, bandwidthMbps int) error
- func (s *TrafficService) ModifyBandwidthClusterName(ctx context.Context, bandwidthClusterId string, name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceZenlayerCloudTrafficBandwidthCluster ¶ added in v0.2.6
Types ¶
type TrafficFilter ¶
type TrafficFilter struct {
Ids []string
// contains filtered or unexported fields
}
type TrafficService ¶
type TrafficService struct {
// contains filtered or unexported fields
}
func (TrafficService) DeleteBandwidthClusterId ¶ added in v0.2.6
func (s TrafficService) DeleteBandwidthClusterId(ctx context.Context, bandwidthClusterId string) error
func (*TrafficService) DescribeBandwidthClusterAreas ¶
func (s *TrafficService) DescribeBandwidthClusterAreas(ctx context.Context) ([]*traffic.BandwidthClusterAreaInfo, error)
func (TrafficService) DescribeBandwidthClusterByFilter ¶
func (s TrafficService) DescribeBandwidthClusterByFilter(ctx context.Context, filter *TrafficFilter) (bandwidthClusters []*traffic.BandwidthClusterInfo, err error)
func (TrafficService) DescribeBandwidthClusterById ¶ added in v0.2.6
func (s TrafficService) DescribeBandwidthClusterById(ctx context.Context, bandwidthClusterId string) (bandwidthCluster *traffic.BandwidthClusterInfo, err error)
func (TrafficService) DescribeBandwidthClusterResourcesById ¶ added in v0.2.6
func (s TrafficService) DescribeBandwidthClusterResourcesById(ctx context.Context, bandwidthClusterId string) (*traffic.DescribeBandwidthClusterResourcesResponseParams, error)
func (*TrafficService) ModifyBandwidthClusterCommitBandwidth ¶ added in v0.2.6
func (*TrafficService) ModifyBandwidthClusterName ¶
Click to show internal directories.
Click to hide internal directories.