Documentation
¶
Overview ¶
Package protectiongroupss3assets contains methods related to ProtectionGroupsS3Assets
Index ¶
- type ProtectionGroupsS3AssetsV1
- func (p *ProtectionGroupsS3AssetsV1) ListProtectionGroupS3Assets(limit *int64, start *string, filter *string) (*models.ListProtectionGroupS3AssetsResponse, *apiutils.APIError)
- func (p *ProtectionGroupsS3AssetsV1) ReadProtectionGroupS3Asset(protectionGroupS3AssetId string) (*models.ReadProtectionGroupS3AssetResponse, *apiutils.APIError)
- type ProtectionGroupsS3AssetsV1Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtectionGroupsS3AssetsV1 ¶
type ProtectionGroupsS3AssetsV1 struct {
// contains filtered or unexported fields
}
ProtectionGroupsS3AssetsV1 represents a custom type struct
func (*ProtectionGroupsS3AssetsV1) ListProtectionGroupS3Assets ¶
func (p *ProtectionGroupsS3AssetsV1) ListProtectionGroupS3Assets( limit *int64, start *string, filter *string) ( *models.ListProtectionGroupS3AssetsResponse, *apiutils.APIError)
ListProtectionGroupS3Assets Returns a list of protection group S3 assets.
func (*ProtectionGroupsS3AssetsV1) ReadProtectionGroupS3Asset ¶
func (p *ProtectionGroupsS3AssetsV1) ReadProtectionGroupS3Asset( protectionGroupS3AssetId string) ( *models.ReadProtectionGroupS3AssetResponse, *apiutils.APIError)
ReadProtectionGroupS3Asset Returns a representation of the specified protection group S3 asset.
type ProtectionGroupsS3AssetsV1Client ¶
type ProtectionGroupsS3AssetsV1Client interface { // ListProtectionGroupS3Assets Returns a list of protection group S3 assets. ListProtectionGroupS3Assets( limit *int64, start *string, filter *string) ( *models.ListProtectionGroupS3AssetsResponse, *apiutils.APIError) // ReadProtectionGroupS3Asset Returns a representation of the specified protection group S3 asset. ReadProtectionGroupS3Asset( protectionGroupS3AssetId string) ( *models.ReadProtectionGroupS3AssetResponse, *apiutils.APIError) }
ProtectionGroupsS3AssetsV1Client represents a custom type interface
func NewProtectionGroupsS3AssetsV1 ¶
func NewProtectionGroupsS3AssetsV1(config config.Config) ProtectionGroupsS3AssetsV1Client
NewProtectionGroupsS3AssetsV1 returns ProtectionGroupsS3AssetsV1Client
Click to show internal directories.
Click to hide internal directories.