client

package
v1.3.26-0...-601538e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2021 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultMOURL = "/api/node/mo"
View Source
const DefaultReqTimeoutVal uint32 = 100

Default timeout for NGINX in ACI is 90 Seconds. Allow the client to set a shorter or longer time depending on their environment

Variables

This section is empty.

Functions

func CheckErrorCustom

func CheckErrorCustom(cont *container.Container) error

func CheckForErrors

func CheckForErrors(cont *container.Container, method string, skipLoggingPayload bool) error

CheckForErrors parses the response and checks of there is an error attribute in the response

func StrtoInt

func StrtoInt(s string, startIndex int, bitSize int) (int64, error)

Types

type Auth

type Auth struct {
	Token  string
	Expiry time.Time
	// contains filtered or unexported fields
}

func (*Auth) CaclulateOffset

func (t *Auth) CaclulateOffset()

func (*Auth) CalculateExpiry

func (t *Auth) CalculateExpiry(willExpire int64)

func (*Auth) IsValid

func (au *Auth) IsValid() bool

type Client

type Client struct {
	BaseURL *url.URL
	MOURL   string

	AuthToken *Auth

	*ServiceManager
	// contains filtered or unexported fields
}

Client is the main entry point

func GetClient

func GetClient(clientUrl, username string, options ...Option) *Client

GetClient returns a singleton

func NewClient

func NewClient(clientUrl, username string, options ...Option) *Client

NewClient returns a new Instance of the client - allowing for simultaneous connections to the same APIC

func (*Client) Authenticate

func (c *Client) Authenticate() error

Authenticate is used to

func (*Client) Do

func (*Client) DoRaw

func (c *Client) DoRaw(req *http.Request) (*http.Response, error)

func (*Client) InjectAuthenticationHeader

func (client *Client) InjectAuthenticationHeader(req *http.Request, path string) (*http.Request, error)

func (*Client) MakeRestRequest

func (c *Client) MakeRestRequest(method string, rpath string, body *container.Container, authenticated bool) (*http.Request, error)

type Option

type Option func(*Client)

func AdminCert

func AdminCert(adminCert string) Option

func AppUserName

func AppUserName(appUserName string) Option

func HttpClient

func HttpClient(httpcl *http.Client) Option

HttpClient option: allows for caller to set 'httpClient' with 'Transport'. When this option is set 'client.proxyUrl' option is ignored.

func Insecure

func Insecure(insecure bool) Option

func MoURL

func MoURL(moURL string) Option

func Password

func Password(password string) Option

func PreserveBaseUrlRef

func PreserveBaseUrlRef(preserveBaseUrlRef bool) Option

func PrivateKey

func PrivateKey(privatekey string) Option

func ProxyUrl

func ProxyUrl(pUrl string) Option

func ReqTimeout

func ReqTimeout(timeout uint32) Option

func SkipLoggingPayload

func SkipLoggingPayload(skipLoggingPayload bool) Option

type ServiceManager

type ServiceManager struct {
	MOURL string
	// contains filtered or unexported fields
}

func NewServiceManager

func NewServiceManager(moURL string, client *Client) *ServiceManager

func (*ServiceManager) CreateAccessAccessGroup

func (sm *ServiceManager) CreateAccessAccessGroup(access_port_selector_type string, access_port_selector string, leaf_interface_profile string, description string, infraRsAccBaseGrpattr models.AccessAccessGroupAttributes) (*models.AccessAccessGroup, error)

func (*ServiceManager) CreateAccessGeneric

func (sm *ServiceManager) CreateAccessGeneric(name string, attachable_access_entity_profile string, description string, infraGenericattr models.AccessGenericAttributes) (*models.AccessGeneric, error)

func (*ServiceManager) CreateAccessPortBlock

func (sm *ServiceManager) CreateAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string, description string, infraPortBlkattr models.AccessPortBlockAttributes) (*models.AccessPortBlock, error)

func (*ServiceManager) CreateAccessPortSelector

func (sm *ServiceManager) CreateAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string, description string, infraHPortSattr models.AccessPortSelectorAttributes) (*models.AccessPortSelector, error)

func (*ServiceManager) CreateAccessSubPortBlock

func (sm *ServiceManager) CreateAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string, description string, infraSubPortBlkattr models.AccessSubPortBlockAttributes) (*models.AccessSubPortBlock, error)

func (*ServiceManager) CreateActionRuleProfile

func (sm *ServiceManager) CreateActionRuleProfile(name string, tenant string, description string, rtctrlAttrPattr models.ActionRuleProfileAttributes) (*models.ActionRuleProfile, error)

func (*ServiceManager) CreateAny

func (sm *ServiceManager) CreateAny(vrf string, tenant string, description string, vzAnyattr models.AnyAttributes) (*models.Any, error)

func (*ServiceManager) CreateApplicationEPG

func (sm *ServiceManager) CreateApplicationEPG(name string, application_profile string, tenant string, description string, fvAEPgattr models.ApplicationEPGAttributes) (*models.ApplicationEPG, error)

func (*ServiceManager) CreateApplicationProfile

func (sm *ServiceManager) CreateApplicationProfile(name string, tenant string, description string, fvApattr models.ApplicationProfileAttributes) (*models.ApplicationProfile, error)

func (*ServiceManager) CreateAttachableAccessEntityProfile

func (sm *ServiceManager) CreateAttachableAccessEntityProfile(name string, description string, infraAttEntityPattr models.AttachableAccessEntityProfileAttributes) (*models.AttachableAccessEntityProfile, error)

func (*ServiceManager) CreateAutonomousSystemProfile

func (sm *ServiceManager) CreateAutonomousSystemProfile(description string, cloudBgpAsPattr models.AutonomousSystemProfileAttributes) (*models.AutonomousSystemProfile, error)

func (*ServiceManager) CreateBridgeDomain

func (sm *ServiceManager) CreateBridgeDomain(name string, tenant string, description string, fvBDattr models.BridgeDomainAttributes) (*models.BridgeDomain, error)

func (*ServiceManager) CreateCDPInterfacePolicy

func (sm *ServiceManager) CreateCDPInterfacePolicy(name string, description string, cdpIfPolattr models.CDPInterfacePolicyAttributes) (*models.CDPInterfacePolicy, error)

func (*ServiceManager) CreateCloudAWSProvider

func (sm *ServiceManager) CreateCloudAWSProvider(tenant string, description string, cloudAwsProviderattr models.CloudAWSProviderAttributes) (*models.CloudAWSProvider, error)

func (*ServiceManager) CreateCloudApplicationcontainer

func (sm *ServiceManager) CreateCloudApplicationcontainer(name string, tenant string, description string, cloudAppattr models.CloudApplicationcontainerAttributes) (*models.CloudApplicationcontainer, error)

func (*ServiceManager) CreateCloudAvailabilityZone

func (sm *ServiceManager) CreateCloudAvailabilityZone(name string, cloud_providers_region string, cloud_provider_profile_vendor string, description string, cloudZoneattr models.CloudAvailabilityZoneAttributes) (*models.CloudAvailabilityZone, error)

func (*ServiceManager) CreateCloudCIDRPool

func (sm *ServiceManager) CreateCloudCIDRPool(addr string, cloud_context_profile string, tenant string, description string, cloudCidrattr models.CloudCIDRPoolAttributes) (*models.CloudCIDRPool, error)

func (*ServiceManager) CreateCloudContextProfile

func (sm *ServiceManager) CreateCloudContextProfile(name string, tenant string, description string, cloudCtxProfileattr models.CloudContextProfileAttributes, primaryCidr string, region, vendor string, vrf string) (*models.CloudContextProfile, error)

func (*ServiceManager) CreateCloudDomainProfile

func (sm *ServiceManager) CreateCloudDomainProfile(description string, cloudDomPattr models.CloudDomainProfileAttributes) (*models.CloudDomainProfile, error)

func (*ServiceManager) CreateCloudEPg

func (sm *ServiceManager) CreateCloudEPg(name string, cloud_application_container string, tenant string, description string, cloudEPgattr models.CloudEPgAttributes) (*models.CloudEPg, error)

func (*ServiceManager) CreateCloudEndpointSelector

func (sm *ServiceManager) CreateCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, tenant string, description string, cloudEPSelectorattr models.CloudEndpointSelectorAttributes) (*models.CloudEndpointSelector, error)

func (*ServiceManager) CreateCloudEndpointSelectorforExternalEPgs

func (sm *ServiceManager) CreateCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, tenant string, description string, cloudExtEPSelectorattr models.CloudEndpointSelectorforExternalEPgsAttributes) (*models.CloudEndpointSelectorforExternalEPgs, error)

func (*ServiceManager) CreateCloudExternalEPg

func (sm *ServiceManager) CreateCloudExternalEPg(name string, cloud_application_container string, tenant string, description string, cloudExtEPgattr models.CloudExternalEPgAttributes) (*models.CloudExternalEPg, error)

func (*ServiceManager) CreateCloudProviderProfile

func (sm *ServiceManager) CreateCloudProviderProfile(vendor string, description string, cloudProvPattr models.CloudProviderProfileAttributes) (*models.CloudProviderProfile, error)

func (*ServiceManager) CreateCloudProvidersRegion

func (sm *ServiceManager) CreateCloudProvidersRegion(name string, cloud_provider_profile_vendor string, description string, cloudRegionattr models.CloudProvidersRegionAttributes) (*models.CloudProvidersRegion, error)

func (*ServiceManager) CreateCloudSubnet

func (sm *ServiceManager) CreateCloudSubnet(ip string, cloud_cidr_pool_dn string, description string, cloudSubnetattr models.CloudSubnetAttributes, zoneDn string) (*models.CloudSubnet, error)

func (*ServiceManager) CreateConfigurationExportPolicy

func (sm *ServiceManager) CreateConfigurationExportPolicy(name string, description string, configExportPattr models.ConfigurationExportPolicyAttributes) (*models.ConfigurationExportPolicy, error)

func (*ServiceManager) CreateConfigurationImportPolicy

func (sm *ServiceManager) CreateConfigurationImportPolicy(name string, description string, configImportPattr models.ConfigurationImportPolicyAttributes) (*models.ConfigurationImportPolicy, error)

func (*ServiceManager) CreateContract

func (sm *ServiceManager) CreateContract(name string, tenant string, description string, vzBrCPattr models.ContractAttributes) (*models.Contract, error)

func (*ServiceManager) CreateContractConsumer

func (sm *ServiceManager) CreateContractConsumer(tnVzBrCPName string, application_epg string, application_profile string, tenant string, fvRsConsattr models.ContractConsumerAttributes) (*models.ContractConsumer, error)

func (*ServiceManager) CreateContractProvider

func (sm *ServiceManager) CreateContractProvider(tnVzBrCPName string, application_epg string, application_profile string, tenant string, fvRsProvattr models.ContractProviderAttributes) (*models.ContractProvider, error)

func (*ServiceManager) CreateContractSubject

func (sm *ServiceManager) CreateContractSubject(name string, contract string, tenant string, description string, vzSubjattr models.ContractSubjectAttributes) (*models.ContractSubject, error)

func (*ServiceManager) CreateCtrlrFwP

func (sm *ServiceManager) CreateCtrlrFwP(description string, firmwareCtrlrFwPAttr models.CtrlrFwPAttributes) (*models.CtrlrFwP, error)

func (*ServiceManager) CreateCtrlrMaintP

func (sm *ServiceManager) CreateCtrlrMaintP(description string, maintCtrlrMaintPAttr models.CtrlrMaintPAttributes) (*models.CtrlrMaintP, error)

func (*ServiceManager) CreateDestinationofredirectedtraffic

func (sm *ServiceManager) CreateDestinationofredirectedtraffic(ip string, service_redirect_policy string, tenant string, description string, vnsRedirectDestattr models.DestinationofredirectedtrafficAttributes) (*models.Destinationofredirectedtraffic, error)

func (*ServiceManager) CreateDomain

func (sm *ServiceManager) CreateDomain(tDn string, attachable_access_entity_profile string, description string, infraRsDomPattr models.DomainAttributes) (*models.Domain, error)

func (*ServiceManager) CreateDownload

func (sm *ServiceManager) CreateDownload(name string, description string, firmwareDownloadAttr models.DownloadAttributes) (*models.Download, error)

func (*ServiceManager) CreateEPGsUsingFunction

func (sm *ServiceManager) CreateEPGsUsingFunction(tDn string, access_generic string, attachable_access_entity_profile string, description string, infraRsFuncToEpgattr models.EPGsUsingFunctionAttributes) (*models.EPGsUsingFunction, error)

func (*ServiceManager) CreateEndPointRetentionPolicy

func (sm *ServiceManager) CreateEndPointRetentionPolicy(name string, tenant string, description string, fvEpRetPolattr models.EndPointRetentionPolicyAttributes) (*models.EndPointRetentionPolicy, error)

func (*ServiceManager) CreateExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateExternalNetworkInstanceProfile(name string, l3_outside string, tenant string, description string, l3extInstPattr models.ExternalNetworkInstanceProfileAttributes) (*models.ExternalNetworkInstanceProfile, error)

func (*ServiceManager) CreateFCDomain

func (sm *ServiceManager) CreateFCDomain(name string, description string, fcDomPattr models.FCDomainAttributes) (*models.FCDomain, error)

func (*ServiceManager) CreateFEXProfile

func (sm *ServiceManager) CreateFEXProfile(name string, description string, infraFexPattr models.FEXProfileAttributes) (*models.FEXProfile, error)

func (*ServiceManager) CreateFVDomain

func (sm *ServiceManager) CreateFVDomain(tDn string, application_epg string, application_profile string, tenant string, description string, fvRsDomAttattr models.FVDomainAttributes) (*models.FVDomain, error)

func (*ServiceManager) CreateFabricNode

func (sm *ServiceManager) CreateFabricNode(tDn string, logical_node_profile string, l3_outside string, tenant string, description string, l3extRsNodeL3OutAttattr models.FabricNodeAttributes) (*models.FabricNode, error)

func (*ServiceManager) CreateFabricNodeMember

func (sm *ServiceManager) CreateFabricNodeMember(serial string, description string, fabricNodeIdentPattr models.FabricNodeMemberAttributes) (*models.FabricNodeMember, error)

func (*ServiceManager) CreateFabricPathEndpoint

func (sm *ServiceManager) CreateFabricPathEndpoint(name string, fabric_path_end_point_container_nodeId string, fabric_pod_id string, description string, fabricPathEpattr models.FabricPathEndpointAttributes) (*models.FabricPathEndpoint, error)

func (*ServiceManager) CreateFexBundleGroup

func (sm *ServiceManager) CreateFexBundleGroup(name string, fex_profile string, description string, infraFexBndlGrpattr models.FexBundleGroupAttributes) (*models.FexBundleGroup, error)

func (*ServiceManager) CreateFilter

func (sm *ServiceManager) CreateFilter(name string, tenant string, description string, vzFilterattr models.FilterAttributes) (*models.Filter, error)

func (*ServiceManager) CreateFilterEntry

func (sm *ServiceManager) CreateFilterEntry(name string, filter string, tenant string, description string, vzEntryattr models.FilterEntryAttributes) (*models.FilterEntry, error)

func (*ServiceManager) CreateFirmware

func (sm *ServiceManager) CreateFirmware(name string, description string, firmwareFirmwareAttr models.FirmwareAttributes) (*models.Firmware, error)

func (*ServiceManager) CreateFirmwareDownloadTask

func (sm *ServiceManager) CreateFirmwareDownloadTask(name string, description string, firmwareOSourceattr models.FirmwareDownloadTaskAttributes) (*models.FirmwareDownloadTask, error)

func (*ServiceManager) CreateFirmwareGroup

func (sm *ServiceManager) CreateFirmwareGroup(name string, description string, firmwareFwGrpattr models.FirmwareGroupAttributes) (*models.FirmwareGroup, error)

func (*ServiceManager) CreateFirmwarePolicy

func (sm *ServiceManager) CreateFirmwarePolicy(name string, description string, firmwareFwPattr models.FirmwarePolicyAttributes) (*models.FirmwarePolicy, error)

func (*ServiceManager) CreateImportedContract

func (sm *ServiceManager) CreateImportedContract(name string, tenant string, description string, vzCPIfattr models.ImportedContractAttributes) (*models.ImportedContract, error)

func (*ServiceManager) CreateInterfaceFCPolicy

func (sm *ServiceManager) CreateInterfaceFCPolicy(name string, description string, fcIfPolattr models.InterfaceFCPolicyAttributes) (*models.InterfaceFCPolicy, error)

func (*ServiceManager) CreateInterfaceProfile

func (sm *ServiceManager) CreateInterfaceProfile(tDn string, spine_profile string, description string, infraRsSpAccPortPattr models.InterfaceProfileAttributes) (*models.InterfaceProfile, error)

func (*ServiceManager) CreateL2InterfacePolicy

func (sm *ServiceManager) CreateL2InterfacePolicy(name string, description string, l2IfPolattr models.L2InterfacePolicyAttributes) (*models.L2InterfacePolicy, error)

func (*ServiceManager) CreateL3DomainProfile

func (sm *ServiceManager) CreateL3DomainProfile(name string, description string, l3extDomPattr models.L3DomainProfileAttributes) (*models.L3DomainProfile, error)

func (*ServiceManager) CreateL3ExtSubnet

func (sm *ServiceManager) CreateL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, tenant string, description string, l3extSubnetattr models.L3ExtSubnetAttributes) (*models.L3ExtSubnet, error)

func (*ServiceManager) CreateL3Outside

func (sm *ServiceManager) CreateL3Outside(name string, tenant string, description string, l3extOutattr models.L3OutsideAttributes) (*models.L3Outside, error)

func (*ServiceManager) CreateLACPPolicy

func (sm *ServiceManager) CreateLACPPolicy(name string, description string, lacpLagPolattr models.LACPPolicyAttributes) (*models.LACPPolicy, error)

func (*ServiceManager) CreateLLDPInterfacePolicy

func (sm *ServiceManager) CreateLLDPInterfacePolicy(name string, description string, lldpIfPolattr models.LLDPInterfacePolicyAttributes) (*models.LLDPInterfacePolicy, error)

func (*ServiceManager) CreateLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateLeafAccessPortPolicyGroup(name string, description string, infraAccPortGrpattr models.LeafAccessPortPolicyGroupAttributes) (*models.LeafAccessPortPolicyGroup, error)

func (*ServiceManager) CreateLeafInterfaceProfile

func (sm *ServiceManager) CreateLeafInterfaceProfile(name string, description string, infraAccPortPattr models.LeafInterfaceProfileAttributes) (*models.LeafInterfaceProfile, error)

func (*ServiceManager) CreateLeafProfile

func (sm *ServiceManager) CreateLeafProfile(name string, description string, infraNodePattr models.LeafProfileAttributes) (*models.LeafProfile, error)

func (*ServiceManager) CreateLinkLevelPolicy

func (sm *ServiceManager) CreateLinkLevelPolicy(name string, description string, fabricHIfPolattr models.LinkLevelPolicyAttributes) (*models.LinkLevelPolicy, error)

func (*ServiceManager) CreateLocalUser

func (sm *ServiceManager) CreateLocalUser(name string, description string, aaaUserattr models.LocalUserAttributes) (*models.LocalUser, error)

func (*ServiceManager) CreateLogicalInterfaceProfile

func (sm *ServiceManager) CreateLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string, description string, l3extLIfPattr models.LogicalInterfaceProfileAttributes) (*models.LogicalInterfaceProfile, error)

func (*ServiceManager) CreateLogicalNodeProfile

func (sm *ServiceManager) CreateLogicalNodeProfile(name string, l3_outside string, tenant string, description string, l3extLNodePattr models.LogicalNodeProfileAttributes) (*models.LogicalNodeProfile, error)

func (*ServiceManager) CreateMaintGrp

func (sm *ServiceManager) CreateMaintGrp(name string, description string, maintMaintGrpAttr models.MaintGrpAttributes) (*models.MaintGrp, error)

START: Variable/Struct/Fuction Naming per ACI SDK Model Definitions

func (*ServiceManager) CreateMaintP

func (sm *ServiceManager) CreateMaintP(name string, description string, maintMaintPAttr models.MaintPAttributes) (*models.MaintP, error)

START: Variable/Struct/Fuction Naming per ACI SDK Model Definitions

func (*ServiceManager) CreateMaintenancePolicy

func (sm *ServiceManager) CreateMaintenancePolicy(name string, description string, maintMaintPattr models.MaintenancePolicyAttributes) (*models.MaintenancePolicy, error)

func (*ServiceManager) CreateMiscablingProtocolInterfacePolicy

func (sm *ServiceManager) CreateMiscablingProtocolInterfacePolicy(name string, description string, mcpIfPolattr models.MiscablingProtocolInterfacePolicyAttributes) (*models.MiscablingProtocolInterfacePolicy, error)

func (*ServiceManager) CreateMonitoringPolicy

func (sm *ServiceManager) CreateMonitoringPolicy(name string, tenant string, description string, monEPGPolattr models.MonitoringPolicyAttributes) (*models.MonitoringPolicy, error)

func (*ServiceManager) CreateNodeBlk

func (sm *ServiceManager) CreateNodeBlk(parentMOType string, parentMOName string, name string, description string, fabricNodeBlkAttr models.NodeBlkAttributes) (*models.NodeBlk, error)

func (*ServiceManager) CreateNodeBlock

func (sm *ServiceManager) CreateNodeBlock(name string, switch_association_type string, switch_association string, leaf_profile string, description string, infraNodeBlkattr models.NodeBlockAttributes) (*models.NodeBlock, error)

func (*ServiceManager) CreateNodeBlockFW

