Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsPeeringService ¶
type AwsPeeringService struct {
// contains filtered or unexported fields
}
func NewAwsPeeringService ¶
func NewAwsPeeringService(client *hazelcastcloud.Client, customerProperties *AwsCustomerPeeringProperties) AwsPeeringService
func (*AwsPeeringService) Create ¶
func (s *AwsPeeringService) Create(indicator *util.LoadingIndicator) error
type AzurePeeringService ¶
type AzurePeeringService struct {
// contains filtered or unexported fields
}
func NewAzurePeeringService ¶
func NewAzurePeeringService(client *hazelcastcloud.Client, customerProperties *AzureCustomerPeeringProperties) AzurePeeringService
func (*AzurePeeringService) Create ¶
func (s *AzurePeeringService) Create(indicator *util.LoadingIndicator) error
type GcpPeeringService ¶
type GcpPeeringService struct { Client *hazelcastcloud.Client CustomerProperties *GcpCustomerPeeringProperties }
func NewGcpPeeringService ¶
func NewGcpPeeringService(client *hazelcastcloud.Client) GcpPeeringService
func (GcpPeeringService) Create ¶
func (s GcpPeeringService) Create(customerProperties *GcpCustomerPeeringProperties) error
Click to show internal directories.
Click to hide internal directories.