Documentation
¶
Overview ¶
nolint
nolint
nolint
nolint
nolint
Index ¶
- type CloudInterconnect
- func (c *CloudInterconnect) Partner() *PartnerServiceClient
- func (c *CloudInterconnect) PointOfPresence() *PointOfPresenceServiceClient
- func (c *CloudInterconnect) PrivateConnection() *PrivateConnectionServiceClient
- func (c *CloudInterconnect) PublicConnection() *PublicConnectionServiceClient
- func (c *CloudInterconnect) TrunkConnection() *TrunkConnectionServiceClient
- type PartnerIterator
- type PartnerServiceClient
- func (c *PartnerServiceClient) Get(ctx context.Context, in *cic.GetPartnerRequest, opts ...grpc.CallOption) (*cic.Partner, error)
- func (c *PartnerServiceClient) List(ctx context.Context, in *cic.ListPartnersRequest, opts ...grpc.CallOption) (*cic.ListPartnersResponse, error)
- func (c *PartnerServiceClient) PartnerIterator(ctx context.Context, req *cic.ListPartnersRequest, opts ...grpc.CallOption) *PartnerIterator
- type PointOfPresenceIterator
- func (it *PointOfPresenceIterator) Error() error
- func (it *PointOfPresenceIterator) Next() bool
- func (it *PointOfPresenceIterator) Take(size int64) ([]*cic.PointOfPresence, error)
- func (it *PointOfPresenceIterator) TakeAll() ([]*cic.PointOfPresence, error)
- func (it *PointOfPresenceIterator) Value() *cic.PointOfPresence
- type PointOfPresenceServiceClient
- func (c *PointOfPresenceServiceClient) Get(ctx context.Context, in *cic.GetPointOfPresenceRequest, ...) (*cic.PointOfPresence, error)
- func (c *PointOfPresenceServiceClient) List(ctx context.Context, in *cic.ListPointOfPresencesRequest, ...) (*cic.ListPointOfPresencesResponse, error)
- func (c *PointOfPresenceServiceClient) PointOfPresenceIterator(ctx context.Context, req *cic.ListPointOfPresencesRequest, ...) *PointOfPresenceIterator
- type PrivateConnectionIterator
- func (it *PrivateConnectionIterator) Error() error
- func (it *PrivateConnectionIterator) Next() bool
- func (it *PrivateConnectionIterator) Take(size int64) ([]*cic.PrivateConnection, error)
- func (it *PrivateConnectionIterator) TakeAll() ([]*cic.PrivateConnection, error)
- func (it *PrivateConnectionIterator) Value() *cic.PrivateConnection
- type PrivateConnectionOperationsIterator
- func (it *PrivateConnectionOperationsIterator) Error() error
- func (it *PrivateConnectionOperationsIterator) Next() bool
- func (it *PrivateConnectionOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *PrivateConnectionOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *PrivateConnectionOperationsIterator) Value() *operation.Operation
- type PrivateConnectionServiceClient
- func (c *PrivateConnectionServiceClient) BatchGet(ctx context.Context, in *cic.BatchGetPrivateConnectionsRequest, ...) (*cic.BatchGetPrivateConnectionsResponse, error)
- func (c *PrivateConnectionServiceClient) Create(ctx context.Context, in *cic.CreatePrivateConnectionRequest, ...) (*operation.Operation, error)
- func (c *PrivateConnectionServiceClient) Delete(ctx context.Context, in *cic.DeletePrivateConnectionRequest, ...) (*operation.Operation, error)
- func (c *PrivateConnectionServiceClient) Get(ctx context.Context, in *cic.GetPrivateConnectionRequest, ...) (*cic.PrivateConnection, error)
- func (c *PrivateConnectionServiceClient) List(ctx context.Context, in *cic.ListPrivateConnectionsRequest, ...) (*cic.ListPrivateConnectionsResponse, error)
- func (c *PrivateConnectionServiceClient) ListOperations(ctx context.Context, in *cic.ListPrivateConnectionOperationsRequest, ...) (*cic.ListPrivateConnectionOperationsResponse, error)
- func (c *PrivateConnectionServiceClient) Move(ctx context.Context, in *cic.MovePrivateConnectionRequest, ...) (*operation.Operation, error)
- func (c *PrivateConnectionServiceClient) PrivateConnectionIterator(ctx context.Context, req *cic.ListPrivateConnectionsRequest, ...) *PrivateConnectionIterator
- func (c *PrivateConnectionServiceClient) PrivateConnectionOperationsIterator(ctx context.Context, req *cic.ListPrivateConnectionOperationsRequest, ...) *PrivateConnectionOperationsIterator
- func (c *PrivateConnectionServiceClient) RemoveStaticRoute(ctx context.Context, in *cic.RemoveStaticRouteRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *PrivateConnectionServiceClient) Update(ctx context.Context, in *cic.UpdatePrivateConnectionRequest, ...) (*operation.Operation, error)
- func (c *PrivateConnectionServiceClient) UpsertStaticRoute(ctx context.Context, in *cic.UpsertStaticRouteRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- type PublicConnectionIterator
- func (it *PublicConnectionIterator) Error() error
- func (it *PublicConnectionIterator) Next() bool
- func (it *PublicConnectionIterator) Take(size int64) ([]*cic.PublicConnection, error)
- func (it *PublicConnectionIterator) TakeAll() ([]*cic.PublicConnection, error)
- func (it *PublicConnectionIterator) Value() *cic.PublicConnection
- type PublicConnectionOperationsIterator
- func (it *PublicConnectionOperationsIterator) Error() error
- func (it *PublicConnectionOperationsIterator) Next() bool
- func (it *PublicConnectionOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *PublicConnectionOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *PublicConnectionOperationsIterator) Value() *operation.Operation
- type PublicConnectionServiceClient
- func (c *PublicConnectionServiceClient) Get(ctx context.Context, in *cic.GetPublicConnectionRequest, ...) (*cic.PublicConnection, error)
- func (c *PublicConnectionServiceClient) List(ctx context.Context, in *cic.ListPublicConnectionsRequest, ...) (*cic.ListPublicConnectionsResponse, error)
- func (c *PublicConnectionServiceClient) ListOperations(ctx context.Context, in *cic.ListPublicConnectionOperationsRequest, ...) (*cic.ListPublicConnectionOperationsResponse, error)
- func (c *PublicConnectionServiceClient) Move(ctx context.Context, in *cic.MovePublicConnectionRequest, ...) (*operation.Operation, error)
- func (c *PublicConnectionServiceClient) PublicConnectionIterator(ctx context.Context, req *cic.ListPublicConnectionsRequest, ...) *PublicConnectionIterator
- func (c *PublicConnectionServiceClient) PublicConnectionOperationsIterator(ctx context.Context, req *cic.ListPublicConnectionOperationsRequest, ...) *PublicConnectionOperationsIterator
- type TrunkConnectionIterator
- func (it *TrunkConnectionIterator) Error() error
- func (it *TrunkConnectionIterator) Next() bool
- func (it *TrunkConnectionIterator) Take(size int64) ([]*cic.TrunkConnection, error)
- func (it *TrunkConnectionIterator) TakeAll() ([]*cic.TrunkConnection, error)
- func (it *TrunkConnectionIterator) Value() *cic.TrunkConnection
- type TrunkConnectionOperationsIterator
- func (it *TrunkConnectionOperationsIterator) Error() error
- func (it *TrunkConnectionOperationsIterator) Next() bool
- func (it *TrunkConnectionOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *TrunkConnectionOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *TrunkConnectionOperationsIterator) Value() *operation.Operation
- type TrunkConnectionPrivateConnectionsIterator
- func (it *TrunkConnectionPrivateConnectionsIterator) Error() error
- func (it *TrunkConnectionPrivateConnectionsIterator) Next() bool
- func (it *TrunkConnectionPrivateConnectionsIterator) Take(size int64) ([]*cic.PrivateConnection, error)
- func (it *TrunkConnectionPrivateConnectionsIterator) TakeAll() ([]*cic.PrivateConnection, error)
- func (it *TrunkConnectionPrivateConnectionsIterator) Value() *cic.PrivateConnection
- type TrunkConnectionPublicConnectionsIterator
- func (it *TrunkConnectionPublicConnectionsIterator) Error() error
- func (it *TrunkConnectionPublicConnectionsIterator) Next() bool
- func (it *TrunkConnectionPublicConnectionsIterator) Take(size int64) ([]*cic.PublicConnection, error)
- func (it *TrunkConnectionPublicConnectionsIterator) TakeAll() ([]*cic.PublicConnection, error)
- func (it *TrunkConnectionPublicConnectionsIterator) Value() *cic.PublicConnection
- type TrunkConnectionServiceClient
- func (c *TrunkConnectionServiceClient) BatchGet(ctx context.Context, in *cic.BatchGetTrunkConnectionsRequest, ...) (*cic.BatchGetTrunkConnectionsResponse, error)
- func (c *TrunkConnectionServiceClient) Delete(ctx context.Context, in *cic.DeleteTrunkConnectionRequest, ...) (*operation.Operation, error)
- func (c *TrunkConnectionServiceClient) Get(ctx context.Context, in *cic.GetTrunkConnectionRequest, ...) (*cic.TrunkConnection, error)
- func (c *TrunkConnectionServiceClient) List(ctx context.Context, in *cic.ListTrunkConnectionsRequest, ...) (*cic.ListTrunkConnectionsResponse, error)
- func (c *TrunkConnectionServiceClient) ListOperations(ctx context.Context, in *cic.ListTrunkConnectionOperationsRequest, ...) (*cic.ListTrunkConnectionOperationsResponse, error)
- func (c *TrunkConnectionServiceClient) ListPrivateConnections(ctx context.Context, in *cic.ListTrunkConnectionPrivateConnectionsRequest, ...) (*cic.ListTrunkConnectionPrivateConnectionsResponse, error)
- func (c *TrunkConnectionServiceClient) ListPublicConnections(ctx context.Context, in *cic.ListTrunkConnectionPublicConnectionsRequest, ...) (*cic.ListTrunkConnectionPublicConnectionsResponse, error)
- func (c *TrunkConnectionServiceClient) Move(ctx context.Context, in *cic.MoveTrunkConnectionRequest, ...) (*operation.Operation, error)
- func (c *TrunkConnectionServiceClient) TrunkConnectionIterator(ctx context.Context, req *cic.ListTrunkConnectionsRequest, ...) *TrunkConnectionIterator
- func (c *TrunkConnectionServiceClient) TrunkConnectionOperationsIterator(ctx context.Context, req *cic.ListTrunkConnectionOperationsRequest, ...) *TrunkConnectionOperationsIterator
- func (c *TrunkConnectionServiceClient) TrunkConnectionPrivateConnectionsIterator(ctx context.Context, req *cic.ListTrunkConnectionPrivateConnectionsRequest, ...) *TrunkConnectionPrivateConnectionsIterator
- func (c *TrunkConnectionServiceClient) TrunkConnectionPublicConnectionsIterator(ctx context.Context, req *cic.ListTrunkConnectionPublicConnectionsRequest, ...) *TrunkConnectionPublicConnectionsIterator
- func (c *TrunkConnectionServiceClient) Update(ctx context.Context, in *cic.UpdateTrunkConnectionRequest, ...) (*operation.Operation, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudInterconnect ¶
type CloudInterconnect struct {
// contains filtered or unexported fields
}
CloudInterconnect provides access to "cic" component of Yandex.Cloud
func NewCloudInterconnect ¶
func NewCloudInterconnect(g func(ctx context.Context) (*grpc.ClientConn, error)) *CloudInterconnect
NewCloudInterconnect creates instance of CloudInterconnect
func (*CloudInterconnect) Partner ¶
func (c *CloudInterconnect) Partner() *PartnerServiceClient
Partner gets PartnerService client
func (*CloudInterconnect) PointOfPresence ¶
func (c *CloudInterconnect) PointOfPresence() *PointOfPresenceServiceClient
PointOfPresence gets PointOfPresenceService client
func (*CloudInterconnect) PrivateConnection ¶
func (c *CloudInterconnect) PrivateConnection() *PrivateConnectionServiceClient
PrivateConnection gets PrivateConnectionService client
func (*CloudInterconnect) PublicConnection ¶
func (c *CloudInterconnect) PublicConnection() *PublicConnectionServiceClient
PublicConnection gets PublicConnectionService client
func (*CloudInterconnect) TrunkConnection ¶
func (c *CloudInterconnect) TrunkConnection() *TrunkConnectionServiceClient
TrunkConnection gets TrunkConnectionService client
type PartnerIterator ¶
type PartnerIterator struct {
// contains filtered or unexported fields
}
func (*PartnerIterator) Error ¶
func (it *PartnerIterator) Error() error
func (*PartnerIterator) Next ¶
func (it *PartnerIterator) Next() bool
func (*PartnerIterator) Value ¶
func (it *PartnerIterator) Value() *cic.Partner
type PartnerServiceClient ¶
type PartnerServiceClient struct {
// contains filtered or unexported fields
}
PartnerServiceClient is a cic.PartnerServiceClient with lazy GRPC connection initialization.
func (*PartnerServiceClient) Get ¶
func (c *PartnerServiceClient) Get(ctx context.Context, in *cic.GetPartnerRequest, opts ...grpc.CallOption) (*cic.Partner, error)
Get implements cic.PartnerServiceClient
func (*PartnerServiceClient) List ¶
func (c *PartnerServiceClient) List(ctx context.Context, in *cic.ListPartnersRequest, opts ...grpc.CallOption) (*cic.ListPartnersResponse, error)
List implements cic.PartnerServiceClient
func (*PartnerServiceClient) PartnerIterator ¶
func (c *PartnerServiceClient) PartnerIterator(ctx context.Context, req *cic.ListPartnersRequest, opts ...grpc.CallOption) *PartnerIterator
type PointOfPresenceIterator ¶
type PointOfPresenceIterator struct {
// contains filtered or unexported fields
}
func (*PointOfPresenceIterator) Error ¶
func (it *PointOfPresenceIterator) Error() error
func (*PointOfPresenceIterator) Next ¶
func (it *PointOfPresenceIterator) Next() bool
func (*PointOfPresenceIterator) Take ¶
func (it *PointOfPresenceIterator) Take(size int64) ([]*cic.PointOfPresence, error)
func (*PointOfPresenceIterator) TakeAll ¶
func (it *PointOfPresenceIterator) TakeAll() ([]*cic.PointOfPresence, error)
func (*PointOfPresenceIterator) Value ¶
func (it *PointOfPresenceIterator) Value() *cic.PointOfPresence
type PointOfPresenceServiceClient ¶
type PointOfPresenceServiceClient struct {
// contains filtered or unexported fields
}
PointOfPresenceServiceClient is a cic.PointOfPresenceServiceClient with lazy GRPC connection initialization.
func (*PointOfPresenceServiceClient) Get ¶
func (c *PointOfPresenceServiceClient) Get(ctx context.Context, in *cic.GetPointOfPresenceRequest, opts ...grpc.CallOption) (*cic.PointOfPresence, error)
Get implements cic.PointOfPresenceServiceClient
func (*PointOfPresenceServiceClient) List ¶
func (c *PointOfPresenceServiceClient) List(ctx context.Context, in *cic.ListPointOfPresencesRequest, opts ...grpc.CallOption) (*cic.ListPointOfPresencesResponse, error)
List implements cic.PointOfPresenceServiceClient
func (*PointOfPresenceServiceClient) PointOfPresenceIterator ¶
func (c *PointOfPresenceServiceClient) PointOfPresenceIterator(ctx context.Context, req *cic.ListPointOfPresencesRequest, opts ...grpc.CallOption) *PointOfPresenceIterator
type PrivateConnectionIterator ¶
type PrivateConnectionIterator struct {
// contains filtered or unexported fields
}
func (*PrivateConnectionIterator) Error ¶
func (it *PrivateConnectionIterator) Error() error
func (*PrivateConnectionIterator) Next ¶
func (it *PrivateConnectionIterator) Next() bool
func (*PrivateConnectionIterator) Take ¶
func (it *PrivateConnectionIterator) Take(size int64) ([]*cic.PrivateConnection, error)
func (*PrivateConnectionIterator) TakeAll ¶
func (it *PrivateConnectionIterator) TakeAll() ([]*cic.PrivateConnection, error)
func (*PrivateConnectionIterator) Value ¶
func (it *PrivateConnectionIterator) Value() *cic.PrivateConnection
type PrivateConnectionOperationsIterator ¶
type PrivateConnectionOperationsIterator struct {
// contains filtered or unexported fields
}
func (*PrivateConnectionOperationsIterator) Error ¶
func (it *PrivateConnectionOperationsIterator) Error() error
func (*PrivateConnectionOperationsIterator) Next ¶
func (it *PrivateConnectionOperationsIterator) Next() bool
func (*PrivateConnectionOperationsIterator) Take ¶
func (it *PrivateConnectionOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*PrivateConnectionOperationsIterator) TakeAll ¶
func (it *PrivateConnectionOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*PrivateConnectionOperationsIterator) Value ¶
func (it *PrivateConnectionOperationsIterator) Value() *operation.Operation
type PrivateConnectionServiceClient ¶
type PrivateConnectionServiceClient struct {
// contains filtered or unexported fields
}
PrivateConnectionServiceClient is a cic.PrivateConnectionServiceClient with lazy GRPC connection initialization.
func (*PrivateConnectionServiceClient) BatchGet ¶ added in v0.32.0
func (c *PrivateConnectionServiceClient) BatchGet(ctx context.Context, in *cic.BatchGetPrivateConnectionsRequest, opts ...grpc.CallOption) (*cic.BatchGetPrivateConnectionsResponse, error)
BatchGet implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) Create ¶
func (c *PrivateConnectionServiceClient) Create(ctx context.Context, in *cic.CreatePrivateConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) Delete ¶
func (c *PrivateConnectionServiceClient) Delete(ctx context.Context, in *cic.DeletePrivateConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) Get ¶
func (c *PrivateConnectionServiceClient) Get(ctx context.Context, in *cic.GetPrivateConnectionRequest, opts ...grpc.CallOption) (*cic.PrivateConnection, error)
Get implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) List ¶
func (c *PrivateConnectionServiceClient) List(ctx context.Context, in *cic.ListPrivateConnectionsRequest, opts ...grpc.CallOption) (*cic.ListPrivateConnectionsResponse, error)
List implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) ListOperations ¶
func (c *PrivateConnectionServiceClient) ListOperations(ctx context.Context, in *cic.ListPrivateConnectionOperationsRequest, opts ...grpc.CallOption) (*cic.ListPrivateConnectionOperationsResponse, error)
ListOperations implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) Move ¶ added in v0.30.0
func (c *PrivateConnectionServiceClient) Move(ctx context.Context, in *cic.MovePrivateConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Move implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) PrivateConnectionIterator ¶
func (c *PrivateConnectionServiceClient) PrivateConnectionIterator(ctx context.Context, req *cic.ListPrivateConnectionsRequest, opts ...grpc.CallOption) *PrivateConnectionIterator
func (*PrivateConnectionServiceClient) PrivateConnectionOperationsIterator ¶
func (c *PrivateConnectionServiceClient) PrivateConnectionOperationsIterator(ctx context.Context, req *cic.ListPrivateConnectionOperationsRequest, opts ...grpc.CallOption) *PrivateConnectionOperationsIterator
func (*PrivateConnectionServiceClient) RemoveStaticRoute ¶
func (c *PrivateConnectionServiceClient) RemoveStaticRoute(ctx context.Context, in *cic.RemoveStaticRouteRequest, opts ...grpc.CallOption) (*operation.Operation, error)
RemoveStaticRoute implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) Update ¶
func (c *PrivateConnectionServiceClient) Update(ctx context.Context, in *cic.UpdatePrivateConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements cic.PrivateConnectionServiceClient
func (*PrivateConnectionServiceClient) UpsertStaticRoute ¶
func (c *PrivateConnectionServiceClient) UpsertStaticRoute(ctx context.Context, in *cic.UpsertStaticRouteRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpsertStaticRoute implements cic.PrivateConnectionServiceClient
type PublicConnectionIterator ¶
type PublicConnectionIterator struct {
// contains filtered or unexported fields
}
func (*PublicConnectionIterator) Error ¶
func (it *PublicConnectionIterator) Error() error
func (*PublicConnectionIterator) Next ¶
func (it *PublicConnectionIterator) Next() bool
func (*PublicConnectionIterator) Take ¶
func (it *PublicConnectionIterator) Take(size int64) ([]*cic.PublicConnection, error)
func (*PublicConnectionIterator) TakeAll ¶
func (it *PublicConnectionIterator) TakeAll() ([]*cic.PublicConnection, error)
func (*PublicConnectionIterator) Value ¶
func (it *PublicConnectionIterator) Value() *cic.PublicConnection
type PublicConnectionOperationsIterator ¶ added in v0.32.0
type PublicConnectionOperationsIterator struct {
// contains filtered or unexported fields
}
func (*PublicConnectionOperationsIterator) Error ¶ added in v0.32.0
func (it *PublicConnectionOperationsIterator) Error() error
func (*PublicConnectionOperationsIterator) Next ¶ added in v0.32.0
func (it *PublicConnectionOperationsIterator) Next() bool
func (*PublicConnectionOperationsIterator) Take ¶ added in v0.32.0
func (it *PublicConnectionOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*PublicConnectionOperationsIterator) TakeAll ¶ added in v0.32.0
func (it *PublicConnectionOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*PublicConnectionOperationsIterator) Value ¶ added in v0.32.0
func (it *PublicConnectionOperationsIterator) Value() *operation.Operation
type PublicConnectionServiceClient ¶
type PublicConnectionServiceClient struct {
// contains filtered or unexported fields
}
PublicConnectionServiceClient is a cic.PublicConnectionServiceClient with lazy GRPC connection initialization.
func (*PublicConnectionServiceClient) Get ¶
func (c *PublicConnectionServiceClient) Get(ctx context.Context, in *cic.GetPublicConnectionRequest, opts ...grpc.CallOption) (*cic.PublicConnection, error)
Get implements cic.PublicConnectionServiceClient
func (*PublicConnectionServiceClient) List ¶
func (c *PublicConnectionServiceClient) List(ctx context.Context, in *cic.ListPublicConnectionsRequest, opts ...grpc.CallOption) (*cic.ListPublicConnectionsResponse, error)
List implements cic.PublicConnectionServiceClient
func (*PublicConnectionServiceClient) ListOperations ¶ added in v0.32.0
func (c *PublicConnectionServiceClient) ListOperations(ctx context.Context, in *cic.ListPublicConnectionOperationsRequest, opts ...grpc.CallOption) (*cic.ListPublicConnectionOperationsResponse, error)
ListOperations implements cic.PublicConnectionServiceClient
func (*PublicConnectionServiceClient) Move ¶ added in v0.30.0
func (c *PublicConnectionServiceClient) Move(ctx context.Context, in *cic.MovePublicConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Move implements cic.PublicConnectionServiceClient
func (*PublicConnectionServiceClient) PublicConnectionIterator ¶
func (c *PublicConnectionServiceClient) PublicConnectionIterator(ctx context.Context, req *cic.ListPublicConnectionsRequest, opts ...grpc.CallOption) *PublicConnectionIterator
func (*PublicConnectionServiceClient) PublicConnectionOperationsIterator ¶ added in v0.32.0
func (c *PublicConnectionServiceClient) PublicConnectionOperationsIterator(ctx context.Context, req *cic.ListPublicConnectionOperationsRequest, opts ...grpc.CallOption) *PublicConnectionOperationsIterator
type TrunkConnectionIterator ¶
type TrunkConnectionIterator struct {
// contains filtered or unexported fields
}
func (*TrunkConnectionIterator) Error ¶
func (it *TrunkConnectionIterator) Error() error
func (*TrunkConnectionIterator) Next ¶
func (it *TrunkConnectionIterator) Next() bool
func (*TrunkConnectionIterator) Take ¶
func (it *TrunkConnectionIterator) Take(size int64) ([]*cic.TrunkConnection, error)
func (*TrunkConnectionIterator) TakeAll ¶
func (it *TrunkConnectionIterator) TakeAll() ([]*cic.TrunkConnection, error)
func (*TrunkConnectionIterator) Value ¶
func (it *TrunkConnectionIterator) Value() *cic.TrunkConnection
type TrunkConnectionOperationsIterator ¶
type TrunkConnectionOperationsIterator struct {
// contains filtered or unexported fields
}
func (*TrunkConnectionOperationsIterator) Error ¶
func (it *TrunkConnectionOperationsIterator) Error() error
func (*TrunkConnectionOperationsIterator) Next ¶
func (it *TrunkConnectionOperationsIterator) Next() bool
func (*TrunkConnectionOperationsIterator) Take ¶
func (it *TrunkConnectionOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*TrunkConnectionOperationsIterator) TakeAll ¶
func (it *TrunkConnectionOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*TrunkConnectionOperationsIterator) Value ¶
func (it *TrunkConnectionOperationsIterator) Value() *operation.Operation
type TrunkConnectionPrivateConnectionsIterator ¶ added in v0.32.0
type TrunkConnectionPrivateConnectionsIterator struct {
// contains filtered or unexported fields
}
func (*TrunkConnectionPrivateConnectionsIterator) Error ¶ added in v0.32.0
func (it *TrunkConnectionPrivateConnectionsIterator) Error() error
func (*TrunkConnectionPrivateConnectionsIterator) Next ¶ added in v0.32.0
func (it *TrunkConnectionPrivateConnectionsIterator) Next() bool
func (*TrunkConnectionPrivateConnectionsIterator) Take ¶ added in v0.32.0
func (it *TrunkConnectionPrivateConnectionsIterator) Take(size int64) ([]*cic.PrivateConnection, error)
func (*TrunkConnectionPrivateConnectionsIterator) TakeAll ¶ added in v0.32.0
func (it *TrunkConnectionPrivateConnectionsIterator) TakeAll() ([]*cic.PrivateConnection, error)
func (*TrunkConnectionPrivateConnectionsIterator) Value ¶ added in v0.32.0
func (it *TrunkConnectionPrivateConnectionsIterator) Value() *cic.PrivateConnection
type TrunkConnectionPublicConnectionsIterator ¶ added in v0.32.0
type TrunkConnectionPublicConnectionsIterator struct {
// contains filtered or unexported fields
}
func (*TrunkConnectionPublicConnectionsIterator) Error ¶ added in v0.32.0
func (it *TrunkConnectionPublicConnectionsIterator) Error() error
func (*TrunkConnectionPublicConnectionsIterator) Next ¶ added in v0.32.0
func (it *TrunkConnectionPublicConnectionsIterator) Next() bool
func (*TrunkConnectionPublicConnectionsIterator) Take ¶ added in v0.32.0
func (it *TrunkConnectionPublicConnectionsIterator) Take(size int64) ([]*cic.PublicConnection, error)
func (*TrunkConnectionPublicConnectionsIterator) TakeAll ¶ added in v0.32.0
func (it *TrunkConnectionPublicConnectionsIterator) TakeAll() ([]*cic.PublicConnection, error)
func (*TrunkConnectionPublicConnectionsIterator) Value ¶ added in v0.32.0
func (it *TrunkConnectionPublicConnectionsIterator) Value() *cic.PublicConnection
type TrunkConnectionServiceClient ¶
type TrunkConnectionServiceClient struct {
// contains filtered or unexported fields
}
TrunkConnectionServiceClient is a cic.TrunkConnectionServiceClient with lazy GRPC connection initialization.
func (*TrunkConnectionServiceClient) BatchGet ¶ added in v0.32.0
func (c *TrunkConnectionServiceClient) BatchGet(ctx context.Context, in *cic.BatchGetTrunkConnectionsRequest, opts ...grpc.CallOption) (*cic.BatchGetTrunkConnectionsResponse, error)
BatchGet implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) Delete ¶
func (c *TrunkConnectionServiceClient) Delete(ctx context.Context, in *cic.DeleteTrunkConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) Get ¶
func (c *TrunkConnectionServiceClient) Get(ctx context.Context, in *cic.GetTrunkConnectionRequest, opts ...grpc.CallOption) (*cic.TrunkConnection, error)
Get implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) List ¶
func (c *TrunkConnectionServiceClient) List(ctx context.Context, in *cic.ListTrunkConnectionsRequest, opts ...grpc.CallOption) (*cic.ListTrunkConnectionsResponse, error)
List implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) ListOperations ¶
func (c *TrunkConnectionServiceClient) ListOperations(ctx context.Context, in *cic.ListTrunkConnectionOperationsRequest, opts ...grpc.CallOption) (*cic.ListTrunkConnectionOperationsResponse, error)
ListOperations implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) ListPrivateConnections ¶ added in v0.32.0
func (c *TrunkConnectionServiceClient) ListPrivateConnections(ctx context.Context, in *cic.ListTrunkConnectionPrivateConnectionsRequest, opts ...grpc.CallOption) (*cic.ListTrunkConnectionPrivateConnectionsResponse, error)
ListPrivateConnections implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) ListPublicConnections ¶ added in v0.32.0
func (c *TrunkConnectionServiceClient) ListPublicConnections(ctx context.Context, in *cic.ListTrunkConnectionPublicConnectionsRequest, opts ...grpc.CallOption) (*cic.ListTrunkConnectionPublicConnectionsResponse, error)
ListPublicConnections implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) Move ¶ added in v0.30.0
func (c *TrunkConnectionServiceClient) Move(ctx context.Context, in *cic.MoveTrunkConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Move implements cic.TrunkConnectionServiceClient
func (*TrunkConnectionServiceClient) TrunkConnectionIterator ¶
func (c *TrunkConnectionServiceClient) TrunkConnectionIterator(ctx context.Context, req *cic.ListTrunkConnectionsRequest, opts ...grpc.CallOption) *TrunkConnectionIterator
func (*TrunkConnectionServiceClient) TrunkConnectionOperationsIterator ¶
func (c *TrunkConnectionServiceClient) TrunkConnectionOperationsIterator(ctx context.Context, req *cic.ListTrunkConnectionOperationsRequest, opts ...grpc.CallOption) *TrunkConnectionOperationsIterator
func (*TrunkConnectionServiceClient) TrunkConnectionPrivateConnectionsIterator ¶ added in v0.32.0
func (c *TrunkConnectionServiceClient) TrunkConnectionPrivateConnectionsIterator(ctx context.Context, req *cic.ListTrunkConnectionPrivateConnectionsRequest, opts ...grpc.CallOption) *TrunkConnectionPrivateConnectionsIterator
func (*TrunkConnectionServiceClient) TrunkConnectionPublicConnectionsIterator ¶ added in v0.32.0
func (c *TrunkConnectionServiceClient) TrunkConnectionPublicConnectionsIterator(ctx context.Context, req *cic.ListTrunkConnectionPublicConnectionsRequest, opts ...grpc.CallOption) *TrunkConnectionPublicConnectionsIterator
func (*TrunkConnectionServiceClient) Update ¶
func (c *TrunkConnectionServiceClient) Update(ctx context.Context, in *cic.UpdateTrunkConnectionRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements cic.TrunkConnectionServiceClient