func (sm *ServiceManager) CreateNodeBlockFW(name string, firmware_group string, description string, fabricNodeBlkattr models.NodeBlockAttributesFW) (*models.NodeBlockFW, error)

func (*ServiceManager) CreateNodeBlockMG

func (sm *ServiceManager) CreateNodeBlockMG(name string, pod_maintenance_group string, description string, fabricNodeBlkattr models.NodeBlockAttributesMG) (*models.NodeBlockMG, error)

func (*ServiceManager) CreateNodePolicyEndPoint

func (sm *ServiceManager) CreateNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string, description string, fabricNodePEpattr models.NodePolicyEndPointAttributes) (*models.NodePolicyEndPoint, error)

func (*ServiceManager) CreateOSPFInterfacePolicy

func (sm *ServiceManager) CreateOSPFInterfacePolicy(name string, tenant string, description string, ospfIfPolattr models.OSPFInterfacePolicyAttributes) (*models.OSPFInterfacePolicy, error)

func (*ServiceManager) CreateOSource

func (sm *ServiceManager) CreateOSource(name string, description string, firmwareOSourceAttr models.OSourceAttributes) (*models.OSource, error)

START: Variable/Struct/Fuction Naming per ACI SDK Model Definitions

func (*ServiceManager) CreatePCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreatePCVPCInterfacePolicyGroup(name string, description string, infraAccBndlGrpattr models.PCVPCInterfacePolicyGroupAttributes) (*models.PCVPCInterfacePolicyGroup, error)

func (*ServiceManager) CreatePODMaintenanceGroup

func (sm *ServiceManager) CreatePODMaintenanceGroup(name string, description string, maintMaintGrpattr models.PODMaintenanceGroupAttributes) (*models.PODMaintenanceGroup, error)

func (*ServiceManager) CreatePhysicalDomain

func (sm *ServiceManager) CreatePhysicalDomain(name string, description string, physDomPattr models.PhysicalDomainAttributes) (*models.PhysicalDomain, error)

func (*ServiceManager) CreatePortSecurityPolicy

func (sm *ServiceManager) CreatePortSecurityPolicy(name string, description string, l2PortSecurityPolattr models.PortSecurityPolicyAttributes) (*models.PortSecurityPolicy, error)

func (*ServiceManager) CreateRanges

func (sm *ServiceManager) CreateRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string, description string, fvnsEncapBlkattr models.RangesAttributes) (*models.Ranges, error)

func (*ServiceManager) CreateRelationcloudRsCloudEPgCtxFromCloudEPg

func (sm *ServiceManager) CreateRelationcloudRsCloudEPgCtxFromCloudEPg(parentDn, tnFvCtxName string) error

func (*ServiceManager) CreateRelationcloudRsCloudEPgCtxFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationcloudRsCloudEPgCtxFromCloudExternalEPg(parentDn, tnFvCtxName string) error

func (*ServiceManager) CreateRelationcloudRsCtxProfileToRegionFromCloudContextProfile

func (sm *ServiceManager) CreateRelationcloudRsCtxProfileToRegionFromCloudContextProfile(parentDn, tnCloudRegionName string) error

func (*ServiceManager) CreateRelationcloudRsCtxProfileTocloudRsCtxProfileToGatewayRouterP

func (sm *ServiceManager) CreateRelationcloudRsCtxProfileTocloudRsCtxProfileToGatewayRouterP(parentDn, tDN string) error

func (*ServiceManager) CreateRelationcloudRsCtxToFlowLogFromCloudContextProfile

func (sm *ServiceManager) CreateRelationcloudRsCtxToFlowLogFromCloudContextProfile(parentDn, tnCloudAwsFlowLogPolName string) error

func (*ServiceManager) CreateRelationcloudRsSubnetToFlowLogFromCloudSubnet

func (sm *ServiceManager) CreateRelationcloudRsSubnetToFlowLogFromCloudSubnet(parentDn, tnCloudAwsFlowLogPolName string) error

func (*ServiceManager) CreateRelationcloudRsToCtxFromCloudContextProfile

func (sm *ServiceManager) CreateRelationcloudRsToCtxFromCloudContextProfile(parentDn, tnFvCtxName string) error

func (*ServiceManager) CreateRelationcloudRsZoneAttachFromCloudSubnet

func (sm *ServiceManager) CreateRelationcloudRsZoneAttachFromCloudSubnet(parentDn, tnCloudZoneName string) error

func (*ServiceManager) CreateRelationconfigRsExportDestinationFromConfigurationExportPolicy

func (sm *ServiceManager) CreateRelationconfigRsExportDestinationFromConfigurationExportPolicy(parentDn, tnFileRemotePathName string) error

func (*ServiceManager) CreateRelationconfigRsExportSchedulerFromConfigurationExportPolicy

func (sm *ServiceManager) CreateRelationconfigRsExportSchedulerFromConfigurationExportPolicy(parentDn, tnTrigSchedPName string) error

func (*ServiceManager) CreateRelationconfigRsImportSourceFromConfigurationImportPolicy

func (sm *ServiceManager) CreateRelationconfigRsImportSourceFromConfigurationImportPolicy(parentDn, tnFileRemotePathName string) error

func (*ServiceManager) CreateRelationconfigRsRemotePathFromConfigurationExportPolicy

func (sm *ServiceManager) CreateRelationconfigRsRemotePathFromConfigurationExportPolicy(parentDn, tnFileRemotePathName string) error

func (*ServiceManager) CreateRelationconfigRsRemotePathFromConfigurationImportPolicy

func (sm *ServiceManager) CreateRelationconfigRsRemotePathFromConfigurationImportPolicy(parentDn, tnFileRemotePathName string) error

func (*ServiceManager) CreateRelationextnwRsOutFromL3DomainProfile

func (sm *ServiceManager) CreateRelationextnwRsOutFromL3DomainProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfabricRsToPeerNodeCfgFromNodePolicyEndPoint

