Documentation ¶
Index ¶
- type CertificateObjectGlobalRulestackServer
- type CertificateObjectGlobalRulestackServerTransport
- type CertificateObjectLocalRulestackServer
- type CertificateObjectLocalRulestackServerTransport
- type FirewallStatusServer
- type FirewallStatusServerTransport
- type FirewallsServer
- type FirewallsServerTransport
- type FqdnListGlobalRulestackServer
- type FqdnListGlobalRulestackServerTransport
- type FqdnListLocalRulestackServer
- type FqdnListLocalRulestackServerTransport
- type GlobalRulestackServer
- type GlobalRulestackServerTransport
- type LocalRulesServer
- type LocalRulesServerTransport
- type LocalRulestacksServer
- type LocalRulestacksServerTransport
- type OperationsServer
- type OperationsServerTransport
- type PostRulesServer
- type PostRulesServerTransport
- type PreRulesServer
- type PreRulesServerTransport
- type PrefixListGlobalRulestackServer
- type PrefixListGlobalRulestackServerTransport
- type PrefixListLocalRulestackServer
- type PrefixListLocalRulestackServerTransport
- type ServerFactory
- type ServerFactoryTransport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateObjectGlobalRulestackServer ¶
type CertificateObjectGlobalRulestackServer struct { // BeginCreateOrUpdate is the fake for method CertificateObjectGlobalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, globalRulestackName string, name string, resource armpanngfw.CertificateObjectGlobalRulestackResource, options *armpanngfw.CertificateObjectGlobalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.CertificateObjectGlobalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method CertificateObjectGlobalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, globalRulestackName string, name string, options *armpanngfw.CertificateObjectGlobalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.CertificateObjectGlobalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method CertificateObjectGlobalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, globalRulestackName string, name string, options *armpanngfw.CertificateObjectGlobalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.CertificateObjectGlobalRulestackClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method CertificateObjectGlobalRulestackClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(globalRulestackName string, options *armpanngfw.CertificateObjectGlobalRulestackClientListOptions) (resp azfake.PagerResponder[armpanngfw.CertificateObjectGlobalRulestackClientListResponse]) }
CertificateObjectGlobalRulestackServer is a fake server for instances of the armpanngfw.CertificateObjectGlobalRulestackClient type.
type CertificateObjectGlobalRulestackServerTransport ¶
type CertificateObjectGlobalRulestackServerTransport struct {
// contains filtered or unexported fields
}
CertificateObjectGlobalRulestackServerTransport connects instances of armpanngfw.CertificateObjectGlobalRulestackClient to instances of CertificateObjectGlobalRulestackServer. Don't use this type directly, use NewCertificateObjectGlobalRulestackServerTransport instead.
func NewCertificateObjectGlobalRulestackServerTransport ¶
func NewCertificateObjectGlobalRulestackServerTransport(srv *CertificateObjectGlobalRulestackServer) *CertificateObjectGlobalRulestackServerTransport
NewCertificateObjectGlobalRulestackServerTransport creates a new instance of CertificateObjectGlobalRulestackServerTransport with the provided implementation. The returned CertificateObjectGlobalRulestackServerTransport instance is connected to an instance of armpanngfw.CertificateObjectGlobalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CertificateObjectLocalRulestackServer ¶
type CertificateObjectLocalRulestackServer struct { // BeginCreateOrUpdate is the fake for method CertificateObjectLocalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, resource armpanngfw.CertificateObjectLocalRulestackResource, options *armpanngfw.CertificateObjectLocalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.CertificateObjectLocalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method CertificateObjectLocalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, options *armpanngfw.CertificateObjectLocalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.CertificateObjectLocalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method CertificateObjectLocalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, options *armpanngfw.CertificateObjectLocalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.CertificateObjectLocalRulestackClientGetResponse], errResp azfake.ErrorResponder) // NewListByLocalRulestacksPager is the fake for method CertificateObjectLocalRulestackClient.NewListByLocalRulestacksPager // HTTP status codes to indicate success: http.StatusOK NewListByLocalRulestacksPager func(resourceGroupName string, localRulestackName string, options *armpanngfw.CertificateObjectLocalRulestackClientListByLocalRulestacksOptions) (resp azfake.PagerResponder[armpanngfw.CertificateObjectLocalRulestackClientListByLocalRulestacksResponse]) }
CertificateObjectLocalRulestackServer is a fake server for instances of the armpanngfw.CertificateObjectLocalRulestackClient type.
type CertificateObjectLocalRulestackServerTransport ¶
type CertificateObjectLocalRulestackServerTransport struct {
// contains filtered or unexported fields
}
CertificateObjectLocalRulestackServerTransport connects instances of armpanngfw.CertificateObjectLocalRulestackClient to instances of CertificateObjectLocalRulestackServer. Don't use this type directly, use NewCertificateObjectLocalRulestackServerTransport instead.
func NewCertificateObjectLocalRulestackServerTransport ¶
func NewCertificateObjectLocalRulestackServerTransport(srv *CertificateObjectLocalRulestackServer) *CertificateObjectLocalRulestackServerTransport
NewCertificateObjectLocalRulestackServerTransport creates a new instance of CertificateObjectLocalRulestackServerTransport with the provided implementation. The returned CertificateObjectLocalRulestackServerTransport instance is connected to an instance of armpanngfw.CertificateObjectLocalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type FirewallStatusServer ¶
type FirewallStatusServer struct { // Get is the fake for method FirewallStatusClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallStatusClientGetOptions) (resp azfake.Responder[armpanngfw.FirewallStatusClientGetResponse], errResp azfake.ErrorResponder) // NewListByFirewallsPager is the fake for method FirewallStatusClient.NewListByFirewallsPager // HTTP status codes to indicate success: http.StatusOK NewListByFirewallsPager func(resourceGroupName string, firewallName string, options *armpanngfw.FirewallStatusClientListByFirewallsOptions) (resp azfake.PagerResponder[armpanngfw.FirewallStatusClientListByFirewallsResponse]) }
FirewallStatusServer is a fake server for instances of the armpanngfw.FirewallStatusClient type.
type FirewallStatusServerTransport ¶
type FirewallStatusServerTransport struct {
// contains filtered or unexported fields
}
FirewallStatusServerTransport connects instances of armpanngfw.FirewallStatusClient to instances of FirewallStatusServer. Don't use this type directly, use NewFirewallStatusServerTransport instead.
func NewFirewallStatusServerTransport ¶
func NewFirewallStatusServerTransport(srv *FirewallStatusServer) *FirewallStatusServerTransport
NewFirewallStatusServerTransport creates a new instance of FirewallStatusServerTransport with the provided implementation. The returned FirewallStatusServerTransport instance is connected to an instance of armpanngfw.FirewallStatusClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type FirewallsServer ¶
type FirewallsServer struct { // BeginCreateOrUpdate is the fake for method FirewallsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, firewallName string, resource armpanngfw.FirewallResource, options *armpanngfw.FirewallsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.FirewallsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method FirewallsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallsClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.FirewallsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method FirewallsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallsClientGetOptions) (resp azfake.Responder[armpanngfw.FirewallsClientGetResponse], errResp azfake.ErrorResponder) // GetGlobalRulestack is the fake for method FirewallsClient.GetGlobalRulestack // HTTP status codes to indicate success: http.StatusOK GetGlobalRulestack func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallsClientGetGlobalRulestackOptions) (resp azfake.Responder[armpanngfw.FirewallsClientGetGlobalRulestackResponse], errResp azfake.ErrorResponder) // GetLogProfile is the fake for method FirewallsClient.GetLogProfile // HTTP status codes to indicate success: http.StatusOK GetLogProfile func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallsClientGetLogProfileOptions) (resp azfake.Responder[armpanngfw.FirewallsClientGetLogProfileResponse], errResp azfake.ErrorResponder) // GetSupportInfo is the fake for method FirewallsClient.GetSupportInfo // HTTP status codes to indicate success: http.StatusOK GetSupportInfo func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallsClientGetSupportInfoOptions) (resp azfake.Responder[armpanngfw.FirewallsClientGetSupportInfoResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method FirewallsClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armpanngfw.FirewallsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armpanngfw.FirewallsClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method FirewallsClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armpanngfw.FirewallsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armpanngfw.FirewallsClientListBySubscriptionResponse]) // SaveLogProfile is the fake for method FirewallsClient.SaveLogProfile // HTTP status codes to indicate success: http.StatusNoContent SaveLogProfile func(ctx context.Context, resourceGroupName string, firewallName string, options *armpanngfw.FirewallsClientSaveLogProfileOptions) (resp azfake.Responder[armpanngfw.FirewallsClientSaveLogProfileResponse], errResp azfake.ErrorResponder) // Update is the fake for method FirewallsClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, firewallName string, properties armpanngfw.FirewallResourceUpdate, options *armpanngfw.FirewallsClientUpdateOptions) (resp azfake.Responder[armpanngfw.FirewallsClientUpdateResponse], errResp azfake.ErrorResponder) }
FirewallsServer is a fake server for instances of the armpanngfw.FirewallsClient type.
type FirewallsServerTransport ¶
type FirewallsServerTransport struct {
// contains filtered or unexported fields
}
FirewallsServerTransport connects instances of armpanngfw.FirewallsClient to instances of FirewallsServer. Don't use this type directly, use NewFirewallsServerTransport instead.
func NewFirewallsServerTransport ¶
func NewFirewallsServerTransport(srv *FirewallsServer) *FirewallsServerTransport
NewFirewallsServerTransport creates a new instance of FirewallsServerTransport with the provided implementation. The returned FirewallsServerTransport instance is connected to an instance of armpanngfw.FirewallsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type FqdnListGlobalRulestackServer ¶
type FqdnListGlobalRulestackServer struct { // BeginCreateOrUpdate is the fake for method FqdnListGlobalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, globalRulestackName string, name string, resource armpanngfw.FqdnListGlobalRulestackResource, options *armpanngfw.FqdnListGlobalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.FqdnListGlobalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method FqdnListGlobalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, globalRulestackName string, name string, options *armpanngfw.FqdnListGlobalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.FqdnListGlobalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method FqdnListGlobalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, globalRulestackName string, name string, options *armpanngfw.FqdnListGlobalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.FqdnListGlobalRulestackClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method FqdnListGlobalRulestackClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(globalRulestackName string, options *armpanngfw.FqdnListGlobalRulestackClientListOptions) (resp azfake.PagerResponder[armpanngfw.FqdnListGlobalRulestackClientListResponse]) }
FqdnListGlobalRulestackServer is a fake server for instances of the armpanngfw.FqdnListGlobalRulestackClient type.
type FqdnListGlobalRulestackServerTransport ¶
type FqdnListGlobalRulestackServerTransport struct {
// contains filtered or unexported fields
}
FqdnListGlobalRulestackServerTransport connects instances of armpanngfw.FqdnListGlobalRulestackClient to instances of FqdnListGlobalRulestackServer. Don't use this type directly, use NewFqdnListGlobalRulestackServerTransport instead.
func NewFqdnListGlobalRulestackServerTransport ¶
func NewFqdnListGlobalRulestackServerTransport(srv *FqdnListGlobalRulestackServer) *FqdnListGlobalRulestackServerTransport
NewFqdnListGlobalRulestackServerTransport creates a new instance of FqdnListGlobalRulestackServerTransport with the provided implementation. The returned FqdnListGlobalRulestackServerTransport instance is connected to an instance of armpanngfw.FqdnListGlobalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type FqdnListLocalRulestackServer ¶
type FqdnListLocalRulestackServer struct { // BeginCreateOrUpdate is the fake for method FqdnListLocalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, resource armpanngfw.FqdnListLocalRulestackResource, options *armpanngfw.FqdnListLocalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.FqdnListLocalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method FqdnListLocalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, options *armpanngfw.FqdnListLocalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.FqdnListLocalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method FqdnListLocalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, options *armpanngfw.FqdnListLocalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.FqdnListLocalRulestackClientGetResponse], errResp azfake.ErrorResponder) // NewListByLocalRulestacksPager is the fake for method FqdnListLocalRulestackClient.NewListByLocalRulestacksPager // HTTP status codes to indicate success: http.StatusOK NewListByLocalRulestacksPager func(resourceGroupName string, localRulestackName string, options *armpanngfw.FqdnListLocalRulestackClientListByLocalRulestacksOptions) (resp azfake.PagerResponder[armpanngfw.FqdnListLocalRulestackClientListByLocalRulestacksResponse]) }
FqdnListLocalRulestackServer is a fake server for instances of the armpanngfw.FqdnListLocalRulestackClient type.
type FqdnListLocalRulestackServerTransport ¶
type FqdnListLocalRulestackServerTransport struct {
// contains filtered or unexported fields
}
FqdnListLocalRulestackServerTransport connects instances of armpanngfw.FqdnListLocalRulestackClient to instances of FqdnListLocalRulestackServer. Don't use this type directly, use NewFqdnListLocalRulestackServerTransport instead.
func NewFqdnListLocalRulestackServerTransport ¶
func NewFqdnListLocalRulestackServerTransport(srv *FqdnListLocalRulestackServer) *FqdnListLocalRulestackServerTransport
NewFqdnListLocalRulestackServerTransport creates a new instance of FqdnListLocalRulestackServerTransport with the provided implementation. The returned FqdnListLocalRulestackServerTransport instance is connected to an instance of armpanngfw.FqdnListLocalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GlobalRulestackServer ¶
type GlobalRulestackServer struct { // BeginCommit is the fake for method GlobalRulestackClient.BeginCommit // HTTP status codes to indicate success: http.StatusAccepted BeginCommit func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientBeginCommitOptions) (resp azfake.PollerResponder[armpanngfw.GlobalRulestackClientCommitResponse], errResp azfake.ErrorResponder) // BeginCreateOrUpdate is the fake for method GlobalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, globalRulestackName string, resource armpanngfw.GlobalRulestackResource, options *armpanngfw.GlobalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.GlobalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GlobalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.GlobalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GlobalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientGetResponse], errResp azfake.ErrorResponder) // GetChangeLog is the fake for method GlobalRulestackClient.GetChangeLog // HTTP status codes to indicate success: http.StatusOK GetChangeLog func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientGetChangeLogOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientGetChangeLogResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method GlobalRulestackClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armpanngfw.GlobalRulestackClientListOptions) (resp azfake.PagerResponder[armpanngfw.GlobalRulestackClientListResponse]) // ListAdvancedSecurityObjects is the fake for method GlobalRulestackClient.ListAdvancedSecurityObjects // HTTP status codes to indicate success: http.StatusOK ListAdvancedSecurityObjects func(ctx context.Context, globalRulestackName string, typeParam armpanngfw.AdvSecurityObjectTypeEnum, options *armpanngfw.GlobalRulestackClientListAdvancedSecurityObjectsOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientListAdvancedSecurityObjectsResponse], errResp azfake.ErrorResponder) // ListAppIDs is the fake for method GlobalRulestackClient.ListAppIDs // HTTP status codes to indicate success: http.StatusOK ListAppIDs func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientListAppIDsOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientListAppIDsResponse], errResp azfake.ErrorResponder) // ListCountries is the fake for method GlobalRulestackClient.ListCountries // HTTP status codes to indicate success: http.StatusOK ListCountries func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientListCountriesOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientListCountriesResponse], errResp azfake.ErrorResponder) // ListFirewalls is the fake for method GlobalRulestackClient.ListFirewalls // HTTP status codes to indicate success: http.StatusOK ListFirewalls func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientListFirewallsOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientListFirewallsResponse], errResp azfake.ErrorResponder) // ListPredefinedURLCategories is the fake for method GlobalRulestackClient.ListPredefinedURLCategories // HTTP status codes to indicate success: http.StatusOK ListPredefinedURLCategories func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientListPredefinedURLCategoriesOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientListPredefinedURLCategoriesResponse], errResp azfake.ErrorResponder) // ListSecurityServices is the fake for method GlobalRulestackClient.ListSecurityServices // HTTP status codes to indicate success: http.StatusOK ListSecurityServices func(ctx context.Context, globalRulestackName string, typeParam armpanngfw.SecurityServicesTypeEnum, options *armpanngfw.GlobalRulestackClientListSecurityServicesOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientListSecurityServicesResponse], errResp azfake.ErrorResponder) // Revert is the fake for method GlobalRulestackClient.Revert // HTTP status codes to indicate success: http.StatusNoContent Revert func(ctx context.Context, globalRulestackName string, options *armpanngfw.GlobalRulestackClientRevertOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientRevertResponse], errResp azfake.ErrorResponder) // Update is the fake for method GlobalRulestackClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, globalRulestackName string, properties armpanngfw.GlobalRulestackResourceUpdate, options *armpanngfw.GlobalRulestackClientUpdateOptions) (resp azfake.Responder[armpanngfw.GlobalRulestackClientUpdateResponse], errResp azfake.ErrorResponder) }
GlobalRulestackServer is a fake server for instances of the armpanngfw.GlobalRulestackClient type.
type GlobalRulestackServerTransport ¶
type GlobalRulestackServerTransport struct {
// contains filtered or unexported fields
}
GlobalRulestackServerTransport connects instances of armpanngfw.GlobalRulestackClient to instances of GlobalRulestackServer. Don't use this type directly, use NewGlobalRulestackServerTransport instead.
func NewGlobalRulestackServerTransport ¶
func NewGlobalRulestackServerTransport(srv *GlobalRulestackServer) *GlobalRulestackServerTransport
NewGlobalRulestackServerTransport creates a new instance of GlobalRulestackServerTransport with the provided implementation. The returned GlobalRulestackServerTransport instance is connected to an instance of armpanngfw.GlobalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type LocalRulesServer ¶
type LocalRulesServer struct { // BeginCreateOrUpdate is the fake for method LocalRulesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, localRulestackName string, priority string, resource armpanngfw.LocalRulesResource, options *armpanngfw.LocalRulesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.LocalRulesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method LocalRulesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, localRulestackName string, priority string, options *armpanngfw.LocalRulesClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.LocalRulesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method LocalRulesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, localRulestackName string, priority string, options *armpanngfw.LocalRulesClientGetOptions) (resp azfake.Responder[armpanngfw.LocalRulesClientGetResponse], errResp azfake.ErrorResponder) // GetCounters is the fake for method LocalRulesClient.GetCounters // HTTP status codes to indicate success: http.StatusOK GetCounters func(ctx context.Context, resourceGroupName string, localRulestackName string, priority string, options *armpanngfw.LocalRulesClientGetCountersOptions) (resp azfake.Responder[armpanngfw.LocalRulesClientGetCountersResponse], errResp azfake.ErrorResponder) // NewListByLocalRulestacksPager is the fake for method LocalRulesClient.NewListByLocalRulestacksPager // HTTP status codes to indicate success: http.StatusOK NewListByLocalRulestacksPager func(resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulesClientListByLocalRulestacksOptions) (resp azfake.PagerResponder[armpanngfw.LocalRulesClientListByLocalRulestacksResponse]) // RefreshCounters is the fake for method LocalRulesClient.RefreshCounters // HTTP status codes to indicate success: http.StatusNoContent RefreshCounters func(ctx context.Context, resourceGroupName string, localRulestackName string, priority string, options *armpanngfw.LocalRulesClientRefreshCountersOptions) (resp azfake.Responder[armpanngfw.LocalRulesClientRefreshCountersResponse], errResp azfake.ErrorResponder) // ResetCounters is the fake for method LocalRulesClient.ResetCounters // HTTP status codes to indicate success: http.StatusOK ResetCounters func(ctx context.Context, resourceGroupName string, localRulestackName string, priority string, options *armpanngfw.LocalRulesClientResetCountersOptions) (resp azfake.Responder[armpanngfw.LocalRulesClientResetCountersResponse], errResp azfake.ErrorResponder) }
LocalRulesServer is a fake server for instances of the armpanngfw.LocalRulesClient type.
type LocalRulesServerTransport ¶
type LocalRulesServerTransport struct {
// contains filtered or unexported fields
}
LocalRulesServerTransport connects instances of armpanngfw.LocalRulesClient to instances of LocalRulesServer. Don't use this type directly, use NewLocalRulesServerTransport instead.
func NewLocalRulesServerTransport ¶
func NewLocalRulesServerTransport(srv *LocalRulesServer) *LocalRulesServerTransport
NewLocalRulesServerTransport creates a new instance of LocalRulesServerTransport with the provided implementation. The returned LocalRulesServerTransport instance is connected to an instance of armpanngfw.LocalRulesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type LocalRulestacksServer ¶
type LocalRulestacksServer struct { // BeginCommit is the fake for method LocalRulestacksClient.BeginCommit // HTTP status codes to indicate success: http.StatusAccepted BeginCommit func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientBeginCommitOptions) (resp azfake.PollerResponder[armpanngfw.LocalRulestacksClientCommitResponse], errResp azfake.ErrorResponder) // BeginCreateOrUpdate is the fake for method LocalRulestacksClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, localRulestackName string, resource armpanngfw.LocalRulestackResource, options *armpanngfw.LocalRulestacksClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.LocalRulestacksClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method LocalRulestacksClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.LocalRulestacksClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method LocalRulestacksClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientGetOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientGetResponse], errResp azfake.ErrorResponder) // GetChangeLog is the fake for method LocalRulestacksClient.GetChangeLog // HTTP status codes to indicate success: http.StatusOK GetChangeLog func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientGetChangeLogOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientGetChangeLogResponse], errResp azfake.ErrorResponder) // GetSupportInfo is the fake for method LocalRulestacksClient.GetSupportInfo // HTTP status codes to indicate success: http.StatusOK GetSupportInfo func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientGetSupportInfoOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientGetSupportInfoResponse], errResp azfake.ErrorResponder) // ListAdvancedSecurityObjects is the fake for method LocalRulestacksClient.ListAdvancedSecurityObjects // HTTP status codes to indicate success: http.StatusOK ListAdvancedSecurityObjects func(ctx context.Context, resourceGroupName string, localRulestackName string, typeParam armpanngfw.AdvSecurityObjectTypeEnum, options *armpanngfw.LocalRulestacksClientListAdvancedSecurityObjectsOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientListAdvancedSecurityObjectsResponse], errResp azfake.ErrorResponder) // ListAppIDs is the fake for method LocalRulestacksClient.ListAppIDs // HTTP status codes to indicate success: http.StatusOK ListAppIDs func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientListAppIDsOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientListAppIDsResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method LocalRulestacksClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armpanngfw.LocalRulestacksClientListByResourceGroupOptions) (resp azfake.PagerResponder[armpanngfw.LocalRulestacksClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method LocalRulestacksClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armpanngfw.LocalRulestacksClientListBySubscriptionOptions) (resp azfake.PagerResponder[armpanngfw.LocalRulestacksClientListBySubscriptionResponse]) // ListCountries is the fake for method LocalRulestacksClient.ListCountries // HTTP status codes to indicate success: http.StatusOK ListCountries func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientListCountriesOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientListCountriesResponse], errResp azfake.ErrorResponder) // ListFirewalls is the fake for method LocalRulestacksClient.ListFirewalls // HTTP status codes to indicate success: http.StatusOK ListFirewalls func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientListFirewallsOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientListFirewallsResponse], errResp azfake.ErrorResponder) // ListPredefinedURLCategories is the fake for method LocalRulestacksClient.ListPredefinedURLCategories // HTTP status codes to indicate success: http.StatusOK ListPredefinedURLCategories func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientListPredefinedURLCategoriesOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientListPredefinedURLCategoriesResponse], errResp azfake.ErrorResponder) // ListSecurityServices is the fake for method LocalRulestacksClient.ListSecurityServices // HTTP status codes to indicate success: http.StatusOK ListSecurityServices func(ctx context.Context, resourceGroupName string, localRulestackName string, typeParam armpanngfw.SecurityServicesTypeEnum, options *armpanngfw.LocalRulestacksClientListSecurityServicesOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientListSecurityServicesResponse], errResp azfake.ErrorResponder) // Revert is the fake for method LocalRulestacksClient.Revert // HTTP status codes to indicate success: http.StatusNoContent Revert func(ctx context.Context, resourceGroupName string, localRulestackName string, options *armpanngfw.LocalRulestacksClientRevertOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientRevertResponse], errResp azfake.ErrorResponder) // Update is the fake for method LocalRulestacksClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, localRulestackName string, properties armpanngfw.LocalRulestackResourceUpdate, options *armpanngfw.LocalRulestacksClientUpdateOptions) (resp azfake.Responder[armpanngfw.LocalRulestacksClientUpdateResponse], errResp azfake.ErrorResponder) }
LocalRulestacksServer is a fake server for instances of the armpanngfw.LocalRulestacksClient type.
type LocalRulestacksServerTransport ¶
type LocalRulestacksServerTransport struct {
// contains filtered or unexported fields
}
LocalRulestacksServerTransport connects instances of armpanngfw.LocalRulestacksClient to instances of LocalRulestacksServer. Don't use this type directly, use NewLocalRulestacksServerTransport instead.
func NewLocalRulestacksServerTransport ¶
func NewLocalRulestacksServerTransport(srv *LocalRulestacksServer) *LocalRulestacksServerTransport
NewLocalRulestacksServerTransport creates a new instance of LocalRulestacksServerTransport with the provided implementation. The returned LocalRulestacksServerTransport instance is connected to an instance of armpanngfw.LocalRulestacksClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type OperationsServer ¶
type OperationsServer struct { // NewListPager is the fake for method OperationsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armpanngfw.OperationsClientListOptions) (resp azfake.PagerResponder[armpanngfw.OperationsClientListResponse]) }
OperationsServer is a fake server for instances of the armpanngfw.OperationsClient type.
type OperationsServerTransport ¶
type OperationsServerTransport struct {
// contains filtered or unexported fields
}
OperationsServerTransport connects instances of armpanngfw.OperationsClient to instances of OperationsServer. Don't use this type directly, use NewOperationsServerTransport instead.
func NewOperationsServerTransport ¶
func NewOperationsServerTransport(srv *OperationsServer) *OperationsServerTransport
NewOperationsServerTransport creates a new instance of OperationsServerTransport with the provided implementation. The returned OperationsServerTransport instance is connected to an instance of armpanngfw.OperationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type PostRulesServer ¶
type PostRulesServer struct { // BeginCreateOrUpdate is the fake for method PostRulesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, globalRulestackName string, priority string, resource armpanngfw.PostRulesResource, options *armpanngfw.PostRulesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.PostRulesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method PostRulesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PostRulesClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.PostRulesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method PostRulesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PostRulesClientGetOptions) (resp azfake.Responder[armpanngfw.PostRulesClientGetResponse], errResp azfake.ErrorResponder) // GetCounters is the fake for method PostRulesClient.GetCounters // HTTP status codes to indicate success: http.StatusOK GetCounters func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PostRulesClientGetCountersOptions) (resp azfake.Responder[armpanngfw.PostRulesClientGetCountersResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method PostRulesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(globalRulestackName string, options *armpanngfw.PostRulesClientListOptions) (resp azfake.PagerResponder[armpanngfw.PostRulesClientListResponse]) // RefreshCounters is the fake for method PostRulesClient.RefreshCounters // HTTP status codes to indicate success: http.StatusNoContent RefreshCounters func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PostRulesClientRefreshCountersOptions) (resp azfake.Responder[armpanngfw.PostRulesClientRefreshCountersResponse], errResp azfake.ErrorResponder) // ResetCounters is the fake for method PostRulesClient.ResetCounters // HTTP status codes to indicate success: http.StatusOK ResetCounters func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PostRulesClientResetCountersOptions) (resp azfake.Responder[armpanngfw.PostRulesClientResetCountersResponse], errResp azfake.ErrorResponder) }
PostRulesServer is a fake server for instances of the armpanngfw.PostRulesClient type.
type PostRulesServerTransport ¶
type PostRulesServerTransport struct {
// contains filtered or unexported fields
}
PostRulesServerTransport connects instances of armpanngfw.PostRulesClient to instances of PostRulesServer. Don't use this type directly, use NewPostRulesServerTransport instead.
func NewPostRulesServerTransport ¶
func NewPostRulesServerTransport(srv *PostRulesServer) *PostRulesServerTransport
NewPostRulesServerTransport creates a new instance of PostRulesServerTransport with the provided implementation. The returned PostRulesServerTransport instance is connected to an instance of armpanngfw.PostRulesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type PreRulesServer ¶
type PreRulesServer struct { // BeginCreateOrUpdate is the fake for method PreRulesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, globalRulestackName string, priority string, resource armpanngfw.PreRulesResource, options *armpanngfw.PreRulesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.PreRulesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method PreRulesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PreRulesClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.PreRulesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method PreRulesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PreRulesClientGetOptions) (resp azfake.Responder[armpanngfw.PreRulesClientGetResponse], errResp azfake.ErrorResponder) // GetCounters is the fake for method PreRulesClient.GetCounters // HTTP status codes to indicate success: http.StatusOK GetCounters func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PreRulesClientGetCountersOptions) (resp azfake.Responder[armpanngfw.PreRulesClientGetCountersResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method PreRulesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(globalRulestackName string, options *armpanngfw.PreRulesClientListOptions) (resp azfake.PagerResponder[armpanngfw.PreRulesClientListResponse]) // RefreshCounters is the fake for method PreRulesClient.RefreshCounters // HTTP status codes to indicate success: http.StatusNoContent RefreshCounters func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PreRulesClientRefreshCountersOptions) (resp azfake.Responder[armpanngfw.PreRulesClientRefreshCountersResponse], errResp azfake.ErrorResponder) // ResetCounters is the fake for method PreRulesClient.ResetCounters // HTTP status codes to indicate success: http.StatusOK ResetCounters func(ctx context.Context, globalRulestackName string, priority string, options *armpanngfw.PreRulesClientResetCountersOptions) (resp azfake.Responder[armpanngfw.PreRulesClientResetCountersResponse], errResp azfake.ErrorResponder) }
PreRulesServer is a fake server for instances of the armpanngfw.PreRulesClient type.
type PreRulesServerTransport ¶
type PreRulesServerTransport struct {
// contains filtered or unexported fields
}
PreRulesServerTransport connects instances of armpanngfw.PreRulesClient to instances of PreRulesServer. Don't use this type directly, use NewPreRulesServerTransport instead.
func NewPreRulesServerTransport ¶
func NewPreRulesServerTransport(srv *PreRulesServer) *PreRulesServerTransport
NewPreRulesServerTransport creates a new instance of PreRulesServerTransport with the provided implementation. The returned PreRulesServerTransport instance is connected to an instance of armpanngfw.PreRulesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type PrefixListGlobalRulestackServer ¶
type PrefixListGlobalRulestackServer struct { // BeginCreateOrUpdate is the fake for method PrefixListGlobalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, globalRulestackName string, name string, resource armpanngfw.PrefixListGlobalRulestackResource, options *armpanngfw.PrefixListGlobalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.PrefixListGlobalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method PrefixListGlobalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, globalRulestackName string, name string, options *armpanngfw.PrefixListGlobalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.PrefixListGlobalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method PrefixListGlobalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, globalRulestackName string, name string, options *armpanngfw.PrefixListGlobalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.PrefixListGlobalRulestackClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method PrefixListGlobalRulestackClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(globalRulestackName string, options *armpanngfw.PrefixListGlobalRulestackClientListOptions) (resp azfake.PagerResponder[armpanngfw.PrefixListGlobalRulestackClientListResponse]) }
PrefixListGlobalRulestackServer is a fake server for instances of the armpanngfw.PrefixListGlobalRulestackClient type.
type PrefixListGlobalRulestackServerTransport ¶
type PrefixListGlobalRulestackServerTransport struct {
// contains filtered or unexported fields
}
PrefixListGlobalRulestackServerTransport connects instances of armpanngfw.PrefixListGlobalRulestackClient to instances of PrefixListGlobalRulestackServer. Don't use this type directly, use NewPrefixListGlobalRulestackServerTransport instead.
func NewPrefixListGlobalRulestackServerTransport ¶
func NewPrefixListGlobalRulestackServerTransport(srv *PrefixListGlobalRulestackServer) *PrefixListGlobalRulestackServerTransport
NewPrefixListGlobalRulestackServerTransport creates a new instance of PrefixListGlobalRulestackServerTransport with the provided implementation. The returned PrefixListGlobalRulestackServerTransport instance is connected to an instance of armpanngfw.PrefixListGlobalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type PrefixListLocalRulestackServer ¶
type PrefixListLocalRulestackServer struct { // BeginCreateOrUpdate is the fake for method PrefixListLocalRulestackClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, resource armpanngfw.PrefixListResource, options *armpanngfw.PrefixListLocalRulestackClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armpanngfw.PrefixListLocalRulestackClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method PrefixListLocalRulestackClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, options *armpanngfw.PrefixListLocalRulestackClientBeginDeleteOptions) (resp azfake.PollerResponder[armpanngfw.PrefixListLocalRulestackClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method PrefixListLocalRulestackClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, localRulestackName string, name string, options *armpanngfw.PrefixListLocalRulestackClientGetOptions) (resp azfake.Responder[armpanngfw.PrefixListLocalRulestackClientGetResponse], errResp azfake.ErrorResponder) // NewListByLocalRulestacksPager is the fake for method PrefixListLocalRulestackClient.NewListByLocalRulestacksPager // HTTP status codes to indicate success: http.StatusOK NewListByLocalRulestacksPager func(resourceGroupName string, localRulestackName string, options *armpanngfw.PrefixListLocalRulestackClientListByLocalRulestacksOptions) (resp azfake.PagerResponder[armpanngfw.PrefixListLocalRulestackClientListByLocalRulestacksResponse]) }
PrefixListLocalRulestackServer is a fake server for instances of the armpanngfw.PrefixListLocalRulestackClient type.
type PrefixListLocalRulestackServerTransport ¶
type PrefixListLocalRulestackServerTransport struct {
// contains filtered or unexported fields
}
PrefixListLocalRulestackServerTransport connects instances of armpanngfw.PrefixListLocalRulestackClient to instances of PrefixListLocalRulestackServer. Don't use this type directly, use NewPrefixListLocalRulestackServerTransport instead.
func NewPrefixListLocalRulestackServerTransport ¶
func NewPrefixListLocalRulestackServerTransport(srv *PrefixListLocalRulestackServer) *PrefixListLocalRulestackServerTransport
NewPrefixListLocalRulestackServerTransport creates a new instance of PrefixListLocalRulestackServerTransport with the provided implementation. The returned PrefixListLocalRulestackServerTransport instance is connected to an instance of armpanngfw.PrefixListLocalRulestackClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ServerFactory ¶
type ServerFactory struct { CertificateObjectGlobalRulestackServer CertificateObjectGlobalRulestackServer CertificateObjectLocalRulestackServer CertificateObjectLocalRulestackServer FirewallStatusServer FirewallStatusServer FirewallsServer FirewallsServer FqdnListGlobalRulestackServer FqdnListGlobalRulestackServer FqdnListLocalRulestackServer FqdnListLocalRulestackServer GlobalRulestackServer GlobalRulestackServer LocalRulesServer LocalRulesServer LocalRulestacksServer LocalRulestacksServer OperationsServer OperationsServer PostRulesServer PostRulesServer PreRulesServer PreRulesServer PrefixListGlobalRulestackServer PrefixListGlobalRulestackServer PrefixListLocalRulestackServer PrefixListLocalRulestackServer }
ServerFactory is a fake server for instances of the armpanngfw.ClientFactory type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instances of armpanngfw.ClientFactory to instances of ServerFactory. Don't use this type directly, use NewServerFactoryTransport instead.
func NewServerFactoryTransport ¶
func NewServerFactoryTransport(srv *ServerFactory) *ServerFactoryTransport
NewServerFactoryTransport creates a new instance of ServerFactoryTransport with the provided implementation. The returned ServerFactoryTransport instance is connected to an instance of armpanngfw.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
Source Files ¶
- certificateobjectglobalrulestack_server.go
- certificateobjectlocalrulestack_server.go
- firewalls_server.go
- firewallstatus_server.go
- fqdnlistglobalrulestack_server.go
- fqdnlistlocalrulestack_server.go
- globalrulestack_server.go
- internal.go
- localrules_server.go
- localrulestacks_server.go
- operations_server.go
- postrules_server.go
- prefixlistglobalrulestack_server.go
- prefixlistlocalrulestack_server.go
- prerules_server.go
- server_factory.go
- time_rfc3339.go