Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateApplicationInstance(ctx context.Context, params *panorama.CreateApplicationInstanceInput, ...) (*panorama.CreateApplicationInstanceOutput, error)
- func (_m *IClient) CreateJobForDevices(ctx context.Context, params *panorama.CreateJobForDevicesInput, ...) (*panorama.CreateJobForDevicesOutput, error)
- func (_m *IClient) CreateNodeFromTemplateJob(ctx context.Context, params *panorama.CreateNodeFromTemplateJobInput, ...) (*panorama.CreateNodeFromTemplateJobOutput, error)
- func (_m *IClient) CreatePackage(ctx context.Context, params *panorama.CreatePackageInput, ...) (*panorama.CreatePackageOutput, error)
- func (_m *IClient) CreatePackageImportJob(ctx context.Context, params *panorama.CreatePackageImportJobInput, ...) (*panorama.CreatePackageImportJobOutput, error)
- func (_m *IClient) DeleteDevice(ctx context.Context, params *panorama.DeleteDeviceInput, ...) (*panorama.DeleteDeviceOutput, error)
- func (_m *IClient) DeletePackage(ctx context.Context, params *panorama.DeletePackageInput, ...) (*panorama.DeletePackageOutput, error)
- func (_m *IClient) DeregisterPackageVersion(ctx context.Context, params *panorama.DeregisterPackageVersionInput, ...) (*panorama.DeregisterPackageVersionOutput, error)
- func (_m *IClient) DescribeApplicationInstance(ctx context.Context, params *panorama.DescribeApplicationInstanceInput, ...) (*panorama.DescribeApplicationInstanceOutput, error)
- func (_m *IClient) DescribeApplicationInstanceDetails(ctx context.Context, params *panorama.DescribeApplicationInstanceDetailsInput, ...) (*panorama.DescribeApplicationInstanceDetailsOutput, error)
- func (_m *IClient) DescribeDevice(ctx context.Context, params *panorama.DescribeDeviceInput, ...) (*panorama.DescribeDeviceOutput, error)
- func (_m *IClient) DescribeDeviceJob(ctx context.Context, params *panorama.DescribeDeviceJobInput, ...) (*panorama.DescribeDeviceJobOutput, error)
- func (_m *IClient) DescribeNode(ctx context.Context, params *panorama.DescribeNodeInput, ...) (*panorama.DescribeNodeOutput, error)
- func (_m *IClient) DescribeNodeFromTemplateJob(ctx context.Context, params *panorama.DescribeNodeFromTemplateJobInput, ...) (*panorama.DescribeNodeFromTemplateJobOutput, error)
- func (_m *IClient) DescribePackage(ctx context.Context, params *panorama.DescribePackageInput, ...) (*panorama.DescribePackageOutput, error)
- func (_m *IClient) DescribePackageImportJob(ctx context.Context, params *panorama.DescribePackageImportJobInput, ...) (*panorama.DescribePackageImportJobOutput, error)
- func (_m *IClient) DescribePackageVersion(ctx context.Context, params *panorama.DescribePackageVersionInput, ...) (*panorama.DescribePackageVersionOutput, error)
- func (_m *IClient) ListApplicationInstanceDependencies(ctx context.Context, params *panorama.ListApplicationInstanceDependenciesInput, ...) (*panorama.ListApplicationInstanceDependenciesOutput, error)
- func (_m *IClient) ListApplicationInstanceNodeInstances(ctx context.Context, ...) (*panorama.ListApplicationInstanceNodeInstancesOutput, error)
- func (_m *IClient) ListApplicationInstances(ctx context.Context, params *panorama.ListApplicationInstancesInput, ...) (*panorama.ListApplicationInstancesOutput, error)
- func (_m *IClient) ListDevices(ctx context.Context, params *panorama.ListDevicesInput, ...) (*panorama.ListDevicesOutput, error)
- func (_m *IClient) ListDevicesJobs(ctx context.Context, params *panorama.ListDevicesJobsInput, ...) (*panorama.ListDevicesJobsOutput, error)
- func (_m *IClient) ListNodeFromTemplateJobs(ctx context.Context, params *panorama.ListNodeFromTemplateJobsInput, ...) (*panorama.ListNodeFromTemplateJobsOutput, error)
- func (_m *IClient) ListNodes(ctx context.Context, params *panorama.ListNodesInput, ...) (*panorama.ListNodesOutput, error)
- func (_m *IClient) ListPackageImportJobs(ctx context.Context, params *panorama.ListPackageImportJobsInput, ...) (*panorama.ListPackageImportJobsOutput, error)
- func (_m *IClient) ListPackages(ctx context.Context, params *panorama.ListPackagesInput, ...) (*panorama.ListPackagesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *panorama.ListTagsForResourceInput, ...) (*panorama.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() panorama.Options
- func (_m *IClient) ProvisionDevice(ctx context.Context, params *panorama.ProvisionDeviceInput, ...) (*panorama.ProvisionDeviceOutput, error)
- func (_m *IClient) RegisterPackageVersion(ctx context.Context, params *panorama.RegisterPackageVersionInput, ...) (*panorama.RegisterPackageVersionOutput, error)
- func (_m *IClient) RemoveApplicationInstance(ctx context.Context, params *panorama.RemoveApplicationInstanceInput, ...) (*panorama.RemoveApplicationInstanceOutput, error)
- func (_m *IClient) SignalApplicationInstanceNodeInstances(ctx context.Context, ...) (*panorama.SignalApplicationInstanceNodeInstancesOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *panorama.TagResourceInput, ...) (*panorama.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *panorama.UntagResourceInput, ...) (*panorama.UntagResourceOutput, error)
- func (_m *IClient) UpdateDeviceMetadata(ctx context.Context, params *panorama.UpdateDeviceMetadataInput, ...) (*panorama.UpdateDeviceMetadataOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateApplicationInstance ¶
func (_m *IClient) CreateApplicationInstance(ctx context.Context, params *panorama.CreateApplicationInstanceInput, optFns ...func(*panorama.Options)) (*panorama.CreateApplicationInstanceOutput, error)
CreateApplicationInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateJobForDevices ¶
func (_m *IClient) CreateJobForDevices(ctx context.Context, params *panorama.CreateJobForDevicesInput, optFns ...func(*panorama.Options)) (*panorama.CreateJobForDevicesOutput, error)
CreateJobForDevices provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateNodeFromTemplateJob ¶
func (_m *IClient) CreateNodeFromTemplateJob(ctx context.Context, params *panorama.CreateNodeFromTemplateJobInput, optFns ...func(*panorama.Options)) (*panorama.CreateNodeFromTemplateJobOutput, error)
CreateNodeFromTemplateJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreatePackage ¶
func (_m *IClient) CreatePackage(ctx context.Context, params *panorama.CreatePackageInput, optFns ...func(*panorama.Options)) (*panorama.CreatePackageOutput, error)
CreatePackage provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreatePackageImportJob ¶
func (_m *IClient) CreatePackageImportJob(ctx context.Context, params *panorama.CreatePackageImportJobInput, optFns ...func(*panorama.Options)) (*panorama.CreatePackageImportJobOutput, error)
CreatePackageImportJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDevice ¶
func (_m *IClient) DeleteDevice(ctx context.Context, params *panorama.DeleteDeviceInput, optFns ...func(*panorama.Options)) (*panorama.DeleteDeviceOutput, error)
DeleteDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeletePackage ¶
func (_m *IClient) DeletePackage(ctx context.Context, params *panorama.DeletePackageInput, optFns ...func(*panorama.Options)) (*panorama.DeletePackageOutput, error)
DeletePackage provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeregisterPackageVersion ¶
func (_m *IClient) DeregisterPackageVersion(ctx context.Context, params *panorama.DeregisterPackageVersionInput, optFns ...func(*panorama.Options)) (*panorama.DeregisterPackageVersionOutput, error)
DeregisterPackageVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeApplicationInstance ¶
func (_m *IClient) DescribeApplicationInstance(ctx context.Context, params *panorama.DescribeApplicationInstanceInput, optFns ...func(*panorama.Options)) (*panorama.DescribeApplicationInstanceOutput, error)
DescribeApplicationInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeApplicationInstanceDetails ¶
func (_m *IClient) DescribeApplicationInstanceDetails(ctx context.Context, params *panorama.DescribeApplicationInstanceDetailsInput, optFns ...func(*panorama.Options)) (*panorama.DescribeApplicationInstanceDetailsOutput, error)
DescribeApplicationInstanceDetails provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeDevice ¶
func (_m *IClient) DescribeDevice(ctx context.Context, params *panorama.DescribeDeviceInput, optFns ...func(*panorama.Options)) (*panorama.DescribeDeviceOutput, error)
DescribeDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeDeviceJob ¶
func (_m *IClient) DescribeDeviceJob(ctx context.Context, params *panorama.DescribeDeviceJobInput, optFns ...func(*panorama.Options)) (*panorama.DescribeDeviceJobOutput, error)
DescribeDeviceJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeNode ¶
func (_m *IClient) DescribeNode(ctx context.Context, params *panorama.DescribeNodeInput, optFns ...func(*panorama.Options)) (*panorama.DescribeNodeOutput, error)
DescribeNode provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeNodeFromTemplateJob ¶
func (_m *IClient) DescribeNodeFromTemplateJob(ctx context.Context, params *panorama.DescribeNodeFromTemplateJobInput, optFns ...func(*panorama.Options)) (*panorama.DescribeNodeFromTemplateJobOutput, error)
DescribeNodeFromTemplateJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribePackage ¶
func (_m *IClient) DescribePackage(ctx context.Context, params *panorama.DescribePackageInput, optFns ...func(*panorama.Options)) (*panorama.DescribePackageOutput, error)
DescribePackage provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribePackageImportJob ¶
func (_m *IClient) DescribePackageImportJob(ctx context.Context, params *panorama.DescribePackageImportJobInput, optFns ...func(*panorama.Options)) (*panorama.DescribePackageImportJobOutput, error)
DescribePackageImportJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribePackageVersion ¶
func (_m *IClient) DescribePackageVersion(ctx context.Context, params *panorama.DescribePackageVersionInput, optFns ...func(*panorama.Options)) (*panorama.DescribePackageVersionOutput, error)
DescribePackageVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApplicationInstanceDependencies ¶
func (_m *IClient) ListApplicationInstanceDependencies(ctx context.Context, params *panorama.ListApplicationInstanceDependenciesInput, optFns ...func(*panorama.Options)) (*panorama.ListApplicationInstanceDependenciesOutput, error)
ListApplicationInstanceDependencies provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApplicationInstanceNodeInstances ¶
func (_m *IClient) ListApplicationInstanceNodeInstances(ctx context.Context, params *panorama.ListApplicationInstanceNodeInstancesInput, optFns ...func(*panorama.Options)) (*panorama.ListApplicationInstanceNodeInstancesOutput, error)
ListApplicationInstanceNodeInstances provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApplicationInstances ¶
func (_m *IClient) ListApplicationInstances(ctx context.Context, params *panorama.ListApplicationInstancesInput, optFns ...func(*panorama.Options)) (*panorama.ListApplicationInstancesOutput, error)
ListApplicationInstances provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDevices ¶
func (_m *IClient) ListDevices(ctx context.Context, params *panorama.ListDevicesInput, optFns ...func(*panorama.Options)) (*panorama.ListDevicesOutput, error)
ListDevices provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDevicesJobs ¶
func (_m *IClient) ListDevicesJobs(ctx context.Context, params *panorama.ListDevicesJobsInput, optFns ...func(*panorama.Options)) (*panorama.ListDevicesJobsOutput, error)
ListDevicesJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNodeFromTemplateJobs ¶
func (_m *IClient) ListNodeFromTemplateJobs(ctx context.Context, params *panorama.ListNodeFromTemplateJobsInput, optFns ...func(*panorama.Options)) (*panorama.ListNodeFromTemplateJobsOutput, error)
ListNodeFromTemplateJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNodes ¶
func (_m *IClient) ListNodes(ctx context.Context, params *panorama.ListNodesInput, optFns ...func(*panorama.Options)) (*panorama.ListNodesOutput, error)
ListNodes provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListPackageImportJobs ¶
func (_m *IClient) ListPackageImportJobs(ctx context.Context, params *panorama.ListPackageImportJobsInput, optFns ...func(*panorama.Options)) (*panorama.ListPackageImportJobsOutput, error)
ListPackageImportJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListPackages ¶
func (_m *IClient) ListPackages(ctx context.Context, params *panorama.ListPackagesInput, optFns ...func(*panorama.Options)) (*panorama.ListPackagesOutput, error)
ListPackages provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *panorama.ListTagsForResourceInput, optFns ...func(*panorama.Options)) (*panorama.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) ProvisionDevice ¶
func (_m *IClient) ProvisionDevice(ctx context.Context, params *panorama.ProvisionDeviceInput, optFns ...func(*panorama.Options)) (*panorama.ProvisionDeviceOutput, error)
ProvisionDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) RegisterPackageVersion ¶
func (_m *IClient) RegisterPackageVersion(ctx context.Context, params *panorama.RegisterPackageVersionInput, optFns ...func(*panorama.Options)) (*panorama.RegisterPackageVersionOutput, error)
RegisterPackageVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) RemoveApplicationInstance ¶
func (_m *IClient) RemoveApplicationInstance(ctx context.Context, params *panorama.RemoveApplicationInstanceInput, optFns ...func(*panorama.Options)) (*panorama.RemoveApplicationInstanceOutput, error)
RemoveApplicationInstance provides a mock function with given fields: ctx, params, optFns
func (*IClient) SignalApplicationInstanceNodeInstances ¶
func (_m *IClient) SignalApplicationInstanceNodeInstances(ctx context.Context, params *panorama.SignalApplicationInstanceNodeInstancesInput, optFns ...func(*panorama.Options)) (*panorama.SignalApplicationInstanceNodeInstancesOutput, error)
SignalApplicationInstanceNodeInstances provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *panorama.TagResourceInput, optFns ...func(*panorama.Options)) (*panorama.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *panorama.UntagResourceInput, optFns ...func(*panorama.Options)) (*panorama.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDeviceMetadata ¶
func (_m *IClient) UpdateDeviceMetadata(ctx context.Context, params *panorama.UpdateDeviceMetadataInput, optFns ...func(*panorama.Options)) (*panorama.UpdateDeviceMetadataOutput, error)
UpdateDeviceMetadata provides a mock function with given fields: ctx, params, optFns