func (sm *ServiceManager) CreateRelationfabricRsToPeerNodeCfgFromNodePolicyEndPoint(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfabricRsVpcInstPolFromVPCExplicitProtectionGroup

func (sm *ServiceManager) CreateRelationfabricRsVpcInstPolFromVPCExplicitProtectionGroup(parentDn, tnVpcInstPolName string) error

func (*ServiceManager) CreateRelationfcRsVsanAttrDefFromFCDomain

func (sm *ServiceManager) CreateRelationfcRsVsanAttrDefFromFCDomain(parentDn, tnFcVsanAttrPName string) error

func (*ServiceManager) CreateRelationfcRsVsanAttrFromFCDomain

func (sm *ServiceManager) CreateRelationfcRsVsanAttrFromFCDomain(parentDn, tnFcVsanAttrPName string) error

func (*ServiceManager) CreateRelationfcRsVsanNsDefFromFCDomain

func (sm *ServiceManager) CreateRelationfcRsVsanNsDefFromFCDomain(parentDn, tnFvnsAVsanInstPName string) error

func (*ServiceManager) CreateRelationfcRsVsanNsFromFCDomain

func (sm *ServiceManager) CreateRelationfcRsVsanNsFromFCDomain(parentDn, tnFvnsVsanInstPName string) error

func (*ServiceManager) CreateRelationfirmwareRsFwgrppFromFirmwareGroup

func (sm *ServiceManager) CreateRelationfirmwareRsFwgrppFromFirmwareGroup(parentDn, tnFirmwareFwPName string) error

func (*ServiceManager) CreateRelationfvRsABDPolMonPolFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsABDPolMonPolFromBridgeDomain(parentDn, tnMonEPGPolName string) error

func (*ServiceManager) CreateRelationfvRsAEPgMonPolFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsAEPgMonPolFromApplicationEPG(parentDn, tnMonEPGPolName string) error

func (*ServiceManager) CreateRelationfvRsApMonPolFromApplicationProfile

func (sm *ServiceManager) CreateRelationfvRsApMonPolFromApplicationProfile(parentDn, tnMonEPGPolName string) error

func (*ServiceManager) CreateRelationfvRsBDSubnetToOutFromSubnet

func (sm *ServiceManager) CreateRelationfvRsBDSubnetToOutFromSubnet(parentDn, tnL3extOutName string) error

func (*ServiceManager) CreateRelationfvRsBDSubnetToProfileFromSubnet

func (sm *ServiceManager) CreateRelationfvRsBDSubnetToProfileFromSubnet(parentDn, tnRtctrlProfileName string) error

func (*ServiceManager) CreateRelationfvRsBDToFhsFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBDToFhsFromBridgeDomain(parentDn, tnFhsBDPolName string) error

func (*ServiceManager) CreateRelationfvRsBDToNdPFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBDToNdPFromBridgeDomain(parentDn, tnNdIfPolName string) error

func (*ServiceManager) CreateRelationfvRsBDToNetflowMonitorPolFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBDToNetflowMonitorPolFromBridgeDomain(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) CreateRelationfvRsBDToOutFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBDToOutFromBridgeDomain(parentDn, tnL3extOutName string) error

func (*ServiceManager) CreateRelationfvRsBDToProfileFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBDToProfileFromBridgeDomain(parentDn, tnRtctrlProfileName string) error

func (*ServiceManager) CreateRelationfvRsBDToRelayPFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBDToRelayPFromBridgeDomain(parentDn, tnDhcpRelayPName string) error

func (*ServiceManager) CreateRelationfvRsBdFloodToFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBdFloodToFromBridgeDomain(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsBdFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsBdFromApplicationEPG(parentDn, tnFvBDName string) error

func (*ServiceManager) CreateRelationfvRsBdToEpRetFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsBdToEpRetFromBridgeDomain(parentDn, tnFvEpRetPolName string) error

func (*ServiceManager) CreateRelationfvRsBgpCtxPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsBgpCtxPolFromVRF(parentDn, tnBgpCtxPolName string) error

func (*ServiceManager) CreateRelationfvRsConsFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsConsFromApplicationEPG(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsConsFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsConsFromCloudEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsConsFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsConsFromCloudExternalEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsConsFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsConsFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsConsIfFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsConsIfFromApplicationEPG(parentDn, tnVzCPIfName string) error

func (*ServiceManager) CreateRelationfvRsConsIfFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsConsIfFromCloudEPg(parentDn, tnVzCPIfName string) error

func (*ServiceManager) CreateRelationfvRsConsIfFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsConsIfFromCloudExternalEPg(parentDn, tnVzCPIfName string) error

func (*ServiceManager) CreateRelationfvRsConsIfFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsConsIfFromExternalNetworkInstanceProfile(parentDn, tnVzCPIfName string) error

func (*ServiceManager) CreateRelationfvRsCtxFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsCtxFromBridgeDomain(parentDn, tnFvCtxName string) error

func (*ServiceManager) CreateRelationfvRsCtxMcastToFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxMcastToFromVRF(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsCtxMonPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxMonPolFromVRF(parentDn, tnMonEPGPolName string) error

func (*ServiceManager) CreateRelationfvRsCtxToBgpCtxAfPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxToBgpCtxAfPolFromVRF(parentDn, tnBgpCtxAfPolName, af string) error

func (*ServiceManager) CreateRelationfvRsCtxToEigrpCtxAfPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxToEigrpCtxAfPolFromVRF(parentDn, tnEigrpCtxAfPolName, af string) error

func (*ServiceManager) CreateRelationfvRsCtxToEpRetFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxToEpRetFromVRF(parentDn, tnFvEpRetPolName string) error

func (*ServiceManager) CreateRelationfvRsCtxToExtRouteTagPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxToExtRouteTagPolFromVRF(parentDn, tnL3extRouteTagPolName string) error

func (*ServiceManager) CreateRelationfvRsCtxToOspfCtxPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsCtxToOspfCtxPolFromVRF(parentDn, tnOspfCtxPolName, af string) error

func (*ServiceManager) CreateRelationfvRsCustQosPolFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromApplicationEPG(parentDn, tnQosCustomPolName string) error

func (*ServiceManager) CreateRelationfvRsCustQosPolFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromCloudEPg(parentDn, tnQosCustomPolName string) error

func (*ServiceManager) CreateRelationfvRsCustQosPolFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromCloudExternalEPg(parentDn, tnQosCustomPolName string) error

func (*ServiceManager) CreateRelationfvRsCustQosPolFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromExternalNetworkInstanceProfile(parentDn, tnQosCustomPolName string) error

func (*ServiceManager) CreateRelationfvRsDomAttFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsDomAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsDppPolFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsDppPolFromApplicationEPG(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationfvRsFcPathAttFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsFcPathAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsGraphDefFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsGraphDefFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsIgmpsnFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsIgmpsnFromBridgeDomain(parentDn, tnIgmpSnoopPolName string) error

func (*ServiceManager) CreateRelationfvRsIntraEpgFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromApplicationEPG(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsIntraEpgFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromCloudEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsIntraEpgFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromCloudExternalEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsIntraEpgFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsMldsnFromBridgeDomain

func (sm *ServiceManager) CreateRelationfvRsMldsnFromBridgeDomain(parentDn, tnMldSnoopPolName string) error

func (*ServiceManager) CreateRelationfvRsNdPfxPolFromSubnet

func (sm *ServiceManager) CreateRelationfvRsNdPfxPolFromSubnet(parentDn, tnNdPfxPolName string) error

func (*ServiceManager) CreateRelationfvRsNodeAttFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsNodeAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsOspfCtxPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsOspfCtxPolFromVRF(parentDn, tnOspfCtxPolName string) error

func (*ServiceManager) CreateRelationfvRsPathAttFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsPathAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsProtByFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsProtByFromApplicationEPG(parentDn, tnVzTabooName string) error

func (*ServiceManager) CreateRelationfvRsProtByFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsProtByFromCloudEPg(parentDn, tnVzTabooName string) error

func (*ServiceManager) CreateRelationfvRsProtByFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsProtByFromCloudExternalEPg(parentDn, tnVzTabooName string) error

func (*ServiceManager) CreateRelationfvRsProtByFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsProtByFromExternalNetworkInstanceProfile(parentDn, tnVzTabooName string) error

func (*ServiceManager) CreateRelationfvRsProvDefFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsProvDefFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsProvFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsProvFromApplicationEPG(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsProvFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsProvFromCloudEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsProvFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsProvFromCloudExternalEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsProvFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsProvFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationfvRsSecInheritedFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsSecInheritedFromCloudEPg

func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromCloudEPg(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsSecInheritedFromCloudExternalEPg

func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromCloudExternalEPg(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsSecInheritedFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromExternalNetworkInstanceProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsTenantMonPolFromTenant

func (sm *ServiceManager) CreateRelationfvRsTenantMonPolFromTenant(parentDn, tnMonEPGPolName string) error

func (*ServiceManager) CreateRelationfvRsTnDenyRuleFromTenant

func (sm *ServiceManager) CreateRelationfvRsTnDenyRuleFromTenant(parentDn, tDn string) error

func (*ServiceManager) CreateRelationfvRsTrustCtrlFromApplicationEPG

func (sm *ServiceManager) CreateRelationfvRsTrustCtrlFromApplicationEPG(parentDn, tnFhsTrustCtrlPolName string) error

func (*ServiceManager) CreateRelationfvRsVrfValidationPolFromVRF

func (sm *ServiceManager) CreateRelationfvRsVrfValidationPolFromVRF(parentDn, tnL3extVrfValidationPolName string) error

func (*ServiceManager) CreateRelationinfraRsAccBaseGrpFromAccessPortSelector

func (sm *ServiceManager) CreateRelationinfraRsAccBaseGrpFromAccessPortSelector(parentDn, tnInfraAccBaseGrpName string) error

func (*ServiceManager) CreateRelationinfraRsAccBndlGrpToAggrIfFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsAccBndlGrpToAggrIfFromPCVPCInterfacePolicyGroup(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsAccBndlSubgrpFromAccessPortBlock

func (sm *ServiceManager) CreateRelationinfraRsAccBndlSubgrpFromAccessPortBlock(parentDn, tnInfraAccBndlSubgrpName string) error

func (*ServiceManager) CreateRelationinfraRsAccCardPFromLeafProfile

func (sm *ServiceManager) CreateRelationinfraRsAccCardPFromLeafProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsAccNodePGrpFromSwitchAssociation

func (sm *ServiceManager) CreateRelationinfraRsAccNodePGrpFromSwitchAssociation(parentDn, tnInfraAccNodePGrpName string) error

func (*ServiceManager) CreateRelationinfraRsAccPortPFromLeafProfile

func (sm *ServiceManager) CreateRelationinfraRsAccPortPFromLeafProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup(parentDn, tnInfraAttEntityPName string) error

func (*ServiceManager) CreateRelationinfraRsAttEntPFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsAttEntPFromSpineAccessPortPolicyGroup(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnCdpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnCdpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsCdpIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromSpineAccessPortPolicyGroup(parentDn, tnCdpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsCoppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsCoppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnCoppIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsCoppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsCoppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnCoppIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsCoppIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsCoppIfPolFromSpineAccessPortPolicyGroup(parentDn, tnCoppIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsDomPFromAttachableAccessEntityProfile

func (sm *ServiceManager) CreateRelationinfraRsDomPFromAttachableAccessEntityProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromFCDomain

func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromFCDomain(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromL3DomainProfile

func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromL3DomainProfile(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromPhysicalDomain

func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromPhysicalDomain(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromVMMDomain

func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromVMMDomain(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsDwdmIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsDwdmIfPolFromLeafAccessPortPolicyGroup(parentDn, tnDwdmIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsFcIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsFcIfPolFromLeafAccessPortPolicyGroup(parentDn, tnFcIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsFcIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsFcIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnFcIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsFexBndlGrpToAggrIfFromFexBundleGroup

func (sm *ServiceManager) CreateRelationinfraRsFexBndlGrpToAggrIfFromFexBundleGroup(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsFuncToEpgFromAccessGeneric

func (sm *ServiceManager) CreateRelationinfraRsFuncToEpgFromAccessGeneric(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) CreateRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsHIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsHIfPolFromLeafAccessPortPolicyGroup(parentDn, tnFabricHIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsHIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsHIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnFabricHIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsHIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsHIfPolFromSpineAccessPortPolicyGroup(parentDn, tnFabricHIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2IfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2IfPolFromLeafAccessPortPolicyGroup(parentDn, tnL2IfPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2IfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2IfPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2IfPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup(parentDn, tnL2InstPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2InstPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2PortAuthPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2PortAuthPolFromLeafAccessPortPolicyGroup(parentDn, tnL2PortAuthPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2PortAuthPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2PortAuthPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2PortAuthPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2PortSecurityPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2PortSecurityPolFromLeafAccessPortPolicyGroup(parentDn, tnL2PortSecurityPolName string) error

func (*ServiceManager) CreateRelationinfraRsL2PortSecurityPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsL2PortSecurityPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2PortSecurityPolName string) error

func (*ServiceManager) CreateRelationinfraRsLacpPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsLacpPolFromPCVPCInterfacePolicyGroup(parentDn, tnLacpLagPolName string) error

func (*ServiceManager) CreateRelationinfraRsLldpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsLldpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnLldpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsLldpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsLldpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnLldpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsMacsecIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMacsecIfPolFromLeafAccessPortPolicyGroup(parentDn, tnMacsecIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsMacsecIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMacsecIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnMacsecIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsMacsecIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMacsecIfPolFromSpineAccessPortPolicyGroup(parentDn, tnMacsecIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnMcpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnMcpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsMonFexInfraPolFromFexBundleGroup

func (sm *ServiceManager) CreateRelationinfraRsMonFexInfraPolFromFexBundleGroup(parentDn, tnMonInfraPolName string) error

func (*ServiceManager) CreateRelationinfraRsMonIfInfraPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMonIfInfraPolFromLeafAccessPortPolicyGroup(parentDn, tnMonInfraPolName string) error

func (*ServiceManager) CreateRelationinfraRsMonIfInfraPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsMonIfInfraPolFromPCVPCInterfacePolicyGroup(parentDn, tnMonInfraPolName string) error

func (*ServiceManager) CreateRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) CreateRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) CreateRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup(parentDn, tnPoeIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosDppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosDppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosDppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosDppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosEgressDppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosEgressDppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosEgressDppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosEgressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosIngressDppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosIngressDppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosIngressDppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosIngressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosPfcIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosPfcIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosPfcIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosPfcIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosPfcIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosPfcIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosSdIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosSdIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosSdIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsQosSdIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsQosSdIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosSdIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsSpAccPortPFromSpineProfile

func (sm *ServiceManager) CreateRelationinfraRsSpAccPortPFromSpineProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVDestGrpName string) error

func (*ServiceManager) CreateRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVDestGrpName string) error

func (*ServiceManager) CreateRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVSrcGrpName string) error

func (*ServiceManager) CreateRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVSrcGrpName string) error

func (*ServiceManager) CreateRelationinfraRsSpineAccNodePGrpFromSwitchAssociation

func (sm *ServiceManager) CreateRelationinfraRsSpineAccNodePGrpFromSwitchAssociation(parentDn, tDn string) error

func (*ServiceManager) CreateRelationinfraRsStormctrlIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsStormctrlIfPolFromLeafAccessPortPolicyGroup(parentDn, tnStormctrlIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsStormctrlIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsStormctrlIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnStormctrlIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsStpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsStpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnStpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsStpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) CreateRelationinfraRsStpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnStpIfPolName string) error

func (*ServiceManager) CreateRelationinfraRsVipAddrNsFromFCDomain

func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromFCDomain(parentDn, tnFvnsAddrInstName string) error

func (*ServiceManager) CreateRelationinfraRsVipAddrNsFromL3DomainProfile

func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromL3DomainProfile(parentDn, tnFvnsAddrInstName string) error

func (*ServiceManager) CreateRelationinfraRsVipAddrNsFromPhysicalDomain

func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromPhysicalDomain(parentDn, tnFvnsAddrInstName string) error

func (*ServiceManager) CreateRelationinfraRsVipAddrNsFromVMMDomain

func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromVMMDomain(parentDn, tnFvnsAddrInstName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsDefFromFCDomain

func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromFCDomain(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsDefFromL3DomainProfile

func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromL3DomainProfile(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsDefFromPhysicalDomain

func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromPhysicalDomain(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsDefFromVMMDomain

func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromVMMDomain(parentDn, tnFvnsAInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsFromFCDomain

func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromFCDomain(parentDn, tnFvnsVlanInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsFromL3DomainProfile

func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromL3DomainProfile(parentDn, tnFvnsVlanInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsFromPhysicalDomain

func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromPhysicalDomain(parentDn, tnFvnsVlanInstPName string) error

func (*ServiceManager) CreateRelationinfraRsVlanNsFromVMMDomain

func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromVMMDomain(parentDn, tnFvnsVlanInstPName string) error

func (*ServiceManager) CreateRelationl3extRsArpIfPolFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsArpIfPolFromLogicalInterfaceProfile(parentDn, tnArpIfPolName string) error

func (*ServiceManager) CreateRelationl3extRsDampeningPolFromL3Outside

func (sm *ServiceManager) CreateRelationl3extRsDampeningPolFromL3Outside(parentDn, tnRtctrlProfileName, af string) error

func (*ServiceManager) CreateRelationl3extRsEctxFromL3Outside

func (sm *ServiceManager) CreateRelationl3extRsEctxFromL3Outside(parentDn, tnFvCtxName string) error

func (*ServiceManager) CreateRelationl3extRsEgressQosDppPolFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsEgressQosDppPolFromLogicalInterfaceProfile(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationl3extRsIngressQosDppPolFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsIngressQosDppPolFromLogicalInterfaceProfile(parentDn, tnQosDppPolName string) error

func (*ServiceManager) CreateRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile(parentDn, tnFvAEPgName string) error

func (*ServiceManager) CreateRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile(parentDn, tnRtctrlProfileName, direction string) error

func (*ServiceManager) CreateRelationl3extRsInterleakPolFromL3Outside

func (sm *ServiceManager) CreateRelationl3extRsInterleakPolFromL3Outside(parentDn, tnRtctrlProfileName string) error

func (*ServiceManager) CreateRelationl3extRsL3DomAttFromL3Outside

func (sm *ServiceManager) CreateRelationl3extRsL3DomAttFromL3Outside(parentDn, tnExtnwDomPName string) error

func (*ServiceManager) CreateRelationl3extRsL3InstPToDomPFromExternalNetworkInstanceProfile

func (sm *ServiceManager) CreateRelationl3extRsL3InstPToDomPFromExternalNetworkInstanceProfile(parentDn, tnExtnwDomPName string) error

func (*ServiceManager) CreateRelationl3extRsLIfPCustQosPolFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsLIfPCustQosPolFromLogicalInterfaceProfile(parentDn, tnQosCustomPolName string) error

func (*ServiceManager) CreateRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) CreateRelationl3extRsNdIfPolFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsNdIfPolFromLogicalInterfaceProfile(parentDn, tnNdIfPolName string) error

func (*ServiceManager) CreateRelationl3extRsNodeL3OutAttFromLogicalNodeProfile

func (sm *ServiceManager) CreateRelationl3extRsNodeL3OutAttFromLogicalNodeProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationl3extRsOutToBDPublicSubnetHolderFromL3Outside

func (sm *ServiceManager) CreateRelationl3extRsOutToBDPublicSubnetHolderFromL3Outside(parentDn, tDn string) error

func (*ServiceManager) CreateRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile

func (sm *ServiceManager) CreateRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile(parentDn, tDn string) error

func (*ServiceManager) CreateRelationl3extRsSubnetToProfileFromL3ExtSubnet

func (sm *ServiceManager) CreateRelationl3extRsSubnetToProfileFromL3ExtSubnet(parentDn, tnRtctrlProfileName, direction string) error

func (*ServiceManager) CreateRelationl3extRsSubnetToRtSummFromL3ExtSubnet

func (sm *ServiceManager) CreateRelationl3extRsSubnetToRtSummFromL3ExtSubnet(parentDn, tnRtsumARtSummPolName string) error

func (*ServiceManager) CreateRelationmaintRsMgrppFromMaintGrp

func (sm *ServiceManager) CreateRelationmaintRsMgrppFromMaintGrp(parentDn, tnMaintMaintPName string) error

func (*ServiceManager) CreateRelationmaintRsMgrppFromPODMaintenanceGroup

func (sm *ServiceManager) CreateRelationmaintRsMgrppFromPODMaintenanceGroup(parentDn, tnMaintMaintPName string) error

func (*ServiceManager) CreateRelationmaintRsPolNotifFromMaintenancePolicy

func (sm *ServiceManager) CreateRelationmaintRsPolNotifFromMaintenancePolicy(parentDn, tnMaintUserNotifName string) error

func (*ServiceManager) CreateRelationmaintRsPolSchedulerFromMaintP

func (sm *ServiceManager) CreateRelationmaintRsPolSchedulerFromMaintP(parentDn, tnTrigSchedPName string) error

func (*ServiceManager) CreateRelationmaintRsPolSchedulerFromMaintenancePolicy

func (sm *ServiceManager) CreateRelationmaintRsPolSchedulerFromMaintenancePolicy(parentDn, tnTrigSchedPName string) error

func (*ServiceManager) CreateRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup

func (sm *ServiceManager) CreateRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup(parentDn, tnSpanFilterGrpName string) error

func (*ServiceManager) CreateRelationtrigRsTriggerableFromConfigurationExportPolicy

func (sm *ServiceManager) CreateRelationtrigRsTriggerableFromConfigurationExportPolicy(parentDn, tnTrigTriggerableName string) error

func (*ServiceManager) CreateRelationtrigRsTriggerableFromConfigurationImportPolicy

func (sm *ServiceManager) CreateRelationtrigRsTriggerableFromConfigurationImportPolicy(parentDn, tnTrigTriggerableName string) error

func (*ServiceManager) CreateRelationtrigRsTriggerableFromMaintenancePolicy

func (sm *ServiceManager) CreateRelationtrigRsTriggerableFromMaintenancePolicy(parentDn, tnTrigTriggerableName string) error

func (*ServiceManager) CreateRelationvmmRsDefaultCdpIfPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDefaultCdpIfPolFromVMMDomain(parentDn, tnCdpIfPolName string) error

func (*ServiceManager) CreateRelationvmmRsDefaultFwPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDefaultFwPolFromVMMDomain(parentDn, tnNwsFwPolName string) error

func (*ServiceManager) CreateRelationvmmRsDefaultL2InstPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDefaultL2InstPolFromVMMDomain(parentDn, tnL2InstPolName string) error

func (*ServiceManager) CreateRelationvmmRsDefaultLacpLagPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDefaultLacpLagPolFromVMMDomain(parentDn, tnLacpLagPolName string) error

func (*ServiceManager) CreateRelationvmmRsDefaultLldpIfPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDefaultLldpIfPolFromVMMDomain(parentDn, tnLldpIfPolName string) error

func (*ServiceManager) CreateRelationvmmRsDefaultStpIfPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDefaultStpIfPolFromVMMDomain(parentDn, tnStpIfPolName string) error

func (*ServiceManager) CreateRelationvmmRsDomMcastAddrNsFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsDomMcastAddrNsFromVMMDomain(parentDn, tnFvnsMcastAddrInstPName string) error

func (*ServiceManager) CreateRelationvmmRsPrefEnhancedLagPolFromVMMDomain

func (sm *ServiceManager) CreateRelationvmmRsPrefEnhancedLagPolFromVMMDomain(parentDn, tnLacpEnhancedLagPolName string) error

func (*ServiceManager) CreateRelationvnsRsIPSLAMonitoringPolFromServiceRedirectPolicy

func (sm *ServiceManager) CreateRelationvnsRsIPSLAMonitoringPolFromServiceRedirectPolicy(parentDn, tnFvIPSLAMonitoringPolName string) error

func (*ServiceManager) CreateRelationvnsRsRedirectHealthGroupFromDestinationofredirectedtraffic

func (sm *ServiceManager) CreateRelationvnsRsRedirectHealthGroupFromDestinationofredirectedtraffic(parentDn, tnVnsRedirectHealthGroupName string) error

func (*ServiceManager) CreateRelationvzRsAnyToConsFromAny

func (sm *ServiceManager) CreateRelationvzRsAnyToConsFromAny(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationvzRsAnyToConsIfFromAny

func (sm *ServiceManager) CreateRelationvzRsAnyToConsIfFromAny(parentDn, tnVzCPIfName string) error

func (*ServiceManager) CreateRelationvzRsAnyToProvFromAny

func (sm *ServiceManager) CreateRelationvzRsAnyToProvFromAny(parentDn, tnVzBrCPName string) error

func (*ServiceManager) CreateRelationvzRsFiltGraphAttFromFilter

func (sm *ServiceManager) CreateRelationvzRsFiltGraphAttFromFilter(parentDn, tnVnsInTermName string) error

func (*ServiceManager) CreateRelationvzRsFwdRFltPAttFromFilter

func (sm *ServiceManager) CreateRelationvzRsFwdRFltPAttFromFilter(parentDn, tnVzAFilterableUnitName string) error

func (*ServiceManager) CreateRelationvzRsGraphAttFromContract

func (sm *ServiceManager) CreateRelationvzRsGraphAttFromContract(parentDn, tnVnsAbsGraphName string) error

func (*ServiceManager) CreateRelationvzRsIfFromImportedContract

func (sm *ServiceManager) CreateRelationvzRsIfFromImportedContract(parentDn, tnVzACtrctName string) error

func (*ServiceManager) CreateRelationvzRsRevRFltPAttFromFilter

func (sm *ServiceManager) CreateRelationvzRsRevRFltPAttFromFilter(parentDn, tnVzAFilterableUnitName string) error

func (*ServiceManager) CreateRelationvzRsSdwanPolFromContractSubject

func (sm *ServiceManager) CreateRelationvzRsSdwanPolFromContractSubject(parentDn, tnExtdevSDWanSlaPolName string) error

func (*ServiceManager) CreateRelationvzRsSubjFiltAttFromContractSubject

func (sm *ServiceManager) CreateRelationvzRsSubjFiltAttFromContractSubject(parentDn, tnVzFilterName string) error

func (*ServiceManager) CreateRelationvzRsSubjGraphAttFromContractSubject

func (sm *ServiceManager) CreateRelationvzRsSubjGraphAttFromContractSubject(parentDn, tnVnsAbsGraphName string) error

func (*ServiceManager) CreateSPANDestinationGroup

func (sm *ServiceManager) CreateSPANDestinationGroup(name string, tenant string, description string, spanDestGrpattr models.SPANDestinationGroupAttributes) (*models.SPANDestinationGroup, error)

func (*ServiceManager) CreateSPANSourceGroup

func (sm *ServiceManager) CreateSPANSourceGroup(name string, tenant string, description string, spanSrcGrpattr models.SPANSourceGroupAttributes) (*models.SPANSourceGroup, error)

func (*ServiceManager) CreateSPANSourcedestinationGroupMatchLabel

func (sm *ServiceManager) CreateSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string, description string, spanSpanLblattr models.SPANSourcedestinationGroupMatchLabelAttributes) (*models.SPANSourcedestinationGroupMatchLabel, error)

func (*ServiceManager) CreateSchedP

func (sm *ServiceManager) CreateSchedP(name string, description string, trigSchedPAttr models.SchedPAttributes) (*models.SchedP, error)

START: Variable/Struct/Fuction Naming per ACI SDK Model Definitions

func (*ServiceManager) CreateSecurityDomain

func (sm *ServiceManager) CreateSecurityDomain(name string, description string, aaaDomainattr models.SecurityDomainAttributes) (*models.SecurityDomain, error)

func (*ServiceManager) CreateServiceRedirectPolicy

func (sm *ServiceManager) CreateServiceRedirectPolicy(name string, tenant string, description string, vnsSvcRedirectPolattr models.ServiceRedirectPolicyAttributes) (*models.ServiceRedirectPolicy, error)

func (*ServiceManager) CreateSpineAccessPortPolicyGroup

func (sm *ServiceManager) CreateSpineAccessPortPolicyGroup(name string, description string, infraSpAccPortGrpattr models.SpineAccessPortPolicyGroupAttributes) (*models.SpineAccessPortPolicyGroup, error)

func (*ServiceManager) CreateSpineInterfaceProfile

func (sm *ServiceManager) CreateSpineInterfaceProfile(name string, description string, infraSpAccPortPattr models.SpineInterfaceProfileAttributes) (*models.SpineInterfaceProfile, error)

func (*ServiceManager) CreateSpineProfile

func (sm *ServiceManager) CreateSpineProfile(name string, description string, infraSpinePattr models.SpineProfileAttributes) (*models.SpineProfile, error)

func (*ServiceManager) CreateStaticPath

func (sm *ServiceManager) CreateStaticPath(tDn string, application_epg string, application_profile string, tenant string, description string, fvRsPathAttattr models.StaticPathAttributes) (*models.StaticPath, error)

func (*ServiceManager) CreateSubnet

func (sm *ServiceManager) CreateSubnet(ip string, bridge_domain string, tenant string, description string, fvSubnetattr models.SubnetAttributes) (*models.Subnet, error)

func (*ServiceManager) CreateSwitchAssociation

func (sm *ServiceManager) CreateSwitchAssociation(switch_association_type string, name string, leaf_profile string, description string, infraLeafSattr models.SwitchAssociationAttributes) (*models.SwitchAssociation, error)

func (*ServiceManager) CreateSwitchSpineAssociation

func (sm *ServiceManager) CreateSwitchSpineAssociation(switch_association_type string, name string, spine_profile string, description string, infraSpineSattr models.SwitchSpineAssociationAttributes) (*models.SwitchSpineAssociation, error)

func (*ServiceManager) CreateTabooContract

func (sm *ServiceManager) CreateTabooContract(name string, tenant string, description string, vzTabooattr models.TabooContractAttributes) (*models.TabooContract, error)

func (*ServiceManager) CreateTenant

func (sm *ServiceManager) CreateTenant(name string, description string, fvTenantattr models.TenantAttributes) (*models.Tenant, error)

func (*ServiceManager) CreateTriggerScheduler

func (sm *ServiceManager) CreateTriggerScheduler(name string, description string, trigSchedPattr models.TriggerSchedulerAttributes) (*models.TriggerScheduler, error)

func (*ServiceManager) CreateVLANPool

func (sm *ServiceManager) CreateVLANPool(allocMode string, name string, description string, fvnsVlanInstPattr models.VLANPoolAttributes) (*models.VLANPool, error)

func (*ServiceManager) CreateVMMDomain

func (sm *ServiceManager) CreateVMMDomain(name string, provider_profile_vendor string, description string, vmmDomPattr models.VMMDomainAttributes) (*models.VMMDomain, error)

func (*ServiceManager) CreateVMMSecurityPolicy

func (sm *ServiceManager) CreateVMMSecurityPolicy(domain_tDn string, application_epg string, application_profile string, tenant string, description string, vmmSecPattr models.VMMSecurityPolicyAttributes) (*models.VMMSecurityPolicy, error)

func (*ServiceManager) CreateVPCExplicitProtectionGroup

func (sm *ServiceManager) CreateVPCExplicitProtectionGroup(name string, description string, switch1 string, switch2 string, vpcDomainPolicy string, fabricExplicitGEpattr models.VPCExplicitProtectionGroupAttributes) (*models.VPCExplicitProtectionGroup, error)

func (*ServiceManager) CreateVRF

func (sm *ServiceManager) CreateVRF(name string, tenant string, description string, fvCtxattr models.VRFAttributes) (*models.VRF, error)

func (*ServiceManager) CreateVSANPool

func (sm *ServiceManager) CreateVSANPool(allocMode string, name string, description string, fvnsVsanInstPattr models.VSANPoolAttributes) (*models.VSANPool, error)

func (*ServiceManager) CreateVXLANPool

func (sm *ServiceManager) CreateVXLANPool(name string, description string, fvnsVxlanInstPattr models.VXLANPoolAttributes) (*models.VXLANPool, error)

func (*ServiceManager) CreateVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) CreateVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string, description string, infraProvAccattr models.VlanEncapsulationforVxlanTrafficAttributes) (*models.VlanEncapsulationforVxlanTraffic, error)

func (*ServiceManager) CreateX509Certificate

func (sm *ServiceManager) CreateX509Certificate(name string, local_user string, description string, aaaUserCertattr models.X509CertificateAttributes) (*models.X509Certificate, error)

func (*ServiceManager) Delete

func (sm *ServiceManager) Delete(obj models.Model) error

func (*ServiceManager) DeleteAccessAccessGroup

func (sm *ServiceManager) DeleteAccessAccessGroup(access_port_selector_type string, access_port_selector string, leaf_interface_profile string) error

func (*ServiceManager) DeleteAccessGeneric

func (sm *ServiceManager) DeleteAccessGeneric(name string, attachable_access_entity_profile string) error

func (*ServiceManager) DeleteAccessPortBlock

func (sm *ServiceManager) DeleteAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string) error

func (*ServiceManager) DeleteAccessPortSelector

func (sm *ServiceManager) DeleteAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string) error

func (*ServiceManager) DeleteAccessSubPortBlock

func (sm *ServiceManager) DeleteAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string) error

func (*ServiceManager) DeleteActionRuleProfile

func (sm *ServiceManager) DeleteActionRuleProfile(name string, tenant string) error

func (*ServiceManager) DeleteAny

func (sm *ServiceManager) DeleteAny(vrf string, tenant string) error

func (*ServiceManager) DeleteApplicationEPG

func (sm *ServiceManager) DeleteApplicationEPG(name string, application_profile string, tenant string) error

func (*ServiceManager) DeleteApplicationProfile

func (sm *ServiceManager) DeleteApplicationProfile(name string, tenant string) error

func (*ServiceManager) DeleteAttachableAccessEntityProfile

func (sm *ServiceManager) DeleteAttachableAccessEntityProfile(name string) error

func (*ServiceManager) DeleteAutonomousSystemProfile

func (sm *ServiceManager) DeleteAutonomousSystemProfile() error

func (*ServiceManager) DeleteBridgeDomain

func (sm *ServiceManager) DeleteBridgeDomain(name string, tenant string) error

func (*ServiceManager) DeleteByDn

func (sm *ServiceManager) DeleteByDn(dn, className string) error

func (*ServiceManager) DeleteCDPInterfacePolicy

func (sm *ServiceManager) DeleteCDPInterfacePolicy(name string) error

func (*ServiceManager) DeleteCloudAWSProvider

func (sm *ServiceManager) DeleteCloudAWSProvider(tenant string) error

func (*ServiceManager) DeleteCloudApplicationcontainer

func (sm *ServiceManager) DeleteCloudApplicationcontainer(name string, tenant string) error

func (*ServiceManager) DeleteCloudAvailabilityZone

func (sm *ServiceManager) DeleteCloudAvailabilityZone(name string, cloud_providers_region string, cloud_provider_profile_vendor string) error

func (*ServiceManager) DeleteCloudCIDRPool

func (sm *ServiceManager) DeleteCloudCIDRPool(addr string, cloud_context_profile string, tenant string) error

func (*ServiceManager) DeleteCloudContextProfile

func (sm *ServiceManager) DeleteCloudContextProfile(name string, tenant string) error

func (*ServiceManager) DeleteCloudDomainProfile

func (sm *ServiceManager) DeleteCloudDomainProfile() error

func (*ServiceManager) DeleteCloudEPg

func (sm *ServiceManager) DeleteCloudEPg(name string, cloud_application_container string, tenant string) error

func (*ServiceManager) DeleteCloudEndpointSelector

func (sm *ServiceManager) DeleteCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, tenant string) error

func (*ServiceManager) DeleteCloudEndpointSelectorforExternalEPgs

func (sm *ServiceManager) DeleteCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, tenant string) error

func (*ServiceManager) DeleteCloudExternalEPg

func (sm *ServiceManager) DeleteCloudExternalEPg(name string, cloud_application_container string, tenant string) error

func (*ServiceManager) DeleteCloudProviderProfile

func (sm *ServiceManager) DeleteCloudProviderProfile(vendor string) error

func (*ServiceManager) DeleteCloudProvidersRegion

func (sm *ServiceManager) DeleteCloudProvidersRegion(name string, cloud_provider_profile_vendor string) error

func (*ServiceManager) DeleteCloudSubnet

func (sm *ServiceManager) DeleteCloudSubnet(ip string, cloud_cidr_pool_addr string, cloud_context_profile string, tenant string) error

func (*ServiceManager) DeleteConfigurationExportPolicy

func (sm *ServiceManager) DeleteConfigurationExportPolicy(name string) error

func (*ServiceManager) DeleteConfigurationImportPolicy

func (sm *ServiceManager) DeleteConfigurationImportPolicy(name string) error

func (*ServiceManager) DeleteContract

func (sm *ServiceManager) DeleteContract(name string, tenant string) error

func (*ServiceManager) DeleteContractConsumer

func (sm *ServiceManager) DeleteContractConsumer(tnVzBrCPName string, application_epg string, application_profile string, tenant string) error

func (*ServiceManager) DeleteContractProvider

func (sm *ServiceManager) DeleteContractProvider(tnVzBrCPName string, application_epg string, application_profile string, tenant string) error

func (*ServiceManager) DeleteContractSubject

func (sm *ServiceManager) DeleteContractSubject(name string, contract string, tenant string) error

func (*ServiceManager) DeleteCtrlrFwP

func (sm *ServiceManager) DeleteCtrlrFwP() error

func (*ServiceManager) DeleteDestinationofredirectedtraffic

func (sm *ServiceManager) DeleteDestinationofredirectedtraffic(ip string, service_redirect_policy string, tenant string) error

func (*ServiceManager) DeleteDomain

func (sm *ServiceManager) DeleteDomain(tDn string, attachable_access_entity_profile string) error

func (*ServiceManager) DeleteDownload

func (sm *ServiceManager) DeleteDownload(name string) error

func (*ServiceManager) DeleteEPGsUsingFunction

func (sm *ServiceManager) DeleteEPGsUsingFunction(tDn string, access_generic string, attachable_access_entity_profile string) error

func (*ServiceManager) DeleteEndPointRetentionPolicy

func (sm *ServiceManager) DeleteEndPointRetentionPolicy(name string, tenant string) error

func (*ServiceManager) DeleteExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteExternalNetworkInstanceProfile(name string, l3_outside string, tenant string) error

func (*ServiceManager) DeleteFCDomain

func (sm *ServiceManager) DeleteFCDomain(name string) error

func (*ServiceManager) DeleteFEXProfile

func (sm *ServiceManager) DeleteFEXProfile(name string) error

func (*ServiceManager) DeleteFVDomain

func (sm *ServiceManager) DeleteFVDomain(tDn string, application_epg string, application_profile string, tenant string) error

func (*ServiceManager) DeleteFabricNode

func (sm *ServiceManager) DeleteFabricNode(tDn string, logical_node_profile string, l3_outside string, tenant string) error

func (*ServiceManager) DeleteFabricNodeMember

func (sm *ServiceManager) DeleteFabricNodeMember(serial string) error

func (*ServiceManager) DeleteFabricPathEndpoint

func (sm *ServiceManager) DeleteFabricPathEndpoint(name string, fabric_path_end_point_container_nodeId string, fabric_pod_id string) error

func (*ServiceManager) DeleteFexBundleGroup

func (sm *ServiceManager) DeleteFexBundleGroup(name string, fex_profile string) error

func (*ServiceManager) DeleteFilter

func (sm *ServiceManager) DeleteFilter(name string, tenant string) error

func (*ServiceManager) DeleteFilterEntry

func (sm *ServiceManager) DeleteFilterEntry(name string, filter string, tenant string) error

func (*ServiceManager) DeleteFirmware

func (sm *ServiceManager) DeleteFirmware(name string) error

func (*ServiceManager) DeleteFirmwareDownloadTask

func (sm *ServiceManager) DeleteFirmwareDownloadTask(name string) error

func (*ServiceManager) DeleteFirmwareGroup

func (sm *ServiceManager) DeleteFirmwareGroup(name string) error

func (*ServiceManager) DeleteFirmwarePolicy

func (sm *ServiceManager) DeleteFirmwarePolicy(name string) error

func (*ServiceManager) DeleteImportedContract

func (sm *ServiceManager) DeleteImportedContract(name string, tenant string) error

func (*ServiceManager) DeleteInterfaceFCPolicy

func (sm *ServiceManager) DeleteInterfaceFCPolicy(name string) error

func (*ServiceManager) DeleteInterfaceProfile

func (sm *ServiceManager) DeleteInterfaceProfile(tDn string, spine_profile string) error

func (*ServiceManager) DeleteL2InterfacePolicy

func (sm *ServiceManager) DeleteL2InterfacePolicy(name string) error

func (*ServiceManager) DeleteL3DomainProfile

func (sm *ServiceManager) DeleteL3DomainProfile(name string) error

func (*ServiceManager) DeleteL3ExtSubnet

func (sm *ServiceManager) DeleteL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, tenant string) error

func (*ServiceManager) DeleteL3Outside

func (sm *ServiceManager) DeleteL3Outside(name string, tenant string) error

func (*ServiceManager) DeleteLACPPolicy

func (sm *ServiceManager) DeleteLACPPolicy(name string) error

func (*ServiceManager) DeleteLLDPInterfacePolicy

func (sm *ServiceManager) DeleteLLDPInterfacePolicy(name string) error

func (*ServiceManager) DeleteLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteLeafAccessPortPolicyGroup(name string) error

func (*ServiceManager) DeleteLeafInterfaceProfile

func (sm *ServiceManager) DeleteLeafInterfaceProfile(name string) error

func (*ServiceManager) DeleteLeafProfile

func (sm *ServiceManager) DeleteLeafProfile(name string) error

func (*ServiceManager) DeleteLinkLevelPolicy

func (sm *ServiceManager) DeleteLinkLevelPolicy(name string) error

func (*ServiceManager) DeleteLocalUser

func (sm *ServiceManager) DeleteLocalUser(name string) error

func (*ServiceManager) DeleteLogicalInterfaceProfile

func (sm *ServiceManager) DeleteLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string) error

func (*ServiceManager) DeleteLogicalNodeProfile

func (sm *ServiceManager) DeleteLogicalNodeProfile(name string, l3_outside string, tenant string) error

func (*ServiceManager) DeleteMaintGrp

func (sm *ServiceManager) DeleteMaintGrp(name string) error

func (*ServiceManager) DeleteMaintP

func (sm *ServiceManager) DeleteMaintP(name string) error

func (*ServiceManager) DeleteMaintenancePolicy

func (sm *ServiceManager) DeleteMaintenancePolicy(name string) error

func (*ServiceManager) DeleteMiscablingProtocolInterfacePolicy

func (sm *ServiceManager) DeleteMiscablingProtocolInterfacePolicy(name string) error

func (*ServiceManager) DeleteMonitoringPolicy

func (sm *ServiceManager) DeleteMonitoringPolicy(name string, tenant string) error

func (*ServiceManager) DeleteNodeBlk

func (sm *ServiceManager) DeleteNodeBlk(parentMOType string, parentMOName string, name string) error

func (*ServiceManager) DeleteNodeBlock

func (sm *ServiceManager) DeleteNodeBlock(name string, switch_association_type string, switch_association string, leaf_profile string) error

func (*ServiceManager) DeleteNodeBlockFW

func (sm *ServiceManager) DeleteNodeBlockFW(name string, firmware_group string) error

func (*ServiceManager) DeleteNodeBlockMG

func (sm *ServiceManager) DeleteNodeBlockMG(name string, pod_maintenance_group string) error

func (*ServiceManager) DeleteNodePolicyEndPoint

func (sm *ServiceManager) DeleteNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string) error

func (*ServiceManager) DeleteOSPFInterfacePolicy

func (sm *ServiceManager) DeleteOSPFInterfacePolicy(name string, tenant string) error

func (*ServiceManager) DeleteOSource

func (sm *ServiceManager) DeleteOSource(name string) error

func (*ServiceManager) DeletePCVPCInterfacePolicyGroup

func (sm *ServiceManager) DeletePCVPCInterfacePolicyGroup(name string) error

func (*ServiceManager) DeletePODMaintenanceGroup

func (sm *ServiceManager) DeletePODMaintenanceGroup(name string) error

func (*ServiceManager) DeletePhysicalDomain

func (sm *ServiceManager) DeletePhysicalDomain(name string) error

func (*ServiceManager) DeletePortSecurityPolicy

func (sm *ServiceManager) DeletePortSecurityPolicy(name string) error

func (*ServiceManager) DeleteRanges

func (sm *ServiceManager) DeleteRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string) error

func (*ServiceManager) DeleteRelationcloudRsCtxProfileToRegionFromCloudContextProfile

func (sm *ServiceManager) DeleteRelationcloudRsCtxProfileToRegionFromCloudContextProfile(parentDn string) error

func (*ServiceManager) DeleteRelationcloudRsCtxProfileTocloudRsCtxProfileToGatewayRouterP

func (sm *ServiceManager) DeleteRelationcloudRsCtxProfileTocloudRsCtxProfileToGatewayRouterP(parentDn, tDN string) error

func (*ServiceManager) DeleteRelationcloudRsCtxToFlowLogFromCloudContextProfile

func (sm *ServiceManager) DeleteRelationcloudRsCtxToFlowLogFromCloudContextProfile(parentDn string) error

func (*ServiceManager) DeleteRelationcloudRsSubnetToFlowLogFromCloudSubnet

func (sm *ServiceManager) DeleteRelationcloudRsSubnetToFlowLogFromCloudSubnet(parentDn string) error

func (*ServiceManager) DeleteRelationcloudRsZoneAttachFromCloudSubnet

func (sm *ServiceManager) DeleteRelationcloudRsZoneAttachFromCloudSubnet(parentDn string) error

func (*ServiceManager) DeleteRelationconfigRsExportDestinationFromConfigurationExportPolicy

func (sm *ServiceManager) DeleteRelationconfigRsExportDestinationFromConfigurationExportPolicy(parentDn string) error

func (*ServiceManager) DeleteRelationconfigRsExportSchedulerFromConfigurationExportPolicy

func (sm *ServiceManager) DeleteRelationconfigRsExportSchedulerFromConfigurationExportPolicy(parentDn string) error

func (*ServiceManager) DeleteRelationconfigRsImportSourceFromConfigurationImportPolicy

func (sm *ServiceManager) DeleteRelationconfigRsImportSourceFromConfigurationImportPolicy(parentDn string) error

func (*ServiceManager) DeleteRelationconfigRsRemotePathFromConfigurationExportPolicy

func (sm *ServiceManager) DeleteRelationconfigRsRemotePathFromConfigurationExportPolicy(parentDn string) error

func (*ServiceManager) DeleteRelationconfigRsRemotePathFromConfigurationImportPolicy

func (sm *ServiceManager) DeleteRelationconfigRsRemotePathFromConfigurationImportPolicy(parentDn string) error

func (*ServiceManager) DeleteRelationfcRsVsanAttrFromFCDomain

func (sm *ServiceManager) DeleteRelationfcRsVsanAttrFromFCDomain(parentDn string) error

func (*ServiceManager) DeleteRelationfcRsVsanNsFromFCDomain

func (sm *ServiceManager) DeleteRelationfcRsVsanNsFromFCDomain(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsABDPolMonPolFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsABDPolMonPolFromBridgeDomain(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsAEPgMonPolFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsAEPgMonPolFromApplicationEPG(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsApMonPolFromApplicationProfile

func (sm *ServiceManager) DeleteRelationfvRsApMonPolFromApplicationProfile(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsBDSubnetToOutFromSubnet

func (sm *ServiceManager) DeleteRelationfvRsBDSubnetToOutFromSubnet(parentDn, tnL3extOutName string) error

func (*ServiceManager) DeleteRelationfvRsBDSubnetToProfileFromSubnet

func (sm *ServiceManager) DeleteRelationfvRsBDSubnetToProfileFromSubnet(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsBDToFhsFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsBDToFhsFromBridgeDomain(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsBDToNetflowMonitorPolFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsBDToNetflowMonitorPolFromBridgeDomain(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) DeleteRelationfvRsBDToOutFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsBDToOutFromBridgeDomain(parentDn, tnL3extOutName string) error

func (*ServiceManager) DeleteRelationfvRsBDToProfileFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsBDToProfileFromBridgeDomain(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsBDToRelayPFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsBDToRelayPFromBridgeDomain(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsBdFloodToFromBridgeDomain

func (sm *ServiceManager) DeleteRelationfvRsBdFloodToFromBridgeDomain(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsConsFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsConsFromApplicationEPG(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsConsFromCloudEPg

func (sm *ServiceManager) DeleteRelationfvRsConsFromCloudEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsConsFromCloudExternalEPg

func (sm *ServiceManager) DeleteRelationfvRsConsFromCloudExternalEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsConsFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationfvRsConsFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsConsIfFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsConsIfFromApplicationEPG(parentDn, tnVzCPIfName string) error

func (*ServiceManager) DeleteRelationfvRsConsIfFromCloudEPg

func (sm *ServiceManager) DeleteRelationfvRsConsIfFromCloudEPg(parentDn, tnVzCPIfName string) error

func (*ServiceManager) DeleteRelationfvRsConsIfFromCloudExternalEPg

func (sm *ServiceManager) DeleteRelationfvRsConsIfFromCloudExternalEPg(parentDn, tnVzCPIfName string) error

func (*ServiceManager) DeleteRelationfvRsConsIfFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationfvRsConsIfFromExternalNetworkInstanceProfile(parentDn, tnVzCPIfName string) error

func (*ServiceManager) DeleteRelationfvRsCtxMonPolFromVRF

func (sm *ServiceManager) DeleteRelationfvRsCtxMonPolFromVRF(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsCtxToBgpCtxAfPolFromVRF

func (sm *ServiceManager) DeleteRelationfvRsCtxToBgpCtxAfPolFromVRF(parentDn, tnBgpCtxAfPolName, af string) error

func (*ServiceManager) DeleteRelationfvRsCtxToEigrpCtxAfPolFromVRF

func (sm *ServiceManager) DeleteRelationfvRsCtxToEigrpCtxAfPolFromVRF(parentDn, tnEigrpCtxAfPolName, af string) error

func (*ServiceManager) DeleteRelationfvRsCtxToOspfCtxPolFromVRF

func (sm *ServiceManager) DeleteRelationfvRsCtxToOspfCtxPolFromVRF(parentDn, tnOspfCtxPolName, af string) error

func (*ServiceManager) DeleteRelationfvRsDomAttFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsDomAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsDppPolFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsDppPolFromApplicationEPG(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsFcPathAttFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsFcPathAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsIntraEpgFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromApplicationEPG(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsIntraEpgFromCloudEPg

func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromCloudEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsIntraEpgFromCloudExternalEPg

func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromCloudExternalEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsIntraEpgFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsNdPfxPolFromSubnet

func (sm *ServiceManager) DeleteRelationfvRsNdPfxPolFromSubnet(parentDn string) error

func (*ServiceManager) DeleteRelationfvRsNodeAttFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsNodeAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsPathAttFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsPathAttFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsProtByFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsProtByFromApplicationEPG(parentDn, tnVzTabooName string) error

func (*ServiceManager) DeleteRelationfvRsProtByFromCloudEPg

func (sm *ServiceManager) DeleteRelationfvRsProtByFromCloudEPg(parentDn, tnVzTabooName string) error

func (*ServiceManager) DeleteRelationfvRsProtByFromCloudExternalEPg

func (sm *ServiceManager) DeleteRelationfvRsProtByFromCloudExternalEPg(parentDn, tnVzTabooName string) error

func (*ServiceManager) DeleteRelationfvRsProtByFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationfvRsProtByFromExternalNetworkInstanceProfile(parentDn, tnVzTabooName string) error

func (*ServiceManager) DeleteRelationfvRsProvFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsProvFromApplicationEPG(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsProvFromCloudEPg

func (sm *ServiceManager) DeleteRelationfvRsProvFromCloudEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsProvFromCloudExternalEPg

func (sm *ServiceManager) DeleteRelationfvRsProvFromCloudExternalEPg(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsProvFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationfvRsProvFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationfvRsSecInheritedFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromApplicationEPG(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsSecInheritedFromCloudEPg

func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromCloudEPg(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsSecInheritedFromCloudExternalEPg

func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromCloudExternalEPg(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsSecInheritedFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromExternalNetworkInstanceProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsTnDenyRuleFromTenant

func (sm *ServiceManager) DeleteRelationfvRsTnDenyRuleFromTenant(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationfvRsTrustCtrlFromApplicationEPG

func (sm *ServiceManager) DeleteRelationfvRsTrustCtrlFromApplicationEPG(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsAccBaseGrpFromAccessPortSelector

func (sm *ServiceManager) DeleteRelationinfraRsAccBaseGrpFromAccessPortSelector(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsAccBndlSubgrpFromAccessPortBlock

func (sm *ServiceManager) DeleteRelationinfraRsAccBndlSubgrpFromAccessPortBlock(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsAccCardPFromLeafProfile

func (sm *ServiceManager) DeleteRelationinfraRsAccCardPFromLeafProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationinfraRsAccNodePGrpFromSwitchAssociation

func (sm *ServiceManager) DeleteRelationinfraRsAccNodePGrpFromSwitchAssociation(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsAccPortPFromLeafProfile

func (sm *ServiceManager) DeleteRelationinfraRsAccPortPFromLeafProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsAttEntPFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsAttEntPFromSpineAccessPortPolicyGroup(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsDomPFromAttachableAccessEntityProfile

func (sm *ServiceManager) DeleteRelationinfraRsDomPFromAttachableAccessEntityProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationinfraRsFuncToEpgFromAccessGeneric

func (sm *ServiceManager) DeleteRelationinfraRsFuncToEpgFromAccessGeneric(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) DeleteRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) DeleteRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) DeleteRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsSpAccPortPFromSpineProfile

func (sm *ServiceManager) DeleteRelationinfraRsSpAccPortPFromSpineProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVDestGrpName string) error

func (*ServiceManager) DeleteRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVDestGrpName string) error

func (*ServiceManager) DeleteRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVSrcGrpName string) error

func (*ServiceManager) DeleteRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) DeleteRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVSrcGrpName string) error

func (*ServiceManager) DeleteRelationinfraRsSpineAccNodePGrpFromSwitchAssociation

func (sm *ServiceManager) DeleteRelationinfraRsSpineAccNodePGrpFromSwitchAssociation(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVipAddrNsFromFCDomain

func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromFCDomain(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVipAddrNsFromL3DomainProfile

func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromL3DomainProfile(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVipAddrNsFromPhysicalDomain

func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromPhysicalDomain(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVipAddrNsFromVMMDomain

func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromVMMDomain(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVlanNsFromFCDomain

func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromFCDomain(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVlanNsFromL3DomainProfile

func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromL3DomainProfile(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVlanNsFromPhysicalDomain

func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromPhysicalDomain(parentDn string) error

func (*ServiceManager) DeleteRelationinfraRsVlanNsFromVMMDomain

func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromVMMDomain(parentDn string) error

func (*ServiceManager) DeleteRelationl3extRsDampeningPolFromL3Outside

func (sm *ServiceManager) DeleteRelationl3extRsDampeningPolFromL3Outside(parentDn, tnRtctrlProfileName, af string) error

func (*ServiceManager) DeleteRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile(parentDn string) error

func (*ServiceManager) DeleteRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile

func (sm *ServiceManager) DeleteRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile(parentDn, tnRtctrlProfileName, direction string) error

func (*ServiceManager) DeleteRelationl3extRsInterleakPolFromL3Outside

func (sm *ServiceManager) DeleteRelationl3extRsInterleakPolFromL3Outside(parentDn string) error

func (*ServiceManager) DeleteRelationl3extRsL3DomAttFromL3Outside

func (sm *ServiceManager) DeleteRelationl3extRsL3DomAttFromL3Outside(parentDn string) error

func (*ServiceManager) DeleteRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile

func (sm *ServiceManager) DeleteRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile(parentDn, tnNetflowMonitorPolName, fltType string) error

func (*ServiceManager) DeleteRelationl3extRsNodeL3OutAttFromLogicalNodeProfile

func (sm *ServiceManager) DeleteRelationl3extRsNodeL3OutAttFromLogicalNodeProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile

func (sm *ServiceManager) DeleteRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile(parentDn, tDn string) error

func (*ServiceManager) DeleteRelationl3extRsSubnetToProfileFromL3ExtSubnet

func (sm *ServiceManager) DeleteRelationl3extRsSubnetToProfileFromL3ExtSubnet(parentDn, tnRtctrlProfileName, direction string) error

func (*ServiceManager) DeleteRelationl3extRsSubnetToRtSummFromL3ExtSubnet

func (sm *ServiceManager) DeleteRelationl3extRsSubnetToRtSummFromL3ExtSubnet(parentDn string) error

func (*ServiceManager) DeleteRelationmaintRsPolNotifFromMaintenancePolicy

func (sm *ServiceManager) DeleteRelationmaintRsPolNotifFromMaintenancePolicy(parentDn string) error

func (*ServiceManager) DeleteRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup

func (sm *ServiceManager) DeleteRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup(parentDn string) error

func (*ServiceManager) DeleteRelationvmmRsDomMcastAddrNsFromVMMDomain

func (sm *ServiceManager) DeleteRelationvmmRsDomMcastAddrNsFromVMMDomain(parentDn string) error

func (*ServiceManager) DeleteRelationvmmRsPrefEnhancedLagPolFromVMMDomain

func (sm *ServiceManager) DeleteRelationvmmRsPrefEnhancedLagPolFromVMMDomain(parentDn string) error

func (*ServiceManager) DeleteRelationvnsRsIPSLAMonitoringPolFromServiceRedirectPolicy

func (sm *ServiceManager) DeleteRelationvnsRsIPSLAMonitoringPolFromServiceRedirectPolicy(parentDn string) error

func (*ServiceManager) DeleteRelationvnsRsRedirectHealthGroupFromDestinationofredirectedtraffic

func (sm *ServiceManager) DeleteRelationvnsRsRedirectHealthGroupFromDestinationofredirectedtraffic(parentDn string) error

func (*ServiceManager) DeleteRelationvzRsAnyToConsFromAny

func (sm *ServiceManager) DeleteRelationvzRsAnyToConsFromAny(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationvzRsAnyToConsIfFromAny

func (sm *ServiceManager) DeleteRelationvzRsAnyToConsIfFromAny(parentDn, tnVzCPIfName string) error

func (*ServiceManager) DeleteRelationvzRsAnyToProvFromAny

func (sm *ServiceManager) DeleteRelationvzRsAnyToProvFromAny(parentDn, tnVzBrCPName string) error

func (*ServiceManager) DeleteRelationvzRsGraphAttFromContract

func (sm *ServiceManager) DeleteRelationvzRsGraphAttFromContract(parentDn string) error

func (*ServiceManager) DeleteRelationvzRsIfFromImportedContract

func (sm *ServiceManager) DeleteRelationvzRsIfFromImportedContract(parentDn string) error

func (*ServiceManager) DeleteRelationvzRsSdwanPolFromContractSubject

func (sm *ServiceManager) DeleteRelationvzRsSdwanPolFromContractSubject(parentDn string) error

func (*ServiceManager) DeleteRelationvzRsSubjFiltAttFromContractSubject

func (sm *ServiceManager) DeleteRelationvzRsSubjFiltAttFromContractSubject(parentDn, tnVzFilterName string) error

func (*ServiceManager) DeleteRelationvzRsSubjGraphAttFromContractSubject

func (sm *ServiceManager) DeleteRelationvzRsSubjGraphAttFromContractSubject(parentDn string) error

func (*ServiceManager) DeleteSPANDestinationGroup

func (sm *ServiceManager) DeleteSPANDestinationGroup(name string, tenant string) error

func (*ServiceManager) DeleteSPANSourceGroup

func (sm *ServiceManager) DeleteSPANSourceGroup(name string, tenant string) error

func (*ServiceManager) DeleteSPANSourcedestinationGroupMatchLabel

func (sm *ServiceManager) DeleteSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string) error

func (*ServiceManager) DeleteSchedP

func (sm *ServiceManager) DeleteSchedP(name string) error

func (*ServiceManager) DeleteSecurityDomain

func (sm *ServiceManager) DeleteSecurityDomain(name string) error

func (*ServiceManager) DeleteServiceRedirectPolicy

func (sm *ServiceManager) DeleteServiceRedirectPolicy(name string, tenant string) error

func (*ServiceManager) DeleteSpineAccessPortPolicyGroup

func (sm *ServiceManager) DeleteSpineAccessPortPolicyGroup(name string) error

func (*ServiceManager) DeleteSpineInterfaceProfile

func (sm *ServiceManager) DeleteSpineInterfaceProfile(name string) error

func (*ServiceManager) DeleteSpineProfile

func (sm *ServiceManager) DeleteSpineProfile(name string) error

func (*ServiceManager) DeleteStaticPath

func (sm *ServiceManager) DeleteStaticPath(tDn string, application_epg string, application_profile string, tenant string) error

func (*ServiceManager) DeleteSubnet

func (sm *ServiceManager) DeleteSubnet(ip string, bridge_domain string, tenant string) error

func (*ServiceManager) DeleteSwitchAssociation

func (sm *ServiceManager) DeleteSwitchAssociation(switch_association_type string, name string, leaf_profile string) error

func (*ServiceManager) DeleteSwitchSpineAssociation

func (sm *ServiceManager) DeleteSwitchSpineAssociation(switch_association_type string, name string, spine_profile string) error

func (*ServiceManager) DeleteTabooContract

func (sm *ServiceManager) DeleteTabooContract(name string, tenant string) error

func (*ServiceManager) DeleteTenant

func (sm *ServiceManager) DeleteTenant(name string) error

func (*ServiceManager) DeleteTriggerScheduler

func (sm *ServiceManager) DeleteTriggerScheduler(name string) error

func (*ServiceManager) DeleteVLANPool

func (sm *ServiceManager) DeleteVLANPool(allocMode string, name string) error

func (*ServiceManager) DeleteVMMDomain

func (sm *ServiceManager) DeleteVMMDomain(name string, provider_profile_vendor string) error

func (*ServiceManager) DeleteVMMSecurityPolicy

func (sm *ServiceManager) DeleteVMMSecurityPolicy(domain_tDn string, application_epg string, application_profile string, tenant string) error

func (*ServiceManager) DeleteVPCExplicitProtectionGroup

func (sm *ServiceManager) DeleteVPCExplicitProtectionGroup(name string) error

func (*ServiceManager) DeleteVRF

func (sm *ServiceManager) DeleteVRF(name string, tenant string) error

func (*ServiceManager) DeleteVSANPool

func (sm *ServiceManager) DeleteVSANPool(allocMode string, name string) error

func (*ServiceManager) DeleteVXLANPool

func (sm *ServiceManager) DeleteVXLANPool(name string) error

func (*ServiceManager) DeleteVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) DeleteVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string) error

func (*ServiceManager) DeleteX509Certificate

func (sm *ServiceManager) DeleteX509Certificate(name string, local_user string) error

func (*ServiceManager) Get

func (sm *ServiceManager) Get(dn string) (*container.Container, error)

func (*ServiceManager) GetViaURL

func (sm *ServiceManager) GetViaURL(url string) (*container.Container, error)

func (*ServiceManager) ListAccessAccessGroup

func (sm *ServiceManager) ListAccessAccessGroup(access_port_selector_type string, access_port_selector string, leaf_interface_profile string) ([]*models.AccessAccessGroup, error)

func (*ServiceManager) ListAccessGeneric

func (sm *ServiceManager) ListAccessGeneric(attachable_access_entity_profile string) ([]*models.AccessGeneric, error)

func (*ServiceManager) ListAccessPortBlock

func (sm *ServiceManager) ListAccessPortBlock(access_port_selector_type string, access_port_selector string, leaf_interface_profile string) ([]*models.AccessPortBlock, error)

func (*ServiceManager) ListAccessPortSelector

func (sm *ServiceManager) ListAccessPortSelector(leaf_interface_profile string) ([]*models.AccessPortSelector, error)

func (*ServiceManager) ListAccessSubPortBlock

func (sm *ServiceManager) ListAccessSubPortBlock(access_port_selector_type string, access_port_selector string, leaf_interface_profile string) ([]*models.AccessSubPortBlock, error)

func (*ServiceManager) ListActionRuleProfile

func (sm *ServiceManager) ListActionRuleProfile(tenant string) ([]*models.ActionRuleProfile, error)

func (*ServiceManager) ListAny

func (sm *ServiceManager) ListAny(vrf string, tenant string) ([]*models.Any, error)

func (*ServiceManager) ListApplicationEPG

func (sm *ServiceManager) ListApplicationEPG(application_profile string, tenant string) ([]*models.ApplicationEPG, error)

func (*ServiceManager) ListApplicationProfile

func (sm *ServiceManager) ListApplicationProfile(tenant string) ([]*models.ApplicationProfile, error)

func (*ServiceManager) ListAttachableAccessEntityProfile

func (sm *ServiceManager) ListAttachableAccessEntityProfile() ([]*models.AttachableAccessEntityProfile, error)

func (*ServiceManager) ListAutonomousSystemProfile

func (sm *ServiceManager) ListAutonomousSystemProfile() ([]*models.AutonomousSystemProfile, error)

func (*ServiceManager) ListBridgeDomain

func (sm *ServiceManager) ListBridgeDomain(tenant string) ([]*models.BridgeDomain, error)

func (*ServiceManager) ListCDPInterfacePolicy

func (sm *ServiceManager) ListCDPInterfacePolicy() ([]*models.CDPInterfacePolicy, error)

func (*ServiceManager) ListCloudAWSProvider

func (sm *ServiceManager) ListCloudAWSProvider(tenant string) ([]*models.CloudAWSProvider, error)

func (*ServiceManager) ListCloudApplicationcontainer

func (sm *ServiceManager) ListCloudApplicationcontainer(tenant string) ([]*models.CloudApplicationcontainer, error)

func (*ServiceManager) ListCloudAvailabilityZone

func (sm *ServiceManager) ListCloudAvailabilityZone(cloud_providers_region string, cloud_provider_profile_vendor string) ([]*models.CloudAvailabilityZone, error)

func (*ServiceManager) ListCloudCIDRPool

func (sm *ServiceManager) ListCloudCIDRPool(cloud_context_profile string, tenant string) ([]*models.CloudCIDRPool, error)

func (*ServiceManager) ListCloudContextProfile

func (sm *ServiceManager) ListCloudContextProfile(tenant string) ([]*models.CloudContextProfile, error)

func (*ServiceManager) ListCloudDomainProfile

func (sm *ServiceManager) ListCloudDomainProfile() ([]*models.CloudDomainProfile, error)

func (*ServiceManager) ListCloudEPg

func (sm *ServiceManager) ListCloudEPg(cloud_application_container string, tenant string) ([]*models.CloudEPg, error)

func (*ServiceManager) ListCloudEndpointSelector

func (sm *ServiceManager) ListCloudEndpointSelector(cloud_epg string, cloud_application_container string, tenant string) ([]*models.CloudEndpointSelector, error)

func (*ServiceManager) ListCloudEndpointSelectorforExternalEPgs

func (sm *ServiceManager) ListCloudEndpointSelectorforExternalEPgs(cloud_external_epg string, cloud_application_container string, tenant string) ([]*models.CloudEndpointSelectorforExternalEPgs, error)

func (*ServiceManager) ListCloudExternalEPg

func (sm *ServiceManager) ListCloudExternalEPg(cloud_application_container string, tenant string) ([]*models.CloudExternalEPg, error)

func (*ServiceManager) ListCloudProviderProfile

func (sm *ServiceManager) ListCloudProviderProfile() ([]*models.CloudProviderProfile, error)

func (*ServiceManager) ListCloudProvidersRegion

func (sm *ServiceManager) ListCloudProvidersRegion(cloud_provider_profile_vendor string) ([]*models.CloudProvidersRegion, error)

func (*ServiceManager) ListCloudSubnet

func (sm *ServiceManager) ListCloudSubnet(cloud_cidr_pool_addr string, cloud_context_profile string, tenant string) ([]*models.CloudSubnet, error)

func (*ServiceManager) ListConfigurationExportPolicy

func (sm *ServiceManager) ListConfigurationExportPolicy() ([]*models.ConfigurationExportPolicy, error)

func (*ServiceManager) ListConfigurationImportPolicy

func (sm *ServiceManager) ListConfigurationImportPolicy() ([]*models.ConfigurationImportPolicy, error)

func (*ServiceManager) ListContract

func (sm *ServiceManager) ListContract(tenant string) ([]*models.Contract, error)

func (*ServiceManager) ListContractConsumer

func (sm *ServiceManager) ListContractConsumer(application_epg string, application_profile string, tenant string) ([]*models.ContractConsumer, error)

func (*ServiceManager) ListContractProvider

func (sm *ServiceManager) ListContractProvider(application_epg string, application_profile string, tenant string) ([]*models.ContractProvider, error)

func (*ServiceManager) ListContractSubject

func (sm *ServiceManager) ListContractSubject(contract string, tenant string) ([]*models.ContractSubject, error)

func (*ServiceManager) ListCtrlrFwP

func (sm *ServiceManager) ListCtrlrFwP() ([]*models.CtrlrFwP, error)

func (*ServiceManager) ListCtrlrMaintP

func (sm *ServiceManager) ListCtrlrMaintP() ([]*models.CtrlrMaintP, error)

func (*ServiceManager) ListDestinationofredirectedtraffic

func (sm *ServiceManager) ListDestinationofredirectedtraffic(service_redirect_policy string, tenant string) ([]*models.Destinationofredirectedtraffic, error)

func (*ServiceManager) ListDomain

func (sm *ServiceManager) ListDomain(attachable_access_entity_profile string) ([]*models.Domain, error)

func (*ServiceManager) ListDownload

func (sm *ServiceManager) ListDownload() ([]*models.Download, error)

func (*ServiceManager) ListEPGsUsingFunction

func (sm *ServiceManager) ListEPGsUsingFunction(access_generic string, attachable_access_entity_profile string) ([]*models.EPGsUsingFunction, error)

func (*ServiceManager) ListEndPointRetentionPolicy

func (sm *ServiceManager) ListEndPointRetentionPolicy(tenant string) ([]*models.EndPointRetentionPolicy, error)

func (*ServiceManager) ListExternalNetworkInstanceProfile

func (sm *ServiceManager) ListExternalNetworkInstanceProfile(l3_outside string, tenant string) ([]*models.ExternalNetworkInstanceProfile, error)

func (*ServiceManager) ListFCDomain

func (sm *ServiceManager) ListFCDomain() ([]*models.FCDomain, error)

func (*ServiceManager) ListFEXProfile

func (sm *ServiceManager) ListFEXProfile() ([]*models.FEXProfile, error)

func (*ServiceManager) ListFVDomain

func (sm *ServiceManager) ListFVDomain(application_epg string, application_profile string, tenant string) ([]*models.FVDomain, error)

func (*ServiceManager) ListFabricNode

func (sm *ServiceManager) ListFabricNode(logical_node_profile string, l3_outside string, tenant string) ([]*models.FabricNode, error)

func (*ServiceManager) ListFabricNodeMember

func (sm *ServiceManager) ListFabricNodeMember() ([]*models.FabricNodeMember, error)

func (*ServiceManager) ListFabricPathEndpoint

func (sm *ServiceManager) ListFabricPathEndpoint(fabric_path_end_point_container_nodeId string, fabric_pod_id string) ([]*models.FabricPathEndpoint, error)

func (*ServiceManager) ListFexBundleGroup

func (sm *ServiceManager) ListFexBundleGroup(fex_profile string) ([]*models.FexBundleGroup, error)

func (*ServiceManager) ListFilter

func (sm *ServiceManager) ListFilter(tenant string) ([]*models.Filter, error)

func (*ServiceManager) ListFilterEntry

func (sm *ServiceManager) ListFilterEntry(filter string, tenant string) ([]*models.FilterEntry, error)

func (*ServiceManager) ListFirmware

func (sm *ServiceManager) ListFirmware() ([]*models.Firmware, error)

func (*ServiceManager) ListFirmwareCtrlrRunning

func (sm *ServiceManager) ListFirmwareCtrlrRunning() ([]*models.FirmwareCtrlrRunning, error)

func (*ServiceManager) ListFirmwareDownloadTask

func (sm *ServiceManager) ListFirmwareDownloadTask() ([]*models.FirmwareDownloadTask, error)

func (*ServiceManager) ListFirmwareGroup

func (sm *ServiceManager) ListFirmwareGroup() ([]*models.FirmwareGroup, error)

func (*ServiceManager) ListFirmwarePolicy

func (sm *ServiceManager) ListFirmwarePolicy() ([]*models.FirmwarePolicy, error)

func (*ServiceManager) ListImportedContract

func (sm *ServiceManager) ListImportedContract(tenant string) ([]*models.ImportedContract, error)

func (*ServiceManager) ListInterfaceFCPolicy

func (sm *ServiceManager) ListInterfaceFCPolicy() ([]*models.InterfaceFCPolicy, error)

func (*ServiceManager) ListInterfaceProfile

func (sm *ServiceManager) ListInterfaceProfile(spine_profile string) ([]*models.InterfaceProfile, error)

func (*ServiceManager) ListL2InterfacePolicy

func (sm *ServiceManager) ListL2InterfacePolicy() ([]*models.L2InterfacePolicy, error)

func (*ServiceManager) ListL3DomainProfile

func (sm *ServiceManager) ListL3DomainProfile() ([]*models.L3DomainProfile, error)

func (*ServiceManager) ListL3L3ExtSubnet

func (sm *ServiceManager) ListL3L3ExtSubnet(external_network_instance_profile string, l3_outside string, tenant string) ([]*models.L3ExtSubnet, error)

func (*ServiceManager) ListL3Outside

func (sm *ServiceManager) ListL3Outside(tenant string) ([]*models.L3Outside, error)

func (*ServiceManager) ListLACPPolicy

func (sm *ServiceManager) ListLACPPolicy() ([]*models.LACPPolicy, error)

func (*ServiceManager) ListLLDPInterfacePolicy

func (sm *ServiceManager) ListLLDPInterfacePolicy() ([]*models.LLDPInterfacePolicy, error)

func (*ServiceManager) ListLeafAccessPortPolicyGroup

func (sm *ServiceManager) ListLeafAccessPortPolicyGroup() ([]*models.LeafAccessPortPolicyGroup, error)

func (*ServiceManager) ListLeafInterfaceProfile

func (sm *ServiceManager) ListLeafInterfaceProfile() ([]*models.LeafInterfaceProfile, error)

func (*ServiceManager) ListLeafProfile

func (sm *ServiceManager) ListLeafProfile() ([]*models.LeafProfile, error)

func (*ServiceManager) ListLinkLevelPolicy

func (sm *ServiceManager) ListLinkLevelPolicy() ([]*models.LinkLevelPolicy, error)

func (*ServiceManager) ListLocalUser

func (sm *ServiceManager) ListLocalUser() ([]*models.LocalUser, error)

func (*ServiceManager) ListLogicalInterfaceProfile

func (sm *ServiceManager) ListLogicalInterfaceProfile(logical_node_profile string, l3_outside string, tenant string) ([]*models.LogicalInterfaceProfile, error)

func (*ServiceManager) ListLogicalNodeProfile

func (sm *ServiceManager) ListLogicalNodeProfile(l3_outside string, tenant string) ([]*models.LogicalNodeProfile, error)

func (*ServiceManager) ListMaintGrp

func (sm *ServiceManager) ListMaintGrp() ([]*models.MaintGrp, error)

func (*ServiceManager) ListMaintP

func (sm *ServiceManager) ListMaintP() ([]*models.MaintP, error)

func (*ServiceManager) ListMaintenancePolicy

func (sm *ServiceManager) ListMaintenancePolicy() ([]*models.MaintenancePolicy, error)

func (*ServiceManager) ListMiscablingProtocolInterfacePolicy

func (sm *ServiceManager) ListMiscablingProtocolInterfacePolicy() ([]*models.MiscablingProtocolInterfacePolicy, error)

func (*ServiceManager) ListMonitoringPolicy

func (sm *ServiceManager) ListMonitoringPolicy(tenant string) ([]*models.MonitoringPolicy, error)

func (*ServiceManager) ListNodeBlk

func (sm *ServiceManager) ListNodeBlk() ([]*models.NodeBlk, error)

func (*ServiceManager) ListNodeBlock

func (sm *ServiceManager) ListNodeBlock(switch_association_type string, switch_association string, leaf_profile string) ([]*models.NodeBlock, error)

func (*ServiceManager) ListNodeBlockFW

func (sm *ServiceManager) ListNodeBlockFW(firmware_group string) ([]*models.NodeBlockFW, error)

func (*ServiceManager) ListNodeBlockMG

func (sm *ServiceManager) ListNodeBlockMG(pod_maintenance_group string) ([]*models.NodeBlockMG, error)

func (*ServiceManager) ListNodePolicyEndPoint

func (sm *ServiceManager) ListNodePolicyEndPoint(vpc_explicit_protection_group string) ([]*models.NodePolicyEndPoint, error)

func (*ServiceManager) ListOSPFInterfacePolicy

func (sm *ServiceManager) ListOSPFInterfacePolicy(tenant string) ([]*models.OSPFInterfacePolicy, error)

func (*ServiceManager) ListOSource

func (sm *ServiceManager) ListOSource() ([]*models.OSource, error)

func (*ServiceManager) ListPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ListPCVPCInterfacePolicyGroup() ([]*models.PCVPCInterfacePolicyGroup, error)

func (*ServiceManager) ListPODMaintenanceGroup

func (sm *ServiceManager) ListPODMaintenanceGroup() ([]*models.PODMaintenanceGroup, error)

func (*ServiceManager) ListPhysicalDomain

func (sm *ServiceManager) ListPhysicalDomain() ([]*models.PhysicalDomain, error)

func (*ServiceManager) ListPortSecurityPolicy

func (sm *ServiceManager) ListPortSecurityPolicy() ([]*models.PortSecurityPolicy, error)

func (*ServiceManager) ListRanges

func (sm *ServiceManager) ListRanges(vlan_pool_allocMode string, vlan_pool string) ([]*models.Ranges, error)

func (*ServiceManager) ListSPANDestinationGroup

func (sm *ServiceManager) ListSPANDestinationGroup(tenant string) ([]*models.SPANDestinationGroup, error)

func (*ServiceManager) ListSPANSourceGroup

func (sm *ServiceManager) ListSPANSourceGroup(tenant string) ([]*models.SPANSourceGroup, error)

func (*ServiceManager) ListSPANSourcedestinationGroupMatchLabel

func (sm *ServiceManager) ListSPANSourcedestinationGroupMatchLabel(span_source_group string, tenant string) ([]*models.SPANSourcedestinationGroupMatchLabel, error)

func (*ServiceManager) ListSchedP

func (sm *ServiceManager) ListSchedP() ([]*models.SchedP, error)

func (*ServiceManager) ListSecurityDomain

func (sm *ServiceManager) ListSecurityDomain() ([]*models.SecurityDomain, error)

func (*ServiceManager) ListServiceRedirectPolicy

func (sm *ServiceManager) ListServiceRedirectPolicy(tenant string) ([]*models.ServiceRedirectPolicy, error)

func (*ServiceManager) ListSpineAccessPortPolicyGroup

func (sm *ServiceManager) ListSpineAccessPortPolicyGroup() ([]*models.SpineAccessPortPolicyGroup, error)

func (*ServiceManager) ListSpineInterfaceProfile

func (sm *ServiceManager) ListSpineInterfaceProfile() ([]*models.SpineInterfaceProfile, error)

func (*ServiceManager) ListSpineProfile

func (sm *ServiceManager) ListSpineProfile() ([]*models.SpineProfile, error)

func (*ServiceManager) ListStaticPath

func (sm *ServiceManager) ListStaticPath(application_epg string, application_profile string, tenant string) ([]*models.StaticPath, error)

func (*ServiceManager) ListSubnet

func (sm *ServiceManager) ListSubnet(bridge_domain string, tenant string) ([]*models.Subnet, error)

func (*ServiceManager) ListSwitchAssociation

func (sm *ServiceManager) ListSwitchAssociation(leaf_profile string) ([]*models.SwitchAssociation, error)

func (*ServiceManager) ListSwitchSpineAssociation

func (sm *ServiceManager) ListSwitchSpineAssociation(spine_profile string) ([]*models.SwitchSpineAssociation, error)

func (*ServiceManager) ListSyntheticMaintPValidateCtrlrMaintP

func (sm *ServiceManager) ListSyntheticMaintPValidateCtrlrMaintP(targetVersion string) ([]*models.MaintPValidate, error)

func (*ServiceManager) ListSyntheticMaintPValidateCtrlrMaintPReport

func (sm *ServiceManager) ListSyntheticMaintPValidateCtrlrMaintPReport(report string) ([]*models.MaintPValidate, error)

func (*ServiceManager) ListSystem

func (sm *ServiceManager) ListSystem() ([]*models.System, error)

func (*ServiceManager) ListTabooContract

func (sm *ServiceManager) ListTabooContract(tenant string) ([]*models.TabooContract, error)

func (*ServiceManager) ListTenant

func (sm *ServiceManager) ListTenant() ([]*models.Tenant, error)

func (*ServiceManager) ListTopologyFabricNode

func (sm *ServiceManager) ListTopologyFabricNode() ([]*models.TopologyFabricNode, error)

func (*ServiceManager) ListTriggerScheduler

func (sm *ServiceManager) ListTriggerScheduler() ([]*models.TriggerScheduler, error)

func (*ServiceManager) ListUpgJob

func (sm *ServiceManager) ListUpgJob() ([]*models.UpgJob, error)

func (*ServiceManager) ListVLANPool

func (sm *ServiceManager) ListVLANPool() ([]*models.VLANPool, error)

func (*ServiceManager) ListVMMDomain

func (sm *ServiceManager) ListVMMDomain(provider_profile_vendor string) ([]*models.VMMDomain, error)

func (*ServiceManager) ListVMMSecurityPolicy

func (sm *ServiceManager) ListVMMSecurityPolicy(domain_tDn string, application_epg string, application_profile string, tenant string) ([]*models.VMMSecurityPolicy, error)

func (*ServiceManager) ListVPCExplicitProtectionGroup

func (sm *ServiceManager) ListVPCExplicitProtectionGroup() ([]*models.VPCExplicitProtectionGroup, error)

func (*ServiceManager) ListVRF

func (sm *ServiceManager) ListVRF(tenant string) ([]*models.VRF, error)

func (*ServiceManager) ListVSANPool

func (sm *ServiceManager) ListVSANPool() ([]*models.VSANPool, error)

func (*ServiceManager) ListVXLANPool

func (sm *ServiceManager) ListVXLANPool() ([]*models.VXLANPool, error)

func (*ServiceManager) ListVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) ListVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string) ([]*models.VlanEncapsulationforVxlanTraffic, error)

func (*ServiceManager) ListX509Certificate

func (sm *ServiceManager) ListX509Certificate(local_user string) ([]*models.X509Certificate, error)

func (*ServiceManager) PostViaURL

func (sm *ServiceManager) PostViaURL(url string, obj models.Model) (*container.Container, error)

func (*ServiceManager) PrepareModel

func (sm *ServiceManager) PrepareModel(obj models.Model) (*container.Container, string, error)

func (*ServiceManager) ReadAccessAccessGroup

func (sm *ServiceManager) ReadAccessAccessGroup(access_port_selector_type string, access_port_selector string, leaf_interface_profile string) (*models.AccessAccessGroup, error)

func (*ServiceManager) ReadAccessGeneric

func (sm *ServiceManager) ReadAccessGeneric(name string, attachable_access_entity_profile string) (*models.AccessGeneric, error)

func (*ServiceManager) ReadAccessPortBlock

func (sm *ServiceManager) ReadAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string) (*models.AccessPortBlock, error)

func (*ServiceManager) ReadAccessPortSelector

func (sm *ServiceManager) ReadAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string) (*models.AccessPortSelector, error)

func (*ServiceManager) ReadAccessSubPortBlock

func (sm *ServiceManager) ReadAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string) (*models.AccessSubPortBlock, error)

func (*ServiceManager) ReadActionRuleProfile

func (sm *ServiceManager) ReadActionRuleProfile(name string, tenant string) (*models.ActionRuleProfile, error)

func (*ServiceManager) ReadAny

func (sm *ServiceManager) ReadAny(vrf string, tenant string) (*models.Any, error)

func (*ServiceManager) ReadApplicationEPG

func (sm *ServiceManager) ReadApplicationEPG(name string, application_profile string, tenant string) (*models.ApplicationEPG, error)

func (*ServiceManager) ReadApplicationProfile

func (sm *ServiceManager) ReadApplicationProfile(name string, tenant string) (*models.ApplicationProfile, error)

func (*ServiceManager) ReadAttachableAccessEntityProfile

func (sm *ServiceManager) ReadAttachableAccessEntityProfile(name string) (*models.AttachableAccessEntityProfile, error)

func (*ServiceManager) ReadAutonomousSystemProfile

func (sm *ServiceManager) ReadAutonomousSystemProfile() (*models.AutonomousSystemProfile, error)

func (*ServiceManager) ReadBridgeDomain

func (sm *ServiceManager) ReadBridgeDomain(name string, tenant string) (*models.BridgeDomain, error)

func (*ServiceManager) ReadCDPInterfacePolicy

func (sm *ServiceManager) ReadCDPInterfacePolicy(name string) (*models.CDPInterfacePolicy, error)

func (*ServiceManager) ReadCloudAWSProvider

func (sm *ServiceManager) ReadCloudAWSProvider(tenant string) (*models.CloudAWSProvider, error)

func (*ServiceManager) ReadCloudApplicationcontainer

func (sm *ServiceManager) ReadCloudApplicationcontainer(name string, tenant string) (*models.CloudApplicationcontainer, error)

func (*ServiceManager) ReadCloudAvailabilityZone

func (sm *ServiceManager) ReadCloudAvailabilityZone(name string, cloud_providers_region string, cloud_provider_profile_vendor string) (*models.CloudAvailabilityZone, error)

func (*ServiceManager) ReadCloudCIDRPool

func (sm *ServiceManager) ReadCloudCIDRPool(addr string, cloud_context_profile string, tenant string) (*models.CloudCIDRPool, error)

func (*ServiceManager) ReadCloudContextProfile

func (sm *ServiceManager) ReadCloudContextProfile(name string, tenant string) (*models.CloudContextProfile, error)

func (*ServiceManager) ReadCloudDomainProfile

func (sm *ServiceManager) ReadCloudDomainProfile() (*models.CloudDomainProfile, error)

func (*ServiceManager) ReadCloudEPg

func (sm *ServiceManager) ReadCloudEPg(name string, cloud_application_container string, tenant string) (*models.CloudEPg, error)

func (*ServiceManager) ReadCloudEndpointSelector

func (sm *ServiceManager) ReadCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, tenant string) (*models.CloudEndpointSelector, error)

func (*ServiceManager) ReadCloudEndpointSelectorforExternalEPgs

func (sm *ServiceManager) ReadCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, tenant string) (*models.CloudEndpointSelectorforExternalEPgs, error)

func (*ServiceManager) ReadCloudExternalEPg

func (sm *ServiceManager) ReadCloudExternalEPg(name string, cloud_application_container string, tenant string) (*models.CloudExternalEPg, error)

func (*ServiceManager) ReadCloudProviderProfile

func (sm *ServiceManager) ReadCloudProviderProfile(vendor string) (*models.CloudProviderProfile, error)

func (*ServiceManager) ReadCloudProvidersRegion

func (sm *ServiceManager) ReadCloudProvidersRegion(name string, cloud_provider_profile_vendor string) (*models.CloudProvidersRegion, error)

func (*ServiceManager) ReadCloudSubnet

func (sm *ServiceManager) ReadCloudSubnet(ip string, cloud_cidr_pool_addr string, cloud_context_profile string, tenant string) (*models.CloudSubnet, error)

func (*ServiceManager) ReadConfigurationExportPolicy

func (sm *ServiceManager) ReadConfigurationExportPolicy(name string) (*models.ConfigurationExportPolicy, error)

func (*ServiceManager) ReadConfigurationImportPolicy

func (sm *ServiceManager) ReadConfigurationImportPolicy(name string) (*models.ConfigurationImportPolicy, error)

func (*ServiceManager) ReadContract

func (sm *ServiceManager) ReadContract(name string, tenant string) (*models.Contract, error)

func (*ServiceManager) ReadContractConsumer

func (sm *ServiceManager) ReadContractConsumer(tnVzBrCPName string, application_epg string, application_profile string, tenant string) (*models.ContractConsumer, error)

func (*ServiceManager) ReadContractProvider

func (sm *ServiceManager) ReadContractProvider(tnVzBrCPName string, application_epg string, application_profile string, tenant string) (*models.ContractProvider, error)

func (*ServiceManager) ReadContractSubject

func (sm *ServiceManager) ReadContractSubject(name string, contract string, tenant string) (*models.ContractSubject, error)

func (*ServiceManager) ReadCtrlrFwP

func (sm *ServiceManager) ReadCtrlrFwP(name string) (*models.CtrlrFwP, error)

func (*ServiceManager) ReadCtrlrMaintP

func (sm *ServiceManager) ReadCtrlrMaintP(name string) (*models.CtrlrMaintP, error)

func (*ServiceManager) ReadDestinationofredirectedtraffic

func (sm *ServiceManager) ReadDestinationofredirectedtraffic(ip string, service_redirect_policy string, tenant string) (*models.Destinationofredirectedtraffic, error)

func (*ServiceManager) ReadDomain

func (sm *ServiceManager) ReadDomain(tDn string, attachable_access_entity_profile string) (*models.Domain, error)

func (*ServiceManager) ReadDownload

func (sm *ServiceManager) ReadDownload(name string) (*models.Download, error)

func (*ServiceManager) ReadEPGsUsingFunction

func (sm *ServiceManager) ReadEPGsUsingFunction(tDn string, access_generic string, attachable_access_entity_profile string) (*models.EPGsUsingFunction, error)

func (*ServiceManager) ReadEndPointRetentionPolicy

func (sm *ServiceManager) ReadEndPointRetentionPolicy(name string, tenant string) (*models.EndPointRetentionPolicy, error)

func (*ServiceManager) ReadExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadExternalNetworkInstanceProfile(name string, l3_outside string, tenant string) (*models.ExternalNetworkInstanceProfile, error)

func (*ServiceManager) ReadFCDomain

func (sm *ServiceManager) ReadFCDomain(name string) (*models.FCDomain, error)

func (*ServiceManager) ReadFEXProfile

func (sm *ServiceManager) ReadFEXProfile(name string) (*models.FEXProfile, error)

func (*ServiceManager) ReadFVDomain

func (sm *ServiceManager) ReadFVDomain(tDn string, application_epg string, application_profile string, tenant string) (*models.FVDomain, error)

func (*ServiceManager) ReadFabricNode

func (sm *ServiceManager) ReadFabricNode(tDn string, logical_node_profile string, l3_outside string, tenant string) (*models.FabricNode, error)

func (*ServiceManager) ReadFabricNodeMember

func (sm *ServiceManager) ReadFabricNodeMember(serial string) (*models.FabricNodeMember, error)

func (*ServiceManager) ReadFabricPathEndpoint

func (sm *ServiceManager) ReadFabricPathEndpoint(name string, fabric_path_end_point_container_nodeId string, fabric_pod_id string) (*models.FabricPathEndpoint, error)

func (*ServiceManager) ReadFexBundleGroup

func (sm *ServiceManager) ReadFexBundleGroup(name string, fex_profile string) (*models.FexBundleGroup, error)

func (*ServiceManager) ReadFilter

func (sm *ServiceManager) ReadFilter(name string, tenant string) (*models.Filter, error)

func (*ServiceManager) ReadFilterEntry

func (sm *ServiceManager) ReadFilterEntry(name string, filter string, tenant string) (*models.FilterEntry, error)

func (*ServiceManager) ReadFirmware

func (sm *ServiceManager) ReadFirmware(name string) (*models.Firmware, error)

func (*ServiceManager) ReadFirmwareCtrlrRunning

func (sm *ServiceManager) ReadFirmwareCtrlrRunning(podId uint32, nodeId uint32) (*models.FirmwareCtrlrRunning, error)

func (*ServiceManager) ReadFirmwareDownloadTask

func (sm *ServiceManager) ReadFirmwareDownloadTask(name string) (*models.FirmwareDownloadTask, error)

func (*ServiceManager) ReadFirmwareGroup

func (sm *ServiceManager) ReadFirmwareGroup(name string) (*models.FirmwareGroup, error)

func (*ServiceManager) ReadFirmwarePolicy

func (sm *ServiceManager) ReadFirmwarePolicy(name string) (*models.FirmwarePolicy, error)

func (*ServiceManager) ReadImportedContract

func (sm *ServiceManager) ReadImportedContract(name string, tenant string) (*models.ImportedContract, error)

func (*ServiceManager) ReadInterfaceFCPolicy

func (sm *ServiceManager) ReadInterfaceFCPolicy(name string) (*models.InterfaceFCPolicy, error)

func (*ServiceManager) ReadInterfaceProfile

func (sm *ServiceManager) ReadInterfaceProfile(tDn string, spine_profile string) (*models.InterfaceProfile, error)

func (*ServiceManager) ReadL2InterfacePolicy

func (sm *ServiceManager) ReadL2InterfacePolicy(name string) (*models.L2InterfacePolicy, error)

func (*ServiceManager) ReadL3DomainProfile

func (sm *ServiceManager) ReadL3DomainProfile(name string) (*models.L3DomainProfile, error)

func (*ServiceManager) ReadL3ExtSubnet

func (sm *ServiceManager) ReadL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, tenant string) (*models.L3ExtSubnet, error)

func (*ServiceManager) ReadL3Outside

func (sm *ServiceManager) ReadL3Outside(name string, tenant string) (*models.L3Outside, error)

func (*ServiceManager) ReadLACPPolicy

func (sm *ServiceManager) ReadLACPPolicy(name string) (*models.LACPPolicy, error)

func (*ServiceManager) ReadLLDPInterfacePolicy

func (sm *ServiceManager) ReadLLDPInterfacePolicy(name string) (*models.LLDPInterfacePolicy, error)

func (*ServiceManager) ReadLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadLeafAccessPortPolicyGroup(name string) (*models.LeafAccessPortPolicyGroup, error)

func (*ServiceManager) ReadLeafInterfaceProfile

func (sm *ServiceManager) ReadLeafInterfaceProfile(name string) (*models.LeafInterfaceProfile, error)

func (*ServiceManager) ReadLeafProfile

func (sm *ServiceManager) ReadLeafProfile(name string) (*models.LeafProfile, error)

func (*ServiceManager) ReadLinkLevelPolicy

func (sm *ServiceManager) ReadLinkLevelPolicy(name string) (*models.LinkLevelPolicy, error)

func (*ServiceManager) ReadLocalUser

func (sm *ServiceManager) ReadLocalUser(name string) (*models.LocalUser, error)

func (*ServiceManager) ReadLogicalInterfaceProfile

func (sm *ServiceManager) ReadLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string) (*models.LogicalInterfaceProfile, error)

func (*ServiceManager) ReadLogicalNodeProfile

func (sm *ServiceManager) ReadLogicalNodeProfile(name string, l3_outside string, tenant string) (*models.LogicalNodeProfile, error)

func (*ServiceManager) ReadMaintGrp

func (sm *ServiceManager) ReadMaintGrp(name string) (*models.MaintGrp, error)

func (*ServiceManager) ReadMaintP

func (sm *ServiceManager) ReadMaintP(name string) (*models.MaintP, error)

func (*ServiceManager) ReadMaintenancePolicy

func (sm *ServiceManager) ReadMaintenancePolicy(name string) (*models.MaintenancePolicy, error)

func (*ServiceManager) ReadMiscablingProtocolInterfacePolicy

func (sm *ServiceManager) ReadMiscablingProtocolInterfacePolicy(name string) (*models.MiscablingProtocolInterfacePolicy, error)

func (*ServiceManager) ReadMonitoringPolicy

func (sm *ServiceManager) ReadMonitoringPolicy(name string, tenant string) (*models.MonitoringPolicy, error)

func (*ServiceManager) ReadNodeBlk

func (sm *ServiceManager) ReadNodeBlk(parentMOType string, parentMOName string, name string) (*models.NodeBlk, error)

func (*ServiceManager) ReadNodeBlock

func (sm *ServiceManager) ReadNodeBlock(name string, switch_association_type string, switch_association string, leaf_profile string) (*models.NodeBlock, error)

func (*ServiceManager) ReadNodeBlockFW

func (sm *ServiceManager) ReadNodeBlockFW(name string, firmware_group string) (*models.NodeBlockFW, error)

func (*ServiceManager) ReadNodeBlockMG

func (sm *ServiceManager) ReadNodeBlockMG(name string, pod_maintenance_group string) (*models.NodeBlockMG, error)

func (*ServiceManager) ReadNodePolicyEndPoint

func (sm *ServiceManager) ReadNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string) (*models.NodePolicyEndPoint, error)

func (*ServiceManager) ReadOSPFInterfacePolicy

func (sm *ServiceManager) ReadOSPFInterfacePolicy(name string, tenant string) (*models.OSPFInterfacePolicy, error)

func (*ServiceManager) ReadOSource

func (sm *ServiceManager) ReadOSource(name string) (*models.OSource, error)

func (*ServiceManager) ReadPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadPCVPCInterfacePolicyGroup(name string) (*models.PCVPCInterfacePolicyGroup, error)

func (*ServiceManager) ReadPODMaintenanceGroup

func (sm *ServiceManager) ReadPODMaintenanceGroup(name string) (*models.PODMaintenanceGroup, error)

func (*ServiceManager) ReadPhysicalDomain

func (sm *ServiceManager) ReadPhysicalDomain(name string) (*models.PhysicalDomain, error)

func (*ServiceManager) ReadPortSecurityPolicy

func (sm *ServiceManager) ReadPortSecurityPolicy(name string) (*models.PortSecurityPolicy, error)

func (*ServiceManager) ReadRanges

func (sm *ServiceManager) ReadRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string) (*models.Ranges, error)

func (*ServiceManager) ReadRelationcloudRsCloudEPgCtxFromCloudEPg

func (sm *ServiceManager) ReadRelationcloudRsCloudEPgCtxFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationcloudRsCloudEPgCtxFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationcloudRsCloudEPgCtxFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationcloudRsSubnetToFlowLogFromCloudSubnet

func (sm *ServiceManager) ReadRelationcloudRsSubnetToFlowLogFromCloudSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationcloudRsZoneAttachFromCloudSubnet

func (sm *ServiceManager) ReadRelationcloudRsZoneAttachFromCloudSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationconfigRsExportDestinationFromConfigurationExportPolicy

func (sm *ServiceManager) ReadRelationconfigRsExportDestinationFromConfigurationExportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationconfigRsExportSchedulerFromConfigurationExportPolicy

func (sm *ServiceManager) ReadRelationconfigRsExportSchedulerFromConfigurationExportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationconfigRsImportSourceFromConfigurationImportPolicy

func (sm *ServiceManager) ReadRelationconfigRsImportSourceFromConfigurationImportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationconfigRsRemotePathFromConfigurationExportPolicy

func (sm *ServiceManager) ReadRelationconfigRsRemotePathFromConfigurationExportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationconfigRsRemotePathFromConfigurationImportPolicy

func (sm *ServiceManager) ReadRelationconfigRsRemotePathFromConfigurationImportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationextnwRsOutFromL3DomainProfile

func (sm *ServiceManager) ReadRelationextnwRsOutFromL3DomainProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfabricRsToPeerNodeCfgFromNodePolicyEndPoint

func (sm *ServiceManager) ReadRelationfabricRsToPeerNodeCfgFromNodePolicyEndPoint(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfabricRsVpcInstPolFromVPCExplicitProtectionGroup

func (sm *ServiceManager) ReadRelationfabricRsVpcInstPolFromVPCExplicitProtectionGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfcRsVsanAttrDefFromFCDomain

func (sm *ServiceManager) ReadRelationfcRsVsanAttrDefFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfcRsVsanAttrFromFCDomain

func (sm *ServiceManager) ReadRelationfcRsVsanAttrFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfcRsVsanNsDefFromFCDomain

func (sm *ServiceManager) ReadRelationfcRsVsanNsDefFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfcRsVsanNsFromFCDomain

func (sm *ServiceManager) ReadRelationfcRsVsanNsFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfirmwareRsFwgrppFromFirmwareGroup

func (sm *ServiceManager) ReadRelationfirmwareRsFwgrppFromFirmwareGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsABDPolMonPolFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsABDPolMonPolFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsAEPgMonPolFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsAEPgMonPolFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsApMonPolFromApplicationProfile

func (sm *ServiceManager) ReadRelationfvRsApMonPolFromApplicationProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDSubnetToOutFromSubnet

func (sm *ServiceManager) ReadRelationfvRsBDSubnetToOutFromSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDSubnetToProfileFromSubnet

func (sm *ServiceManager) ReadRelationfvRsBDSubnetToProfileFromSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDToFhsFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBDToFhsFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDToNdPFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBDToNdPFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDToNetflowMonitorPolFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBDToNetflowMonitorPolFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDToOutFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBDToOutFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDToProfileFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBDToProfileFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBDToRelayPFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBDToRelayPFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBdFloodToFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBdFloodToFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBdFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsBdFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBdToEpRetFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsBdToEpRetFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsBgpCtxPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsBgpCtxPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsConsFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsConsFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsConsFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsConsFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsIfFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsConsIfFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsIfFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsConsIfFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsIfFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsConsIfFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsConsIfFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsConsIfFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsCtxFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxMcastToFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxMcastToFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxMonPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxMonPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxToBgpCtxAfPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxToBgpCtxAfPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxToEigrpCtxAfPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxToEigrpCtxAfPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxToEpRetFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxToEpRetFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxToExtRouteTagPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxToExtRouteTagPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCtxToOspfCtxPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsCtxToOspfCtxPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCustQosPolFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCustQosPolFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCustQosPolFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsCustQosPolFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsDomAttFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsDomAttFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsDppPolFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsDppPolFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsFcPathAttFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsFcPathAttFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsGraphDefFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsGraphDefFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsIgmpsnFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsIgmpsnFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsIntraEpgFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsIntraEpgFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsIntraEpgFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsIntraEpgFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsMldsnFromBridgeDomain

func (sm *ServiceManager) ReadRelationfvRsMldsnFromBridgeDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsNdPfxPolFromSubnet

func (sm *ServiceManager) ReadRelationfvRsNdPfxPolFromSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsNodeAttFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsNodeAttFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsOspfCtxPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsOspfCtxPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsPathAttFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsPathAttFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProtByFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsProtByFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProtByFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsProtByFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProtByFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsProtByFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProtByFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsProtByFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProvDefFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsProvDefFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProvFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsProvFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProvFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsProvFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProvFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsProvFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsProvFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsProvFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsSecInheritedFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsSecInheritedFromCloudEPg

func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromCloudEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsSecInheritedFromCloudExternalEPg

func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromCloudExternalEPg(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsSecInheritedFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsTenantMonPolFromTenant

func (sm *ServiceManager) ReadRelationfvRsTenantMonPolFromTenant(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsTnDenyRuleFromTenant

func (sm *ServiceManager) ReadRelationfvRsTnDenyRuleFromTenant(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsTrustCtrlFromApplicationEPG

func (sm *ServiceManager) ReadRelationfvRsTrustCtrlFromApplicationEPG(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationfvRsVrfValidationPolFromVRF

func (sm *ServiceManager) ReadRelationfvRsVrfValidationPolFromVRF(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAccBaseGrpFromAccessPortSelector

func (sm *ServiceManager) ReadRelationinfraRsAccBaseGrpFromAccessPortSelector(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAccBndlGrpToAggrIfFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsAccBndlGrpToAggrIfFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAccBndlSubgrpFromAccessPortBlock

func (sm *ServiceManager) ReadRelationinfraRsAccBndlSubgrpFromAccessPortBlock(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAccCardPFromLeafProfile

func (sm *ServiceManager) ReadRelationinfraRsAccCardPFromLeafProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAccNodePGrpFromSwitchAssociation

func (sm *ServiceManager) ReadRelationinfraRsAccNodePGrpFromSwitchAssociation(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAccPortPFromLeafProfile

func (sm *ServiceManager) ReadRelationinfraRsAccPortPFromLeafProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsAttEntPFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsAttEntPFromSpineAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsCdpIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromSpineAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsCoppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsCoppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsCoppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsCoppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsCoppIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsCoppIfPolFromSpineAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsDomPFromAttachableAccessEntityProfile

func (sm *ServiceManager) ReadRelationinfraRsDomPFromAttachableAccessEntityProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromFCDomain

func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromL3DomainProfile

func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromL3DomainProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromPhysicalDomain

func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromPhysicalDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromVMMDomain

func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsDwdmIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsDwdmIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsFcIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsFcIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsFcIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsFcIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsFexBndlGrpToAggrIfFromFexBundleGroup

func (sm *ServiceManager) ReadRelationinfraRsFexBndlGrpToAggrIfFromFexBundleGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsFuncToEpgFromAccessGeneric

func (sm *ServiceManager) ReadRelationinfraRsFuncToEpgFromAccessGeneric(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) ReadRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsHIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsHIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsHIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsHIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsHIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsHIfPolFromSpineAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2IfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2IfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2IfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2IfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2PortAuthPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2PortAuthPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2PortAuthPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2PortAuthPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2PortSecurityPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2PortSecurityPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsL2PortSecurityPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsL2PortSecurityPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsLacpPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsLacpPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsLldpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsLldpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsLldpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsLldpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMacsecIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMacsecIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMacsecIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMacsecIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMacsecIfPolFromSpineAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMacsecIfPolFromSpineAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMonFexInfraPolFromFexBundleGroup

func (sm *ServiceManager) ReadRelationinfraRsMonFexInfraPolFromFexBundleGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMonIfInfraPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMonIfInfraPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsMonIfInfraPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsMonIfInfraPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosDppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosDppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosDppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosDppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosEgressDppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosEgressDppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosEgressDppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosEgressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosIngressDppIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosIngressDppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosIngressDppIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosIngressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosPfcIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosPfcIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosPfcIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosPfcIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosSdIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosSdIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsQosSdIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsQosSdIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsSpAccPortPFromSpineProfile

func (sm *ServiceManager) ReadRelationinfraRsSpAccPortPFromSpineProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsSpineAccNodePGrpFromSwitchAssociation

func (sm *ServiceManager) ReadRelationinfraRsSpineAccNodePGrpFromSwitchAssociation(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsStormctrlIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsStormctrlIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsStormctrlIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsStormctrlIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsStpIfPolFromLeafAccessPortPolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsStpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsStpIfPolFromPCVPCInterfacePolicyGroup

func (sm *ServiceManager) ReadRelationinfraRsStpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVipAddrNsFromFCDomain

func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVipAddrNsFromL3DomainProfile

func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromL3DomainProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVipAddrNsFromPhysicalDomain

func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromPhysicalDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVipAddrNsFromVMMDomain

func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsDefFromFCDomain

func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsDefFromL3DomainProfile

func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromL3DomainProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsDefFromPhysicalDomain

func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromPhysicalDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsDefFromVMMDomain

func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsFromFCDomain

func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromFCDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsFromL3DomainProfile

func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromL3DomainProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsFromPhysicalDomain

func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromPhysicalDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationinfraRsVlanNsFromVMMDomain

func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsArpIfPolFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsArpIfPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsDampeningPolFromL3Outside

func (sm *ServiceManager) ReadRelationl3extRsDampeningPolFromL3Outside(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsEctxFromL3Outside

func (sm *ServiceManager) ReadRelationl3extRsEctxFromL3Outside(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsEgressQosDppPolFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsEgressQosDppPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsIngressQosDppPolFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsIngressQosDppPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsInterleakPolFromL3Outside

func (sm *ServiceManager) ReadRelationl3extRsInterleakPolFromL3Outside(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsL3DomAttFromL3Outside

func (sm *ServiceManager) ReadRelationl3extRsL3DomAttFromL3Outside(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsL3InstPToDomPFromExternalNetworkInstanceProfile

func (sm *ServiceManager) ReadRelationl3extRsL3InstPToDomPFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsLIfPCustQosPolFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsLIfPCustQosPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsNdIfPolFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsNdIfPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsNodeL3OutAttFromLogicalNodeProfile

func (sm *ServiceManager) ReadRelationl3extRsNodeL3OutAttFromLogicalNodeProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsOutToBDPublicSubnetHolderFromL3Outside

func (sm *ServiceManager) ReadRelationl3extRsOutToBDPublicSubnetHolderFromL3Outside(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile

func (sm *ServiceManager) ReadRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsSubnetToProfileFromL3ExtSubnet

func (sm *ServiceManager) ReadRelationl3extRsSubnetToProfileFromL3ExtSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationl3extRsSubnetToRtSummFromL3ExtSubnet

func (sm *ServiceManager) ReadRelationl3extRsSubnetToRtSummFromL3ExtSubnet(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationmaintRsMgrppFromPODMaintenanceGroup

func (sm *ServiceManager) ReadRelationmaintRsMgrppFromPODMaintenanceGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationmaintRsPolNotifFromMaintenancePolicy

func (sm *ServiceManager) ReadRelationmaintRsPolNotifFromMaintenancePolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationmaintRsPolSchedulerFromMaintP

func (sm *ServiceManager) ReadRelationmaintRsPolSchedulerFromMaintP(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationmaintRsPolSchedulerFromMaintenancePolicy

func (sm *ServiceManager) ReadRelationmaintRsPolSchedulerFromMaintenancePolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup

func (sm *ServiceManager) ReadRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationtrigRsTriggerableFromConfigurationExportPolicy

func (sm *ServiceManager) ReadRelationtrigRsTriggerableFromConfigurationExportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationtrigRsTriggerableFromConfigurationImportPolicy

func (sm *ServiceManager) ReadRelationtrigRsTriggerableFromConfigurationImportPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationtrigRsTriggerableFromMaintenancePolicy

func (sm *ServiceManager) ReadRelationtrigRsTriggerableFromMaintenancePolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDefaultCdpIfPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDefaultCdpIfPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDefaultFwPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDefaultFwPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDefaultL2InstPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDefaultL2InstPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDefaultLacpLagPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDefaultLacpLagPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDefaultLldpIfPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDefaultLldpIfPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDefaultStpIfPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDefaultStpIfPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsDomMcastAddrNsFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsDomMcastAddrNsFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvmmRsPrefEnhancedLagPolFromVMMDomain

func (sm *ServiceManager) ReadRelationvmmRsPrefEnhancedLagPolFromVMMDomain(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvnsRsIPSLAMonitoringPolFromServiceRedirectPolicy

func (sm *ServiceManager) ReadRelationvnsRsIPSLAMonitoringPolFromServiceRedirectPolicy(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvnsRsRedirectHealthGroupFromDestinationofredirectedtraffic

func (sm *ServiceManager) ReadRelationvnsRsRedirectHealthGroupFromDestinationofredirectedtraffic(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsAnyToConsFromAny

func (sm *ServiceManager) ReadRelationvzRsAnyToConsFromAny(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsAnyToConsIfFromAny

func (sm *ServiceManager) ReadRelationvzRsAnyToConsIfFromAny(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsAnyToProvFromAny

func (sm *ServiceManager) ReadRelationvzRsAnyToProvFromAny(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsFiltGraphAttFromFilter

func (sm *ServiceManager) ReadRelationvzRsFiltGraphAttFromFilter(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsFwdRFltPAttFromFilter

func (sm *ServiceManager) ReadRelationvzRsFwdRFltPAttFromFilter(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsGraphAttFromContract

func (sm *ServiceManager) ReadRelationvzRsGraphAttFromContract(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsIfFromImportedContract

func (sm *ServiceManager) ReadRelationvzRsIfFromImportedContract(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsRevRFltPAttFromFilter

func (sm *ServiceManager) ReadRelationvzRsRevRFltPAttFromFilter(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsSdwanPolFromContractSubject

func (sm *ServiceManager) ReadRelationvzRsSdwanPolFromContractSubject(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsSubjFiltAttFromContractSubject

func (sm *ServiceManager) ReadRelationvzRsSubjFiltAttFromContractSubject(parentDn string) (interface{}, error)

func (*ServiceManager) ReadRelationvzRsSubjGraphAttFromContractSubject

func (sm *ServiceManager) ReadRelationvzRsSubjGraphAttFromContractSubject(parentDn string) (interface{}, error)

func (*ServiceManager) ReadSPANDestinationGroup

func (sm *ServiceManager) ReadSPANDestinationGroup(name string, tenant string) (*models.SPANDestinationGroup, error)

func (*ServiceManager) ReadSPANSourceGroup

func (sm *ServiceManager) ReadSPANSourceGroup(name string, tenant string) (*models.SPANSourceGroup, error)

func (*ServiceManager) ReadSPANSourcedestinationGroupMatchLabel

func (sm *ServiceManager) ReadSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string) (*models.SPANSourcedestinationGroupMatchLabel, error)

func (*ServiceManager) ReadSchedP

func (sm *ServiceManager) ReadSchedP(name string) (*models.SchedP, error)

func (*ServiceManager) ReadSecurityDomain

func (sm *ServiceManager) ReadSecurityDomain(name string) (*models.SecurityDomain, error)

func (*ServiceManager) ReadServiceRedirectPolicy

func (sm *ServiceManager) ReadServiceRedirectPolicy(name string, tenant string) (*models.ServiceRedirectPolicy, error)

func (*ServiceManager) ReadSpineAccessPortPolicyGroup

func (sm *ServiceManager) ReadSpineAccessPortPolicyGroup(name string) (*models.SpineAccessPortPolicyGroup, error)

func (*ServiceManager) ReadSpineInterfaceProfile

func (sm *ServiceManager) ReadSpineInterfaceProfile(name string) (*models.SpineInterfaceProfile, error)

func (*ServiceManager) ReadSpineProfile

func (sm *ServiceManager) ReadSpineProfile(name string) (*models.SpineProfile, error)

func (*ServiceManager) ReadStaticPath

func (sm *ServiceManager) ReadStaticPath(tDn string, application_epg string, application_profile string, tenant string) (*models.StaticPath, error)

func (*ServiceManager) ReadSubnet

func (sm *ServiceManager) ReadSubnet(ip string, bridge_domain string, tenant string) (*models.Subnet, error)

func (*ServiceManager) ReadSwitchAssociation

func (sm *ServiceManager) ReadSwitchAssociation(switch_association_type string, name string, leaf_profile string) (*models.SwitchAssociation, error)

func (*ServiceManager) ReadSwitchSpineAssociation

func (sm *ServiceManager) ReadSwitchSpineAssociation(switch_association_type string, name string, spine_profile string) (*models.SwitchSpineAssociation, error)

func (*ServiceManager) ReadSystem

func (sm *ServiceManager) ReadSystem(pod int, node int) (*models.System, error)

func (*ServiceManager) ReadTabooContract

func (sm *ServiceManager) ReadTabooContract(name string, tenant string) (*models.TabooContract, error)

func (*ServiceManager) ReadTenant

func (sm *ServiceManager) ReadTenant(name string) (*models.Tenant, error)

func (*ServiceManager) ReadTopologyFabricNode

func (sm *ServiceManager) ReadTopologyFabricNode(pod int, node int) (*models.TopologyFabricNode, error)

func (*ServiceManager) ReadTriggerScheduler

func (sm *ServiceManager) ReadTriggerScheduler(name string) (*models.TriggerScheduler, error)

func (*ServiceManager) ReadUpgJob

func (sm *ServiceManager) ReadUpgJob(pod int, node int) (*models.UpgJob, error)

func (*ServiceManager) ReadVLANPool

func (sm *ServiceManager) ReadVLANPool(allocMode string, name string) (*models.VLANPool, error)

func (*ServiceManager) ReadVMMDomain

func (sm *ServiceManager) ReadVMMDomain(name string, provider_profile_vendor string) (*models.VMMDomain, error)

func (*ServiceManager) ReadVMMSecurityPolicy

func (sm *ServiceManager) ReadVMMSecurityPolicy(domain_tDn string, application_epg string, application_profile string, tenant string) (*models.VMMSecurityPolicy, error)

func (*ServiceManager) ReadVPCExplicitProtectionGroup

func (sm *ServiceManager) ReadVPCExplicitProtectionGroup(name string) (*models.VPCExplicitProtectionGroup, error)

func (*ServiceManager) ReadVRF

func (sm *ServiceManager) ReadVRF(name string, tenant string) (*models.VRF, error)

func (*ServiceManager) ReadVSANPool

func (sm *ServiceManager) ReadVSANPool(allocMode string, name string) (*models.VSANPool, error)

func (*ServiceManager) ReadVXLANPool

func (sm *ServiceManager) ReadVXLANPool(name string) (*models.VXLANPool, error)

func (*ServiceManager) ReadVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) ReadVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string) (*models.VlanEncapsulationforVxlanTraffic, error)

func (*ServiceManager) ReadX509Certificate

func (sm *ServiceManager) ReadX509Certificate(name string, local_user string) (*models.X509Certificate, error)

func (*ServiceManager) Save

func (sm *ServiceManager) Save(obj models.Model) error

func (*ServiceManager) UpdateAccessAccessGroup

func (sm *ServiceManager) UpdateAccessAccessGroup(access_port_selector_type string, access_port_selector string, leaf_interface_profile string, description string, infraRsAccBaseGrpattr models.AccessAccessGroupAttributes) (*models.AccessAccessGroup, error)

func (*ServiceManager) UpdateAccessGeneric

func (sm *ServiceManager) UpdateAccessGeneric(name string, attachable_access_entity_profile string, description string, infraGenericattr models.AccessGenericAttributes) (*models.AccessGeneric, error)

func (*ServiceManager) UpdateAccessPortBlock

func (sm *ServiceManager) UpdateAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string, description string, infraPortBlkattr models.AccessPortBlockAttributes) (*models.AccessPortBlock, error)

func (*ServiceManager) UpdateAccessPortSelector

func (sm *ServiceManager) UpdateAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string, description string, infraHPortSattr models.AccessPortSelectorAttributes) (*models.AccessPortSelector, error)

func (*ServiceManager) UpdateAccessSubPortBlock

func (sm *ServiceManager) UpdateAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, leaf_interface_profile string, description string, infraSubPortBlkattr models.AccessSubPortBlockAttributes) (*models.AccessSubPortBlock, error)

func (*ServiceManager) UpdateActionRuleProfile

func (sm *ServiceManager) UpdateActionRuleProfile(name string, tenant string, description string, rtctrlAttrPattr models.ActionRuleProfileAttributes) (*models.ActionRuleProfile, error)

func (*ServiceManager) UpdateAny

func (sm *ServiceManager) UpdateAny(vrf string, tenant string, description string, vzAnyattr models.AnyAttributes) (*models.Any, error)

func (*ServiceManager) UpdateApplicationEPG

func (sm *ServiceManager) UpdateApplicationEPG(name string, application_profile string, tenant string, description string, fvAEPgattr models.ApplicationEPGAttributes) (*models.ApplicationEPG, error)

func (*ServiceManager) UpdateApplicationProfile

func (sm *ServiceManager) UpdateApplicationProfile(name string, tenant string, description string, fvApattr models.ApplicationProfileAttributes) (*models.ApplicationProfile, error)

func (*ServiceManager) UpdateAttachableAccessEntityProfile

func (sm *ServiceManager) UpdateAttachableAccessEntityProfile(name string, description string, infraAttEntityPattr models.AttachableAccessEntityProfileAttributes) (*models.AttachableAccessEntityProfile, error)

func (*ServiceManager) UpdateAutonomousSystemProfile

func (sm *ServiceManager) UpdateAutonomousSystemProfile(description string, cloudBgpAsPattr models.AutonomousSystemProfileAttributes) (*models.AutonomousSystemProfile, error)

func (*ServiceManager) UpdateBridgeDomain

func (sm *ServiceManager) UpdateBridgeDomain(name string, tenant string, description string, fvBDattr models.BridgeDomainAttributes) (*models.BridgeDomain, error)

func (*ServiceManager) UpdateCDPInterfacePolicy

func (sm *ServiceManager) UpdateCDPInterfacePolicy(name string, description string, cdpIfPolattr models.CDPInterfacePolicyAttributes) (*models.CDPInterfacePolicy, error)

func (*ServiceManager) UpdateCloudAWSProvider

func (sm *ServiceManager) UpdateCloudAWSProvider(tenant string, description string, cloudAwsProviderattr models.CloudAWSProviderAttributes) (*models.CloudAWSProvider, error)

func (*ServiceManager) UpdateCloudApplicationcontainer

func (sm *ServiceManager) UpdateCloudApplicationcontainer(name string, tenant string, description string, cloudAppattr models.CloudApplicationcontainerAttributes) (*models.CloudApplicationcontainer, error)

func (*ServiceManager) UpdateCloudAvailabilityZone

func (sm *ServiceManager) UpdateCloudAvailabilityZone(name string, cloud_providers_region string, cloud_provider_profile_vendor string, description string, cloudZoneattr models.CloudAvailabilityZoneAttributes) (*models.CloudAvailabilityZone, error)

func (*ServiceManager) UpdateCloudCIDRPool

func (sm *ServiceManager) UpdateCloudCIDRPool(addr string, cloud_context_profile string, tenant string, description string, cloudCidrattr models.CloudCIDRPoolAttributes) (*models.CloudCIDRPool, error)

func (*ServiceManager) UpdateCloudContextProfile

func (sm *ServiceManager) UpdateCloudContextProfile(name string, tenant string, description string, cloudCtxProfileattr models.CloudContextProfileAttributes, primaryCidr string, region, vendor string, vrf string) (*models.CloudContextProfile, error)

func (*ServiceManager) UpdateCloudDomainProfile

func (sm *ServiceManager) UpdateCloudDomainProfile(description string, cloudDomPattr models.CloudDomainProfileAttributes) (*models.CloudDomainProfile, error)

func (*ServiceManager) UpdateCloudEPg

func (sm *ServiceManager) UpdateCloudEPg(name string, cloud_application_container string, tenant string, description string, cloudEPgattr models.CloudEPgAttributes) (*models.CloudEPg, error)

func (*ServiceManager) UpdateCloudEndpointSelector

func (sm *ServiceManager) UpdateCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, tenant string, description string, cloudEPSelectorattr models.CloudEndpointSelectorAttributes) (*models.CloudEndpointSelector, error)

func (*ServiceManager) UpdateCloudEndpointSelectorforExternalEPgs

func (sm *ServiceManager) UpdateCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, tenant string, description string, cloudExtEPSelectorattr models.CloudEndpointSelectorforExternalEPgsAttributes) (*models.CloudEndpointSelectorforExternalEPgs, error)

func (*ServiceManager) UpdateCloudExternalEPg

func (sm *ServiceManager) UpdateCloudExternalEPg(name string, cloud_application_container string, tenant string, description string, cloudExtEPgattr models.CloudExternalEPgAttributes) (*models.CloudExternalEPg, error)

func (*ServiceManager) UpdateCloudProviderProfile

func (sm *ServiceManager) UpdateCloudProviderProfile(vendor string, description string, cloudProvPattr models.CloudProviderProfileAttributes) (*models.CloudProviderProfile, error)

func (*ServiceManager) UpdateCloudProvidersRegion

func (sm *ServiceManager) UpdateCloudProvidersRegion(name string, cloud_provider_profile_vendor string, description string, cloudRegionattr models.CloudProvidersRegionAttributes) (*models.CloudProvidersRegion, error)

func (*ServiceManager) UpdateCloudSubnet

func (sm *ServiceManager) UpdateCloudSubnet(ip string, cloud_cidr_pool_dn string, description string, cloudSubnetattr models.CloudSubnetAttributes, zoneDn string) (*models.CloudSubnet, error)

func (*ServiceManager) UpdateConfigurationExportPolicy

func (sm *ServiceManager) UpdateConfigurationExportPolicy(name string, description string, configExportPattr models.ConfigurationExportPolicyAttributes) (*models.ConfigurationExportPolicy, error)

func (*ServiceManager) UpdateConfigurationImportPolicy

func (sm *ServiceManager) UpdateConfigurationImportPolicy(name string, description string, configImportPattr models.ConfigurationImportPolicyAttributes) (*models.ConfigurationImportPolicy, error)

func (*ServiceManager) UpdateContract

func (sm *ServiceManager) UpdateContract(name string, tenant string, description string, vzBrCPattr models.ContractAttributes) (*models.Contract, error)

func (*ServiceManager) UpdateContractConsumer

func (sm *ServiceManager) UpdateContractConsumer(tnVzBrCPName string, application_epg string, application_profile string, tenant string, fvRsConsattr models.ContractConsumerAttributes) (*models.ContractConsumer, error)

func (*ServiceManager) UpdateContractProvider

func (sm *ServiceManager) UpdateContractProvider(tnVzBrCPName string, application_epg string, application_profile string, tenant string, fvRsProvattr models.ContractProviderAttributes) (*models.ContractProvider, error)

func (*ServiceManager) UpdateContractSubject

func (sm *ServiceManager) UpdateContractSubject(name string, contract string, tenant string, description string, vzSubjattr models.ContractSubjectAttributes) (*models.ContractSubject, error)

func (*ServiceManager) UpdateCtrlrFwP

func (sm *ServiceManager) UpdateCtrlrFwP(description string, firmwareCtrlrFwPAttr models.CtrlrFwPAttributes) (*models.CtrlrFwP, error)

func (*ServiceManager) UpdateDestinationofredirectedtraffic

func (sm *ServiceManager) UpdateDestinationofredirectedtraffic(ip string, service_redirect_policy string, tenant string, description string, vnsRedirectDestattr models.DestinationofredirectedtrafficAttributes) (*models.Destinationofredirectedtraffic, error)

func (*ServiceManager) UpdateDomain

func (sm *ServiceManager) UpdateDomain(tDn string, attachable_access_entity_profile string, description string, infraRsDomPattr models.DomainAttributes) (*models.Domain, error)

func (*ServiceManager) UpdateDownload

func (sm *ServiceManager) UpdateDownload(name string, description string, firmwareDownloadAttr models.DownloadAttributes) (*models.Download, error)

func (*ServiceManager) UpdateEPGsUsingFunction

func (sm *ServiceManager) UpdateEPGsUsingFunction(tDn string, access_generic string, attachable_access_entity_profile string, description string, infraRsFuncToEpgattr models.EPGsUsingFunctionAttributes) (*models.EPGsUsingFunction, error)

func (*ServiceManager) UpdateEndPointRetentionPolicy

func (sm *ServiceManager) UpdateEndPointRetentionPolicy(name string, tenant string, description string, fvEpRetPolattr models.EndPointRetentionPolicyAttributes) (*models.EndPointRetentionPolicy, error)

func (*ServiceManager) UpdateExternalNetworkInstanceProfile

func (sm *ServiceManager) UpdateExternalNetworkInstanceProfile(name string, l3_outside string, tenant string, description string, l3extInstPattr models.ExternalNetworkInstanceProfileAttributes) (*models.ExternalNetworkInstanceProfile, error)

func (*ServiceManager) UpdateFCDomain

func (sm *ServiceManager) UpdateFCDomain(name string, description string, fcDomPattr models.FCDomainAttributes) (*models.FCDomain, error)

func (*ServiceManager) UpdateFEXProfile

func (sm *ServiceManager) UpdateFEXProfile(name string, description string, infraFexPattr models.FEXProfileAttributes) (*models.FEXProfile, error)

func (*ServiceManager) UpdateFVDomain

func (sm *ServiceManager) UpdateFVDomain(tDn string, application_epg string, application_profile string, tenant string, description string, fvRsDomAttattr models.FVDomainAttributes) (*models.FVDomain, error)

func (*ServiceManager) UpdateFabricNode

func (sm *ServiceManager) UpdateFabricNode(tDn string, logical_node_profile string, l3_outside string, tenant string, description string, l3extRsNodeL3OutAttattr models.FabricNodeAttributes) (*models.FabricNode, error)

func (*ServiceManager) UpdateFabricNodeMember

func (sm *ServiceManager) UpdateFabricNodeMember(serial string, description string, fabricNodeIdentPattr models.FabricNodeMemberAttributes) (*models.FabricNodeMember, error)

func (*ServiceManager) UpdateFabricPathEndpoint

func (sm *ServiceManager) UpdateFabricPathEndpoint(name string, fabric_path_end_point_container_nodeId string, fabric_pod_id string, description string, fabricPathEpattr models.FabricPathEndpointAttributes) (*models.FabricPathEndpoint, error)

func (*ServiceManager) UpdateFexBundleGroup

func (sm *ServiceManager) UpdateFexBundleGroup(name string, fex_profile string, description string, infraFexBndlGrpattr models.FexBundleGroupAttributes) (*models.FexBundleGroup, error)

func (*ServiceManager) UpdateFilter

func (sm *ServiceManager) UpdateFilter(name string, tenant string, description string, vzFilterattr models.FilterAttributes) (*models.Filter, error)

func (*ServiceManager) UpdateFilterEntry

func (sm *ServiceManager) UpdateFilterEntry(name string, filter string, tenant string, description string, vzEntryattr models.FilterEntryAttributes) (*models.FilterEntry, error)

func (*ServiceManager) UpdateFirmware

func (sm *ServiceManager) UpdateFirmware(name string, description string, firmwareFirmwareAttr models.FirmwareAttributes) (*models.Firmware, error)

func (*ServiceManager) UpdateFirmwareDownloadTask

func (sm *ServiceManager) UpdateFirmwareDownloadTask(name string, description string, firmwareOSourceattr models.FirmwareDownloadTaskAttributes) (*models.FirmwareDownloadTask, error)

func (*ServiceManager) UpdateFirmwareGroup

func (sm *ServiceManager) UpdateFirmwareGroup(name string, description string, firmwareFwGrpattr models.FirmwareGroupAttributes) (*models.FirmwareGroup, error)

func (*ServiceManager) UpdateFirmwarePolicy

func (sm *ServiceManager) UpdateFirmwarePolicy(name string, description string, firmwareFwPattr models.FirmwarePolicyAttributes) (*models.FirmwarePolicy, error)

func (*ServiceManager) UpdateImportedContract

func (sm *ServiceManager) UpdateImportedContract(name string, tenant string, description string, vzCPIfattr models.ImportedContractAttributes) (*models.ImportedContract, error)

func (*ServiceManager) UpdateInterfaceFCPolicy

func (sm *ServiceManager) UpdateInterfaceFCPolicy(name string, description string, fcIfPolattr models.InterfaceFCPolicyAttributes) (*models.InterfaceFCPolicy, error)

func (*ServiceManager) UpdateInterfaceProfile

func (sm *ServiceManager) UpdateInterfaceProfile(tDn string, spine_profile string, description string, infraRsSpAccPortPattr models.InterfaceProfileAttributes) (*models.InterfaceProfile, error)

func (*ServiceManager) UpdateL2InterfacePolicy

func (sm *ServiceManager) UpdateL2InterfacePolicy(name string, description string, l2IfPolattr models.L2InterfacePolicyAttributes) (*models.L2InterfacePolicy, error)

func (*ServiceManager) UpdateL3DomainProfile

func (sm *ServiceManager) UpdateL3DomainProfile(name string, description string, l3extDomPattr models.L3DomainProfileAttributes) (*models.L3DomainProfile, error)

func (*ServiceManager) UpdateL3ExtSubnet

func (sm *ServiceManager) UpdateL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, tenant string, description string, l3extSubnetattr models.L3ExtSubnetAttributes) (*models.L3ExtSubnet, error)

func (*ServiceManager) UpdateL3Outside

func (sm *ServiceManager) UpdateL3Outside(name string, tenant string, description string, l3extOutattr models.L3OutsideAttributes) (*models.L3Outside, error)

func (*ServiceManager) UpdateLACPPolicy

func (sm *ServiceManager) UpdateLACPPolicy(name string, description string, lacpLagPolattr models.LACPPolicyAttributes) (*models.LACPPolicy, error)

func (*ServiceManager) UpdateLLDPInterfacePolicy

func (sm *ServiceManager) UpdateLLDPInterfacePolicy(name string, description string, lldpIfPolattr models.LLDPInterfacePolicyAttributes) (*models.LLDPInterfacePolicy, error)

func (*ServiceManager) UpdateLeafAccessPortPolicyGroup

func (sm *ServiceManager) UpdateLeafAccessPortPolicyGroup(name string, description string, infraAccPortGrpattr models.LeafAccessPortPolicyGroupAttributes) (*models.LeafAccessPortPolicyGroup, error)

func (*ServiceManager) UpdateLeafInterfaceProfile

func (sm *ServiceManager) UpdateLeafInterfaceProfile(name string, description string, infraAccPortPattr models.LeafInterfaceProfileAttributes) (*models.LeafInterfaceProfile, error)

func (*ServiceManager) UpdateLeafProfile

func (sm *ServiceManager) UpdateLeafProfile(name string, description string, infraNodePattr models.LeafProfileAttributes) (*models.LeafProfile, error)

func (*ServiceManager) UpdateLinkLevelPolicy

func (sm *ServiceManager) UpdateLinkLevelPolicy(name string, description string, fabricHIfPolattr models.LinkLevelPolicyAttributes) (*models.LinkLevelPolicy, error)

func (*ServiceManager) UpdateLocalUser

func (sm *ServiceManager) UpdateLocalUser(name string, description string, aaaUserattr models.LocalUserAttributes) (*models.LocalUser, error)

func (*ServiceManager) UpdateLogicalInterfaceProfile

func (sm *ServiceManager) UpdateLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string, description string, l3extLIfPattr models.LogicalInterfaceProfileAttributes) (*models.LogicalInterfaceProfile, error)

func (*ServiceManager) UpdateLogicalNodeProfile

func (sm *ServiceManager) UpdateLogicalNodeProfile(name string, l3_outside string, tenant string, description string, l3extLNodePattr models.LogicalNodeProfileAttributes) (*models.LogicalNodeProfile, error)

func (*ServiceManager) UpdateMaintGrp

func (sm *ServiceManager) UpdateMaintGrp(name string, description string, maintMaintGrpAttr models.MaintGrpAttributes) (*models.MaintGrp, error)

func (*ServiceManager) UpdateMaintP

func (sm *ServiceManager) UpdateMaintP(name string, description string, maintMaintPAttr models.MaintPAttributes) (*models.MaintP, error)

func (*ServiceManager) UpdateMaintenancePolicy

func (sm *ServiceManager) UpdateMaintenancePolicy(name string, description string, maintMaintPattr models.MaintenancePolicyAttributes) (*models.MaintenancePolicy, error)

func (*ServiceManager) UpdateMiscablingProtocolInterfacePolicy

func (sm *ServiceManager) UpdateMiscablingProtocolInterfacePolicy(name string, description string, mcpIfPolattr models.MiscablingProtocolInterfacePolicyAttributes) (*models.MiscablingProtocolInterfacePolicy, error)

func (*ServiceManager) UpdateMonitoringPolicy

func (sm *ServiceManager) UpdateMonitoringPolicy(name string, tenant string, description string, monEPGPolattr models.MonitoringPolicyAttributes) (*models.MonitoringPolicy, error)

func (*ServiceManager) UpdateNodeBlk

func (sm *ServiceManager) UpdateNodeBlk(parentMOType string, parentMOName string, name string, description string, fabricNodeBlkAttr models.NodeBlkAttributes) (*models.NodeBlk, error)

func (*ServiceManager) UpdateNodeBlock

func (sm *ServiceManager) UpdateNodeBlock(name string, switch_association_type string, switch_association string, leaf_profile string, description string, infraNodeBlkattr models.NodeBlockAttributes) (*models.NodeBlock, error)

func (*ServiceManager) UpdateNodeBlockFW

func (sm *ServiceManager) UpdateNodeBlockFW(name string, firmware_group string, description string, fabricNodeBlkattr models.NodeBlockAttributesFW) (*models.NodeBlockFW, error)

func (*ServiceManager) UpdateNodeBlockMG

func (sm *ServiceManager) UpdateNodeBlockMG(name string, pod_maintenance_group string, description string, fabricNodeBlkattr models.NodeBlockAttributesMG) (*models.NodeBlockMG, error)

func (*ServiceManager) UpdateNodePolicyEndPoint

func (sm *ServiceManager) UpdateNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string, description string, fabricNodePEpattr models.NodePolicyEndPointAttributes) (*models.NodePolicyEndPoint, error)

func (*ServiceManager) UpdateOSPFInterfacePolicy

func (sm *ServiceManager) UpdateOSPFInterfacePolicy(name string, tenant string, description string, ospfIfPolattr models.OSPFInterfacePolicyAttributes) (*models.OSPFInterfacePolicy, error)

func (*ServiceManager) UpdateOSource

func (sm *ServiceManager) UpdateOSource(name string, description string, firmwareOSourceAttr models.OSourceAttributes) (*models.OSource, error)

func (*ServiceManager) UpdatePCVPCInterfacePolicyGroup

func (sm *ServiceManager) UpdatePCVPCInterfacePolicyGroup(name string, description string, infraAccBndlGrpattr models.PCVPCInterfacePolicyGroupAttributes) (*models.PCVPCInterfacePolicyGroup, error)

func (*ServiceManager) UpdatePODMaintenanceGroup

func (sm *ServiceManager) UpdatePODMaintenanceGroup(name string, description string, maintMaintGrpattr models.PODMaintenanceGroupAttributes) (*models.PODMaintenanceGroup, error)

func (*ServiceManager) UpdatePhysicalDomain

func (sm *ServiceManager) UpdatePhysicalDomain(name string, description string, physDomPattr models.PhysicalDomainAttributes) (*models.PhysicalDomain, error)

func (*ServiceManager) UpdatePortSecurityPolicy

func (sm *ServiceManager) UpdatePortSecurityPolicy(name string, description string, l2PortSecurityPolattr models.PortSecurityPolicyAttributes) (*models.PortSecurityPolicy, error)

func (*ServiceManager) UpdateRanges

func (sm *ServiceManager) UpdateRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string, description string, fvnsEncapBlkattr models.RangesAttributes) (*models.Ranges, error)

func (*ServiceManager) UpdateSPANDestinationGroup

func (sm *ServiceManager) UpdateSPANDestinationGroup(name string, tenant string, description string, spanDestGrpattr models.SPANDestinationGroupAttributes) (*models.SPANDestinationGroup, error)

func (*ServiceManager) UpdateSPANSourceGroup

func (sm *ServiceManager) UpdateSPANSourceGroup(name string, tenant string, description string, spanSrcGrpattr models.SPANSourceGroupAttributes) (*models.SPANSourceGroup, error)

func (*ServiceManager) UpdateSPANSourcedestinationGroupMatchLabel

func (sm *ServiceManager) UpdateSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string, description string, spanSpanLblattr models.SPANSourcedestinationGroupMatchLabelAttributes) (*models.SPANSourcedestinationGroupMatchLabel, error)

func (*ServiceManager) UpdateSchedP

func (sm *ServiceManager) UpdateSchedP(name string, description string, trigSchedPAttr models.SchedPAttributes) (*models.SchedP, error)

func (*ServiceManager) UpdateSecurityDomain

func (sm *ServiceManager) UpdateSecurityDomain(name string, description string, aaaDomainattr models.SecurityDomainAttributes) (*models.SecurityDomain, error)

func (*ServiceManager) UpdateServiceRedirectPolicy

func (sm *ServiceManager) UpdateServiceRedirectPolicy(name string, tenant string, description string, vnsSvcRedirectPolattr models.ServiceRedirectPolicyAttributes) (*models.ServiceRedirectPolicy, error)

func (*ServiceManager) UpdateSpineAccessPortPolicyGroup

func (sm *ServiceManager) UpdateSpineAccessPortPolicyGroup(name string, description string, infraSpAccPortGrpattr models.SpineAccessPortPolicyGroupAttributes) (*models.SpineAccessPortPolicyGroup, error)

func (*ServiceManager) UpdateSpineInterfaceProfile

func (sm *ServiceManager) UpdateSpineInterfaceProfile(name string, description string, infraSpAccPortPattr models.SpineInterfaceProfileAttributes) (*models.SpineInterfaceProfile, error)

func (*ServiceManager) UpdateSpineProfile

func (sm *ServiceManager) UpdateSpineProfile(name string, description string, infraSpinePattr models.SpineProfileAttributes) (*models.SpineProfile, error)

func (*ServiceManager) UpdateStaticPath

func (sm *ServiceManager) UpdateStaticPath(tDn string, application_epg string, application_profile string, tenant string, description string, fvRsPathAttattr models.StaticPathAttributes) (*models.StaticPath, error)

func (*ServiceManager) UpdateSubnet

func (sm *ServiceManager) UpdateSubnet(ip string, bridge_domain string, tenant string, description string, fvSubnetattr models.SubnetAttributes) (*models.Subnet, error)

func (*ServiceManager) UpdateSwitchAssociation

func (sm *ServiceManager) UpdateSwitchAssociation(switch_association_type string, name string, leaf_profile string, description string, infraLeafSattr models.SwitchAssociationAttributes) (*models.SwitchAssociation, error)

func (*ServiceManager) UpdateSwitchSpineAssociation

func (sm *ServiceManager) UpdateSwitchSpineAssociation(switch_association_type string, name string, spine_profile string, description string, infraSpineSattr models.SwitchSpineAssociationAttributes) (*models.SwitchSpineAssociation, error)

func (*ServiceManager) UpdateTabooContract

func (sm *ServiceManager) UpdateTabooContract(name string, tenant string, description string, vzTabooattr models.TabooContractAttributes) (*models.TabooContract, error)

func (*ServiceManager) UpdateTenant

func (sm *ServiceManager) UpdateTenant(name string, description string, fvTenantattr models.TenantAttributes) (*models.Tenant, error)

func (*ServiceManager) UpdateTriggerScheduler

func (sm *ServiceManager) UpdateTriggerScheduler(name string, description string, trigSchedPattr models.TriggerSchedulerAttributes) (*models.TriggerScheduler, error)

func (*ServiceManager) UpdateVLANPool

func (sm *ServiceManager) UpdateVLANPool(allocMode string, name string, description string, fvnsVlanInstPattr models.VLANPoolAttributes) (*models.VLANPool, error)

func (*ServiceManager) UpdateVMMDomain

func (sm *ServiceManager) UpdateVMMDomain(name string, provider_profile_vendor string, description string, vmmDomPattr models.VMMDomainAttributes) (*models.VMMDomain, error)

func (*ServiceManager) UpdateVMMSecurityPolicy

func (sm *ServiceManager) UpdateVMMSecurityPolicy(domain_tDn string, application_epg string, application_profile string, tenant string, description string, vmmSecPattr models.VMMSecurityPolicyAttributes) (*models.VMMSecurityPolicy, error)

func (*ServiceManager) UpdateVPCExplicitProtectionGroup

func (sm *ServiceManager) UpdateVPCExplicitProtectionGroup(name string, description string, switch1 string, switch2 string, vpcDomainPolicy string, fabricExplicitGEpattr models.VPCExplicitProtectionGroupAttributes) (*models.VPCExplicitProtectionGroup, error)

func (*ServiceManager) UpdateVRF

func (sm *ServiceManager) UpdateVRF(name string, tenant string, description string, fvCtxattr models.VRFAttributes) (*models.VRF, error)

func (*ServiceManager) UpdateVSANPool

func (sm *ServiceManager) UpdateVSANPool(allocMode string, name string, description string, fvnsVsanInstPattr models.VSANPoolAttributes) (*models.VSANPool, error)

func (*ServiceManager) UpdateVXLANPool

func (sm *ServiceManager) UpdateVXLANPool(name string, description string, fvnsVxlanInstPattr models.VXLANPoolAttributes) (*models.VXLANPool, error)

func (*ServiceManager) UpdateVlanEncapsulationforVxlanTraffic

func (sm *ServiceManager) UpdateVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string, description string, infraProvAccattr models.VlanEncapsulationforVxlanTrafficAttributes) (*models.VlanEncapsulationforVxlanTraffic, error)

func (*ServiceManager) UpdateX509Certificate

func (sm *ServiceManager) UpdateX509Certificate(name string, local_user string, description string, aaaUserCertattr models.X509CertificateAttributes) (*models.X509Certificate, error)

func (*ServiceManager) ValidateSyntheticSwitchMaintP

func (sm *ServiceManager) ValidateSyntheticSwitchMaintP(syntheticMaintPSwitchDetailsattr models.MaintPSwitchDetailsAttributes) ([]*models.SwitchMaintPValidate, error)

Notes: PyQuery Based Request Requires a valid client APIC-Cookie to be present in the Header Ways to obtain the APIC-Cooki: (1) Use Username/Password for Client Authentication (2) Call client.Authenticate() prior to calling this function for AppUserName+Cert based clients

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL