Documentation ¶
Index ¶
- Constants
- func CheckErrorCustom(cont *container.Container) error
- func CheckForErrors(cont *container.Container, method string) error
- func StrtoInt(s string, startIndex int, bitSize int) (int64, error)
- type Auth
- type Client
- func (c *Client) Authenticate() error
- func (c *Client) Do(req *http.Request) (*container.Container, *http.Response, error)
- func (client *Client) InjectAuthenticationHeader(req *http.Request, path string) (*http.Request, error)
- func (c *Client) MakeRestRequest(method string, path string, body *container.Container, authenticated bool) (*http.Request, error)
- type Option
- type ServiceManager
- func (sm *ServiceManager) CreateAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) (*models.AccessPortBlock, error)
- func (sm *ServiceManager) CreateAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string, ...) (*models.AccessPortSelector, error)
- func (sm *ServiceManager) CreateAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) (*models.AccessSubPortBlock, error)
- func (sm *ServiceManager) CreateActionRuleProfile(name string, tenant string, description string, ...) (*models.ActionRuleProfile, error)
- func (sm *ServiceManager) CreateAny(vrf string, tenant string, description string, vzAnyattr models.AnyAttributes) (*models.Any, error)
- func (sm *ServiceManager) CreateApplicationEPG(name string, application_profile string, tenant string, description string, ...) (*models.ApplicationEPG, error)
- func (sm *ServiceManager) CreateApplicationProfile(name string, tenant string, description string, ...) (*models.ApplicationProfile, error)
- func (sm *ServiceManager) CreateAttachableAccessEntityProfile(name string, description string, ...) (*models.AttachableAccessEntityProfile, error)
- func (sm *ServiceManager) CreateAutonomousSystemProfile(description string, cloudBgpAsPattr models.AutonomousSystemProfileAttributes) (*models.AutonomousSystemProfile, error)
- func (sm *ServiceManager) CreateBridgeDomain(name string, tenant string, description string, ...) (*models.BridgeDomain, error)
- func (sm *ServiceManager) CreateCDPInterfacePolicy(name string, description string, ...) (*models.CDPInterfacePolicy, error)
- func (sm *ServiceManager) CreateCloudAWSProvider(tenant string, description string, ...) (*models.CloudAWSProvider, error)
- func (sm *ServiceManager) CreateCloudApplicationcontainer(name string, tenant string, description string, ...) (*models.CloudApplicationcontainer, error)
- func (sm *ServiceManager) CreateCloudAvailabilityZone(name string, cloud_providers_region string, ...) (*models.CloudAvailabilityZone, error)
- func (sm *ServiceManager) CreateCloudCIDRPool(addr string, cloud_context_profile string, tenant string, description string, ...) (*models.CloudCIDRPool, error)
- func (sm *ServiceManager) CreateCloudContextProfile(name string, tenant string, description string, ...) (*models.CloudContextProfile, error)
- func (sm *ServiceManager) CreateCloudDomainProfile(description string, cloudDomPattr models.CloudDomainProfileAttributes) (*models.CloudDomainProfile, error)
- func (sm *ServiceManager) CreateCloudEPg(name string, cloud_application_container string, tenant string, ...) (*models.CloudEPg, error)
- func (sm *ServiceManager) CreateCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, ...) (*models.CloudEndpointSelector, error)
- func (sm *ServiceManager) CreateCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, ...) (*models.CloudEndpointSelectorforExternalEPgs, error)
- func (sm *ServiceManager) CreateCloudExternalEPg(name string, cloud_application_container string, tenant string, ...) (*models.CloudExternalEPg, error)
- func (sm *ServiceManager) CreateCloudProviderProfile(vendor string, description string, ...) (*models.CloudProviderProfile, error)
- func (sm *ServiceManager) CreateCloudProvidersRegion(name string, cloud_provider_profile_vendor string, description string, ...) (*models.CloudProvidersRegion, error)
- func (sm *ServiceManager) CreateCloudSubnet(ip string, cloud_cidr_pool_addr string, cloud_context_profile string, ...) (*models.CloudSubnet, error)
- func (sm *ServiceManager) CreateConfigurationExportPolicy(name string, description string, ...) (*models.ConfigurationExportPolicy, error)
- func (sm *ServiceManager) CreateConfigurationImportPolicy(name string, description string, ...) (*models.ConfigurationImportPolicy, error)
- func (sm *ServiceManager) CreateContract(name string, tenant string, description string, ...) (*models.Contract, error)
- func (sm *ServiceManager) CreateContractSubject(name string, contract string, tenant string, description string, ...) (*models.ContractSubject, error)
- func (sm *ServiceManager) CreateDomain(tDn string, attachable_access_entity_profile string, description string, ...) (*models.Domain, error)
- func (sm *ServiceManager) CreateEndPointRetentionPolicy(name string, tenant string, description string, ...) (*models.EndPointRetentionPolicy, error)
- func (sm *ServiceManager) CreateExternalNetworkInstanceProfile(name string, l3_outside string, tenant string, description string, ...) (*models.ExternalNetworkInstanceProfile, error)
- func (sm *ServiceManager) CreateFCDomain(name string, description string, fcDomPattr models.FCDomainAttributes) (*models.FCDomain, error)
- func (sm *ServiceManager) CreateFabricNodeMember(serial string, description string, ...) (*models.FabricNodeMember, error)
- func (sm *ServiceManager) CreateFilter(name string, tenant string, description string, ...) (*models.Filter, error)
- func (sm *ServiceManager) CreateFilterEntry(name string, filter string, tenant string, description string, ...) (*models.FilterEntry, error)
- func (sm *ServiceManager) CreateFirmwareDownloadTask(name string, description string, ...) (*models.FirmwareDownloadTask, error)
- func (sm *ServiceManager) CreateFirmwareGroup(name string, description string, ...) (*models.FirmwareGroup, error)
- func (sm *ServiceManager) CreateFirmwarePolicy(name string, description string, ...) (*models.FirmwarePolicy, error)
- func (sm *ServiceManager) CreateInterfaceFCPolicy(name string, description string, ...) (*models.InterfaceFCPolicy, error)
- func (sm *ServiceManager) CreateL2InterfacePolicy(name string, description string, ...) (*models.L2InterfacePolicy, error)
- func (sm *ServiceManager) CreateL3DomainProfile(name string, description string, ...) (*models.L3DomainProfile, error)
- func (sm *ServiceManager) CreateL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, ...) (*models.L3ExtSubnet, error)
- func (sm *ServiceManager) CreateL3Outside(name string, tenant string, description string, ...) (*models.L3Outside, error)
- func (sm *ServiceManager) CreateLACPPolicy(name string, description string, lacpLagPolattr models.LACPPolicyAttributes) (*models.LACPPolicy, error)
- func (sm *ServiceManager) CreateLLDPInterfacePolicy(name string, description string, ...) (*models.LLDPInterfacePolicy, error)
- func (sm *ServiceManager) CreateLeafAccessPortPolicyGroup(name string, description string, ...) (*models.LeafAccessPortPolicyGroup, error)
- func (sm *ServiceManager) CreateLeafInterfaceProfile(name string, description string, ...) (*models.LeafInterfaceProfile, error)
- func (sm *ServiceManager) CreateLeafProfile(name string, description string, infraNodePattr models.LeafProfileAttributes) (*models.LeafProfile, error)
- func (sm *ServiceManager) CreateLocalUser(name string, description string, aaaUserattr models.LocalUserAttributes) (*models.LocalUser, error)
- func (sm *ServiceManager) CreateLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string, ...) (*models.LogicalInterfaceProfile, error)
- func (sm *ServiceManager) CreateLogicalNodeProfile(name string, l3_outside string, tenant string, description string, ...) (*models.LogicalNodeProfile, error)
- func (sm *ServiceManager) CreateMaintenancePolicy(name string, description string, ...) (*models.MaintenancePolicy, error)
- func (sm *ServiceManager) CreateMiscablingProtocolInterfacePolicy(name string, description string, ...) (*models.MiscablingProtocolInterfacePolicy, error)
- func (sm *ServiceManager) CreateMonitoringPolicy(name string, tenant string, description string, ...) (*models.MonitoringPolicy, error)
- func (sm *ServiceManager) CreateNodeBlockFW(name string, firmware_group string, description string, ...) (*models.NodeBlockFW, error)
- func (sm *ServiceManager) CreateNodeBlockMG(name string, pod_maintenance_group string, description string, ...) (*models.NodeBlockMG, error)
- func (sm *ServiceManager) CreateNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string, ...) (*models.NodePolicyEndPoint, error)
- func (sm *ServiceManager) CreateOSPFInterfacePolicy(name string, tenant string, description string, ...) (*models.OSPFInterfacePolicy, error)
- func (sm *ServiceManager) CreatePCVPCInterfacePolicyGroup(name string, description string, ...) (*models.PCVPCInterfacePolicyGroup, error)
- func (sm *ServiceManager) CreatePODMaintenanceGroup(name string, description string, ...) (*models.PODMaintenanceGroup, error)
- func (sm *ServiceManager) CreatePhysicalDomain(name string, description string, physDomPattr models.PhysicalDomainAttributes) (*models.PhysicalDomain, error)
- func (sm *ServiceManager) CreatePortSecurityPolicy(name string, description string, ...) (*models.PortSecurityPolicy, error)
- func (sm *ServiceManager) CreateRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string, ...) (*models.Ranges, error)
- func (sm *ServiceManager) CreateRelationcloudRsCloudEPgCtxFromCloudEPg(parentDn, tnFvCtxName string) error
- func (sm *ServiceManager) CreateRelationcloudRsCloudEPgCtxFromCloudExternalEPg(parentDn, tnFvCtxName string) error
- func (sm *ServiceManager) CreateRelationcloudRsCtxProfileToRegionFromCloudContextProfile(parentDn, tnCloudRegionName string) error
- func (sm *ServiceManager) CreateRelationcloudRsCtxToFlowLogFromCloudContextProfile(parentDn, tnCloudAwsFlowLogPolName string) error
- func (sm *ServiceManager) CreateRelationcloudRsSubnetToFlowLogFromCloudSubnet(parentDn, tnCloudAwsFlowLogPolName string) error
- func (sm *ServiceManager) CreateRelationcloudRsToCtxFromCloudContextProfile(parentDn, tnFvCtxName string) error
- func (sm *ServiceManager) CreateRelationcloudRsZoneAttachFromCloudSubnet(parentDn, tnCloudZoneName string) error
- func (sm *ServiceManager) CreateRelationconfigRsExportDestinationFromConfigurationExportPolicy(parentDn, tnFileRemotePathName string) error
- func (sm *ServiceManager) CreateRelationconfigRsExportSchedulerFromConfigurationExportPolicy(parentDn, tnTrigSchedPName string) error
- func (sm *ServiceManager) CreateRelationconfigRsImportSourceFromConfigurationImportPolicy(parentDn, tnFileRemotePathName string) error
- func (sm *ServiceManager) CreateRelationconfigRsRemotePathFromConfigurationExportPolicy(parentDn, tnFileRemotePathName string) error
- func (sm *ServiceManager) CreateRelationconfigRsRemotePathFromConfigurationImportPolicy(parentDn, tnFileRemotePathName string) error
- func (sm *ServiceManager) CreateRelationextnwRsOutFromL3DomainProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfabricRsToPeerNodeCfgFromNodePolicyEndPoint(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfabricRsVpcInstPolFromVPCExplicitProtectionGroup(parentDn, tnVpcInstPolName string) error
- func (sm *ServiceManager) CreateRelationfcRsVsanAttrDefFromFCDomain(parentDn, tnFcVsanAttrPName string) error
- func (sm *ServiceManager) CreateRelationfcRsVsanAttrFromFCDomain(parentDn, tnFcVsanAttrPName string) error
- func (sm *ServiceManager) CreateRelationfcRsVsanNsDefFromFCDomain(parentDn, tnFvnsAVsanInstPName string) error
- func (sm *ServiceManager) CreateRelationfcRsVsanNsFromFCDomain(parentDn, tnFvnsVsanInstPName string) error
- func (sm *ServiceManager) CreateRelationfirmwareRsFwgrppFromFirmwareGroup(parentDn, tnFirmwareFwPName string) error
- func (sm *ServiceManager) CreateRelationfvRsABDPolMonPolFromBridgeDomain(parentDn, tnMonEPGPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsAEPgMonPolFromApplicationEPG(parentDn, tnMonEPGPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsApMonPolFromApplicationProfile(parentDn, tnMonEPGPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDSubnetToOutFromSubnet(parentDn, tnL3extOutName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDSubnetToProfileFromSubnet(parentDn, tnRtctrlProfileName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDToFhsFromBridgeDomain(parentDn, tnFhsBDPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDToNdPFromBridgeDomain(parentDn, tnNdIfPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDToNetflowMonitorPolFromBridgeDomain(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) CreateRelationfvRsBDToOutFromBridgeDomain(parentDn, tnL3extOutName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDToProfileFromBridgeDomain(parentDn, tnRtctrlProfileName string) error
- func (sm *ServiceManager) CreateRelationfvRsBDToRelayPFromBridgeDomain(parentDn, tnDhcpRelayPName string) error
- func (sm *ServiceManager) CreateRelationfvRsBdFloodToFromBridgeDomain(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsBdFromApplicationEPG(parentDn, tnFvBDName string) error
- func (sm *ServiceManager) CreateRelationfvRsBdToEpRetFromBridgeDomain(parentDn, tnFvEpRetPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsBgpCtxPolFromVRF(parentDn, tnBgpCtxPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsFromApplicationEPG(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsFromCloudEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsFromCloudExternalEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsIfFromApplicationEPG(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsIfFromCloudEPg(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsIfFromCloudExternalEPg(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) CreateRelationfvRsConsIfFromExternalNetworkInstanceProfile(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxFromBridgeDomain(parentDn, tnFvCtxName string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxMcastToFromVRF(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxMonPolFromVRF(parentDn, tnMonEPGPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxToBgpCtxAfPolFromVRF(parentDn, tnBgpCtxAfPolName, af string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxToEigrpCtxAfPolFromVRF(parentDn, tnEigrpCtxAfPolName, af string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxToEpRetFromVRF(parentDn, tnFvEpRetPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxToExtRouteTagPolFromVRF(parentDn, tnL3extRouteTagPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsCtxToOspfCtxPolFromVRF(parentDn, tnOspfCtxPolName, af string) error
- func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromApplicationEPG(parentDn, tnQosCustomPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromCloudEPg(parentDn, tnQosCustomPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromCloudExternalEPg(parentDn, tnQosCustomPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsCustQosPolFromExternalNetworkInstanceProfile(parentDn, tnQosCustomPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsDomAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsDppPolFromApplicationEPG(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsFcPathAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsGraphDefFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsIgmpsnFromBridgeDomain(parentDn, tnIgmpSnoopPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromApplicationEPG(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromCloudEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromCloudExternalEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsIntraEpgFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsMldsnFromBridgeDomain(parentDn, tnMldSnoopPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsNdPfxPolFromSubnet(parentDn, tnNdPfxPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsNodeAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsOspfCtxPolFromVRF(parentDn, tnOspfCtxPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsPathAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsProtByFromApplicationEPG(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) CreateRelationfvRsProtByFromCloudEPg(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) CreateRelationfvRsProtByFromCloudExternalEPg(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) CreateRelationfvRsProtByFromExternalNetworkInstanceProfile(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) CreateRelationfvRsProvDefFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsProvFromApplicationEPG(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsProvFromCloudEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsProvFromCloudExternalEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsProvFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromCloudEPg(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromCloudExternalEPg(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsSecInheritedFromExternalNetworkInstanceProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsTenantMonPolFromTenant(parentDn, tnMonEPGPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsTnDenyRuleFromTenant(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationfvRsTrustCtrlFromApplicationEPG(parentDn, tnFhsTrustCtrlPolName string) error
- func (sm *ServiceManager) CreateRelationfvRsVrfValidationPolFromVRF(parentDn, tnL3extVrfValidationPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsAccBaseGrpFromAccessPortSelector(parentDn, tnInfraAccBaseGrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsAccBndlGrpToAggrIfFromPCVPCInterfacePolicyGroup(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationinfraRsAccBndlSubgrpFromAccessPortBlock(parentDn, tnInfraAccBndlSubgrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsAccCardPFromLeafProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationinfraRsAccNodePGrpFromSwitchAssociation(parentDn, tnInfraAccNodePGrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsAccPortPFromLeafProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup(parentDn, tnInfraAttEntityPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnCdpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnCdpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsCoppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnCoppIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsCoppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnCoppIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsDomPFromAttachableAccessEntityProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromFCDomain(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromL3DomainProfile(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromPhysicalDomain(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsDomVxlanNsDefFromVMMDomain(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsDwdmIfPolFromLeafAccessPortPolicyGroup(parentDn, tnDwdmIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsFcIfPolFromLeafAccessPortPolicyGroup(parentDn, tnFcIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsFcIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnFcIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationinfraRsHIfPolFromLeafAccessPortPolicyGroup(parentDn, tnFabricHIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsHIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnFabricHIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2IfPolFromLeafAccessPortPolicyGroup(parentDn, tnL2IfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2IfPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2IfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup(parentDn, tnL2InstPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2InstPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2PortAuthPolFromLeafAccessPortPolicyGroup(parentDn, tnL2PortAuthPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2PortAuthPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2PortAuthPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2PortSecurityPolFromLeafAccessPortPolicyGroup(parentDn, tnL2PortSecurityPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsL2PortSecurityPolFromPCVPCInterfacePolicyGroup(parentDn, tnL2PortSecurityPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsLacpPolFromPCVPCInterfacePolicyGroup(parentDn, tnLacpLagPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsLldpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnLldpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsLldpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnLldpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsMacsecIfPolFromLeafAccessPortPolicyGroup(parentDn, tnMacsecIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsMacsecIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnMacsecIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnMcpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnMcpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsMonIfInfraPolFromLeafAccessPortPolicyGroup(parentDn, tnMonInfraPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsMonIfInfraPolFromPCVPCInterfacePolicyGroup(parentDn, tnMonInfraPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) CreateRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) CreateRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup(parentDn, tnPoeIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosDppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosDppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosEgressDppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosEgressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosIngressDppIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosIngressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosPfcIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosPfcIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosPfcIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosPfcIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosSdIfPolFromLeafAccessPortPolicyGroup(parentDn, tnQosSdIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsQosSdIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnQosSdIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVDestGrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVDestGrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVSrcGrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVSrcGrpName string) error
- func (sm *ServiceManager) CreateRelationinfraRsStormctrlIfPolFromLeafAccessPortPolicyGroup(parentDn, tnStormctrlIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsStormctrlIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnStormctrlIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsStpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnStpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsStpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnStpIfPolName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromFCDomain(parentDn, tnFvnsAddrInstName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromL3DomainProfile(parentDn, tnFvnsAddrInstName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromPhysicalDomain(parentDn, tnFvnsAddrInstName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVipAddrNsFromVMMDomain(parentDn, tnFvnsAddrInstName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromFCDomain(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromL3DomainProfile(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromPhysicalDomain(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsDefFromVMMDomain(parentDn, tnFvnsAInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromFCDomain(parentDn, tnFvnsVlanInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromL3DomainProfile(parentDn, tnFvnsVlanInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromPhysicalDomain(parentDn, tnFvnsVlanInstPName string) error
- func (sm *ServiceManager) CreateRelationinfraRsVlanNsFromVMMDomain(parentDn, tnFvnsVlanInstPName string) error
- func (sm *ServiceManager) CreateRelationl3extRsArpIfPolFromLogicalInterfaceProfile(parentDn, tnArpIfPolName string) error
- func (sm *ServiceManager) CreateRelationl3extRsDampeningPolFromL3Outside(parentDn, tnRtctrlProfileName, af string) error
- func (sm *ServiceManager) CreateRelationl3extRsEctxFromL3Outside(parentDn, tnFvCtxName string) error
- func (sm *ServiceManager) CreateRelationl3extRsEgressQosDppPolFromLogicalInterfaceProfile(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationl3extRsIngressQosDppPolFromLogicalInterfaceProfile(parentDn, tnQosDppPolName string) error
- func (sm *ServiceManager) CreateRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile(parentDn, tnFvAEPgName string) error
- func (sm *ServiceManager) CreateRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile(parentDn, tnRtctrlProfileName, direction string) error
- func (sm *ServiceManager) CreateRelationl3extRsInterleakPolFromL3Outside(parentDn, tnRtctrlProfileName string) error
- func (sm *ServiceManager) CreateRelationl3extRsL3DomAttFromL3Outside(parentDn, tnExtnwDomPName string) error
- func (sm *ServiceManager) CreateRelationl3extRsL3InstPToDomPFromExternalNetworkInstanceProfile(parentDn, tnExtnwDomPName string) error
- func (sm *ServiceManager) CreateRelationl3extRsLIfPCustQosPolFromLogicalInterfaceProfile(parentDn, tnQosCustomPolName string) error
- func (sm *ServiceManager) CreateRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) CreateRelationl3extRsNdIfPolFromLogicalInterfaceProfile(parentDn, tnNdIfPolName string) error
- func (sm *ServiceManager) CreateRelationl3extRsNodeL3OutAttFromLogicalNodeProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationl3extRsOutToBDPublicSubnetHolderFromL3Outside(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile(parentDn, tDn string) error
- func (sm *ServiceManager) CreateRelationl3extRsSubnetToProfileFromL3ExtSubnet(parentDn, tnRtctrlProfileName, direction string) error
- func (sm *ServiceManager) CreateRelationl3extRsSubnetToRtSummFromL3ExtSubnet(parentDn, tnRtsumARtSummPolName string) error
- func (sm *ServiceManager) CreateRelationmaintRsMgrppFromPODMaintenanceGroup(parentDn, tnMaintMaintPName string) error
- func (sm *ServiceManager) CreateRelationmaintRsPolNotifFromMaintenancePolicy(parentDn, tnMaintUserNotifName string) error
- func (sm *ServiceManager) CreateRelationmaintRsPolSchedulerFromMaintenancePolicy(parentDn, tnTrigSchedPName string) error
- func (sm *ServiceManager) CreateRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup(parentDn, tnSpanFilterGrpName string) error
- func (sm *ServiceManager) CreateRelationtrigRsTriggerableFromConfigurationExportPolicy(parentDn, tnTrigTriggerableName string) error
- func (sm *ServiceManager) CreateRelationtrigRsTriggerableFromConfigurationImportPolicy(parentDn, tnTrigTriggerableName string) error
- func (sm *ServiceManager) CreateRelationtrigRsTriggerableFromMaintenancePolicy(parentDn, tnTrigTriggerableName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDefaultCdpIfPolFromVMMDomain(parentDn, tnCdpIfPolName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDefaultFwPolFromVMMDomain(parentDn, tnNwsFwPolName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDefaultL2InstPolFromVMMDomain(parentDn, tnL2InstPolName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDefaultLacpLagPolFromVMMDomain(parentDn, tnLacpLagPolName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDefaultLldpIfPolFromVMMDomain(parentDn, tnLldpIfPolName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDefaultStpIfPolFromVMMDomain(parentDn, tnStpIfPolName string) error
- func (sm *ServiceManager) CreateRelationvmmRsDomMcastAddrNsFromVMMDomain(parentDn, tnFvnsMcastAddrInstPName string) error
- func (sm *ServiceManager) CreateRelationvmmRsPrefEnhancedLagPolFromVMMDomain(parentDn, tnLacpEnhancedLagPolName string) error
- func (sm *ServiceManager) CreateRelationvzRsAnyToConsFromAny(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationvzRsAnyToConsIfFromAny(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) CreateRelationvzRsAnyToProvFromAny(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) CreateRelationvzRsFiltGraphAttFromFilter(parentDn, tnVnsInTermName string) error
- func (sm *ServiceManager) CreateRelationvzRsFwdRFltPAttFromFilter(parentDn, tnVzAFilterableUnitName string) error
- func (sm *ServiceManager) CreateRelationvzRsGraphAttFromContract(parentDn, tnVnsAbsGraphName string) error
- func (sm *ServiceManager) CreateRelationvzRsRevRFltPAttFromFilter(parentDn, tnVzAFilterableUnitName string) error
- func (sm *ServiceManager) CreateRelationvzRsSdwanPolFromContractSubject(parentDn, tnExtdevSDWanSlaPolName string) error
- func (sm *ServiceManager) CreateRelationvzRsSubjFiltAttFromContractSubject(parentDn, tnVzFilterName string) error
- func (sm *ServiceManager) CreateRelationvzRsSubjGraphAttFromContractSubject(parentDn, tnVnsAbsGraphName string) error
- func (sm *ServiceManager) CreateSPANDestinationGroup(name string, tenant string, description string, ...) (*models.SPANDestinationGroup, error)
- func (sm *ServiceManager) CreateSPANSourceGroup(name string, tenant string, description string, ...) (*models.SPANSourceGroup, error)
- func (sm *ServiceManager) CreateSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string, description string, ...) (*models.SPANSourcedestinationGroupMatchLabel, error)
- func (sm *ServiceManager) CreateSubnet(ip string, bridge_domain string, tenant string, description string, ...) (*models.Subnet, error)
- func (sm *ServiceManager) CreateSwitchAssociation(switch_association_type string, name string, leaf_profile string, ...) (*models.SwitchAssociation, error)
- func (sm *ServiceManager) CreateTabooContract(name string, tenant string, description string, ...) (*models.TabooContract, error)
- func (sm *ServiceManager) CreateTenant(name string, description string, fvTenantattr models.TenantAttributes) (*models.Tenant, error)
- func (sm *ServiceManager) CreateTriggerScheduler(name string, description string, ...) (*models.TriggerScheduler, error)
- func (sm *ServiceManager) CreateVLANPool(allocMode string, name string, description string, ...) (*models.VLANPool, error)
- func (sm *ServiceManager) CreateVMMDomain(name string, provider_profile_vendor string, description string, ...) (*models.VMMDomain, error)
- func (sm *ServiceManager) CreateVPCExplicitProtectionGroup(name string, description string, switch1 string, switch2 string, ...) (*models.VPCExplicitProtectionGroup, error)
- func (sm *ServiceManager) CreateVRF(name string, tenant string, description string, fvCtxattr models.VRFAttributes) (*models.VRF, error)
- func (sm *ServiceManager) CreateVSANPool(allocMode string, name string, description string, ...) (*models.VSANPool, error)
- func (sm *ServiceManager) CreateVXLANPool(name string, description string, fvnsVxlanInstPattr models.VXLANPoolAttributes) (*models.VXLANPool, error)
- func (sm *ServiceManager) CreateVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string, description string, ...) (*models.VlanEncapsulationforVxlanTraffic, error)
- func (sm *ServiceManager) CreateX509Certificate(name string, local_user string, description string, ...) (*models.X509Certificate, error)
- func (sm *ServiceManager) Delete(obj models.Model) error
- func (sm *ServiceManager) DeleteAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) error
- func (sm *ServiceManager) DeleteAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string) error
- func (sm *ServiceManager) DeleteAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) error
- func (sm *ServiceManager) DeleteActionRuleProfile(name string, tenant string) error
- func (sm *ServiceManager) DeleteAny(vrf string, tenant string) error
- func (sm *ServiceManager) DeleteApplicationEPG(name string, application_profile string, tenant string) error
- func (sm *ServiceManager) DeleteApplicationProfile(name string, tenant string) error
- func (sm *ServiceManager) DeleteAttachableAccessEntityProfile(name string) error
- func (sm *ServiceManager) DeleteAutonomousSystemProfile() error
- func (sm *ServiceManager) DeleteBridgeDomain(name string, tenant string) error
- func (sm *ServiceManager) DeleteByDn(dn, className string) error
- func (sm *ServiceManager) DeleteCDPInterfacePolicy(name string) error
- func (sm *ServiceManager) DeleteCloudAWSProvider(tenant string) error
- func (sm *ServiceManager) DeleteCloudApplicationcontainer(name string, tenant string) error
- func (sm *ServiceManager) DeleteCloudAvailabilityZone(name string, cloud_providers_region string, ...) error
- func (sm *ServiceManager) DeleteCloudCIDRPool(addr string, cloud_context_profile string, tenant string) error
- func (sm *ServiceManager) DeleteCloudContextProfile(name string, tenant string) error
- func (sm *ServiceManager) DeleteCloudDomainProfile() error
- func (sm *ServiceManager) DeleteCloudEPg(name string, cloud_application_container string, tenant string) error
- func (sm *ServiceManager) DeleteCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, ...) error
- func (sm *ServiceManager) DeleteCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, ...) error
- func (sm *ServiceManager) DeleteCloudExternalEPg(name string, cloud_application_container string, tenant string) error
- func (sm *ServiceManager) DeleteCloudProviderProfile(vendor string) error
- func (sm *ServiceManager) DeleteCloudProvidersRegion(name string, cloud_provider_profile_vendor string) error
- func (sm *ServiceManager) DeleteCloudSubnet(ip string, cloud_cidr_pool_addr string, cloud_context_profile string, ...) error
- func (sm *ServiceManager) DeleteConfigurationExportPolicy(name string) error
- func (sm *ServiceManager) DeleteConfigurationImportPolicy(name string) error
- func (sm *ServiceManager) DeleteContract(name string, tenant string) error
- func (sm *ServiceManager) DeleteContractSubject(name string, contract string, tenant string) error
- func (sm *ServiceManager) DeleteDomain(tDn string, attachable_access_entity_profile string) error
- func (sm *ServiceManager) DeleteEndPointRetentionPolicy(name string, tenant string) error
- func (sm *ServiceManager) DeleteExternalNetworkInstanceProfile(name string, l3_outside string, tenant string) error
- func (sm *ServiceManager) DeleteFCDomain(name string) error
- func (sm *ServiceManager) DeleteFabricNodeMember(serial string) error
- func (sm *ServiceManager) DeleteFilter(name string, tenant string) error
- func (sm *ServiceManager) DeleteFilterEntry(name string, filter string, tenant string) error
- func (sm *ServiceManager) DeleteFirmwareDownloadTask(name string) error
- func (sm *ServiceManager) DeleteFirmwareGroup(name string) error
- func (sm *ServiceManager) DeleteFirmwarePolicy(name string) error
- func (sm *ServiceManager) DeleteInterfaceFCPolicy(name string) error
- func (sm *ServiceManager) DeleteL2InterfacePolicy(name string) error
- func (sm *ServiceManager) DeleteL3DomainProfile(name string) error
- func (sm *ServiceManager) DeleteL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, ...) error
- func (sm *ServiceManager) DeleteL3Outside(name string, tenant string) error
- func (sm *ServiceManager) DeleteLACPPolicy(name string) error
- func (sm *ServiceManager) DeleteLLDPInterfacePolicy(name string) error
- func (sm *ServiceManager) DeleteLeafAccessPortPolicyGroup(name string) error
- func (sm *ServiceManager) DeleteLeafInterfaceProfile(name string) error
- func (sm *ServiceManager) DeleteLeafProfile(name string) error
- func (sm *ServiceManager) DeleteLocalUser(name string) error
- func (sm *ServiceManager) DeleteLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string) error
- func (sm *ServiceManager) DeleteLogicalNodeProfile(name string, l3_outside string, tenant string) error
- func (sm *ServiceManager) DeleteMaintenancePolicy(name string) error
- func (sm *ServiceManager) DeleteMiscablingProtocolInterfacePolicy(name string) error
- func (sm *ServiceManager) DeleteMonitoringPolicy(name string, tenant string) error
- func (sm *ServiceManager) DeleteNodeBlockFW(name string, firmware_group string) error
- func (sm *ServiceManager) DeleteNodeBlockMG(name string, pod_maintenance_group string) error
- func (sm *ServiceManager) DeleteNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string) error
- func (sm *ServiceManager) DeleteOSPFInterfacePolicy(name string, tenant string) error
- func (sm *ServiceManager) DeletePCVPCInterfacePolicyGroup(name string) error
- func (sm *ServiceManager) DeletePODMaintenanceGroup(name string) error
- func (sm *ServiceManager) DeletePhysicalDomain(name string) error
- func (sm *ServiceManager) DeletePortSecurityPolicy(name string) error
- func (sm *ServiceManager) DeleteRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string) error
- func (sm *ServiceManager) DeleteRelationcloudRsCtxProfileToRegionFromCloudContextProfile(parentDn string) error
- func (sm *ServiceManager) DeleteRelationcloudRsCtxToFlowLogFromCloudContextProfile(parentDn string) error
- func (sm *ServiceManager) DeleteRelationcloudRsSubnetToFlowLogFromCloudSubnet(parentDn string) error
- func (sm *ServiceManager) DeleteRelationcloudRsZoneAttachFromCloudSubnet(parentDn string) error
- func (sm *ServiceManager) DeleteRelationconfigRsExportDestinationFromConfigurationExportPolicy(parentDn string) error
- func (sm *ServiceManager) DeleteRelationconfigRsExportSchedulerFromConfigurationExportPolicy(parentDn string) error
- func (sm *ServiceManager) DeleteRelationconfigRsImportSourceFromConfigurationImportPolicy(parentDn string) error
- func (sm *ServiceManager) DeleteRelationconfigRsRemotePathFromConfigurationExportPolicy(parentDn string) error
- func (sm *ServiceManager) DeleteRelationconfigRsRemotePathFromConfigurationImportPolicy(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfcRsVsanAttrFromFCDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfcRsVsanNsFromFCDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsABDPolMonPolFromBridgeDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsAEPgMonPolFromApplicationEPG(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsApMonPolFromApplicationProfile(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDSubnetToOutFromSubnet(parentDn, tnL3extOutName string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDSubnetToProfileFromSubnet(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDToFhsFromBridgeDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDToNetflowMonitorPolFromBridgeDomain(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDToOutFromBridgeDomain(parentDn, tnL3extOutName string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDToProfileFromBridgeDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsBDToRelayPFromBridgeDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsBdFloodToFromBridgeDomain(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsFromApplicationEPG(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsFromCloudEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsFromCloudExternalEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsIfFromApplicationEPG(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsIfFromCloudEPg(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsIfFromCloudExternalEPg(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) DeleteRelationfvRsConsIfFromExternalNetworkInstanceProfile(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) DeleteRelationfvRsCtxMonPolFromVRF(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsCtxToBgpCtxAfPolFromVRF(parentDn, tnBgpCtxAfPolName, af string) error
- func (sm *ServiceManager) DeleteRelationfvRsCtxToEigrpCtxAfPolFromVRF(parentDn, tnEigrpCtxAfPolName, af string) error
- func (sm *ServiceManager) DeleteRelationfvRsCtxToOspfCtxPolFromVRF(parentDn, tnOspfCtxPolName, af string) error
- func (sm *ServiceManager) DeleteRelationfvRsDomAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsDppPolFromApplicationEPG(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsFcPathAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromApplicationEPG(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromCloudEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromCloudExternalEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsIntraEpgFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsNdPfxPolFromSubnet(parentDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsNodeAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsPathAttFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsProtByFromApplicationEPG(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProtByFromCloudEPg(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProtByFromCloudExternalEPg(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProtByFromExternalNetworkInstanceProfile(parentDn, tnVzTabooName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProvFromApplicationEPG(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProvFromCloudEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProvFromCloudExternalEPg(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsProvFromExternalNetworkInstanceProfile(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromApplicationEPG(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromCloudEPg(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromCloudExternalEPg(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsSecInheritedFromExternalNetworkInstanceProfile(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsTnDenyRuleFromTenant(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationfvRsTrustCtrlFromApplicationEPG(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAccBaseGrpFromAccessPortSelector(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAccBndlSubgrpFromAccessPortBlock(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAccCardPFromLeafProfile(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAccNodePGrpFromSwitchAssociation(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAccPortPFromLeafProfile(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsDomPFromAttachableAccessEntityProfile(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) DeleteRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) DeleteRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVDestGrpName string) error
- func (sm *ServiceManager) DeleteRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVDestGrpName string) error
- func (sm *ServiceManager) DeleteRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup(parentDn, tnSpanVSrcGrpName string) error
- func (sm *ServiceManager) DeleteRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup(parentDn, tnSpanVSrcGrpName string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromFCDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromL3DomainProfile(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromPhysicalDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVipAddrNsFromVMMDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromFCDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromL3DomainProfile(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromPhysicalDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationinfraRsVlanNsFromVMMDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationl3extRsDampeningPolFromL3Outside(parentDn, tnRtctrlProfileName, af string) error
- func (sm *ServiceManager) DeleteRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile(parentDn string) error
- func (sm *ServiceManager) DeleteRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile(parentDn, tnRtctrlProfileName, direction string) error
- func (sm *ServiceManager) DeleteRelationl3extRsInterleakPolFromL3Outside(parentDn string) error
- func (sm *ServiceManager) DeleteRelationl3extRsL3DomAttFromL3Outside(parentDn string) error
- func (sm *ServiceManager) DeleteRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile(parentDn, tnNetflowMonitorPolName, fltType string) error
- func (sm *ServiceManager) DeleteRelationl3extRsNodeL3OutAttFromLogicalNodeProfile(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile(parentDn, tDn string) error
- func (sm *ServiceManager) DeleteRelationl3extRsSubnetToProfileFromL3ExtSubnet(parentDn, tnRtctrlProfileName, direction string) error
- func (sm *ServiceManager) DeleteRelationl3extRsSubnetToRtSummFromL3ExtSubnet(parentDn string) error
- func (sm *ServiceManager) DeleteRelationmaintRsPolNotifFromMaintenancePolicy(parentDn string) error
- func (sm *ServiceManager) DeleteRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup(parentDn string) error
- func (sm *ServiceManager) DeleteRelationvmmRsDomMcastAddrNsFromVMMDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationvmmRsPrefEnhancedLagPolFromVMMDomain(parentDn string) error
- func (sm *ServiceManager) DeleteRelationvzRsAnyToConsFromAny(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationvzRsAnyToConsIfFromAny(parentDn, tnVzCPIfName string) error
- func (sm *ServiceManager) DeleteRelationvzRsAnyToProvFromAny(parentDn, tnVzBrCPName string) error
- func (sm *ServiceManager) DeleteRelationvzRsGraphAttFromContract(parentDn string) error
- func (sm *ServiceManager) DeleteRelationvzRsSdwanPolFromContractSubject(parentDn string) error
- func (sm *ServiceManager) DeleteRelationvzRsSubjFiltAttFromContractSubject(parentDn, tnVzFilterName string) error
- func (sm *ServiceManager) DeleteRelationvzRsSubjGraphAttFromContractSubject(parentDn string) error
- func (sm *ServiceManager) DeleteSPANDestinationGroup(name string, tenant string) error
- func (sm *ServiceManager) DeleteSPANSourceGroup(name string, tenant string) error
- func (sm *ServiceManager) DeleteSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string) error
- func (sm *ServiceManager) DeleteSubnet(ip string, bridge_domain string, tenant string) error
- func (sm *ServiceManager) DeleteSwitchAssociation(switch_association_type string, name string, leaf_profile string) error
- func (sm *ServiceManager) DeleteTabooContract(name string, tenant string) error
- func (sm *ServiceManager) DeleteTenant(name string) error
- func (sm *ServiceManager) DeleteTriggerScheduler(name string) error
- func (sm *ServiceManager) DeleteVLANPool(allocMode string, name string) error
- func (sm *ServiceManager) DeleteVMMDomain(name string, provider_profile_vendor string) error
- func (sm *ServiceManager) DeleteVPCExplicitProtectionGroup(name string) error
- func (sm *ServiceManager) DeleteVRF(name string, tenant string) error
- func (sm *ServiceManager) DeleteVSANPool(allocMode string, name string) error
- func (sm *ServiceManager) DeleteVXLANPool(name string) error
- func (sm *ServiceManager) DeleteVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string) error
- func (sm *ServiceManager) DeleteX509Certificate(name string, local_user string) error
- func (sm *ServiceManager) Get(dn string) (*container.Container, error)
- func (sm *ServiceManager) GetViaURL(url string) (*container.Container, error)
- func (sm *ServiceManager) ListAccessPortBlock(access_port_selector_type string, access_port_selector string, ...) ([]*models.AccessPortBlock, error)
- func (sm *ServiceManager) ListAccessPortSelector(leaf_interface_profile string) ([]*models.AccessPortSelector, error)
- func (sm *ServiceManager) ListAccessSubPortBlock(access_port_selector_type string, access_port_selector string, ...) ([]*models.AccessSubPortBlock, error)
- func (sm *ServiceManager) ListActionRuleProfile(tenant string) ([]*models.ActionRuleProfile, error)
- func (sm *ServiceManager) ListAny(vrf string, tenant string) ([]*models.Any, error)
- func (sm *ServiceManager) ListApplicationEPG(application_profile string, tenant string) ([]*models.ApplicationEPG, error)
- func (sm *ServiceManager) ListApplicationProfile(tenant string) ([]*models.ApplicationProfile, error)
- func (sm *ServiceManager) ListAttachableAccessEntityProfile() ([]*models.AttachableAccessEntityProfile, error)
- func (sm *ServiceManager) ListAutonomousSystemProfile() ([]*models.AutonomousSystemProfile, error)
- func (sm *ServiceManager) ListBridgeDomain(tenant string) ([]*models.BridgeDomain, error)
- func (sm *ServiceManager) ListCDPInterfacePolicy() ([]*models.CDPInterfacePolicy, error)
- func (sm *ServiceManager) ListCloudAWSProvider(tenant string) ([]*models.CloudAWSProvider, error)
- func (sm *ServiceManager) ListCloudApplicationcontainer(tenant string) ([]*models.CloudApplicationcontainer, error)
- func (sm *ServiceManager) ListCloudAvailabilityZone(cloud_providers_region string, cloud_provider_profile_vendor string) ([]*models.CloudAvailabilityZone, error)
- func (sm *ServiceManager) ListCloudCIDRPool(cloud_context_profile string, tenant string) ([]*models.CloudCIDRPool, error)
- func (sm *ServiceManager) ListCloudContextProfile(tenant string) ([]*models.CloudContextProfile, error)
- func (sm *ServiceManager) ListCloudDomainProfile() ([]*models.CloudDomainProfile, error)
- func (sm *ServiceManager) ListCloudEPg(cloud_application_container string, tenant string) ([]*models.CloudEPg, error)
- func (sm *ServiceManager) ListCloudEndpointSelector(cloud_epg string, cloud_application_container string, tenant string) ([]*models.CloudEndpointSelector, error)
- func (sm *ServiceManager) ListCloudEndpointSelectorforExternalEPgs(cloud_external_epg string, cloud_application_container string, tenant string) ([]*models.CloudEndpointSelectorforExternalEPgs, error)
- func (sm *ServiceManager) ListCloudExternalEPg(cloud_application_container string, tenant string) ([]*models.CloudExternalEPg, error)
- func (sm *ServiceManager) ListCloudProviderProfile() ([]*models.CloudProviderProfile, error)
- func (sm *ServiceManager) ListCloudProvidersRegion(cloud_provider_profile_vendor string) ([]*models.CloudProvidersRegion, error)
- func (sm *ServiceManager) ListCloudSubnet(cloud_cidr_pool_addr string, cloud_context_profile string, tenant string) ([]*models.CloudSubnet, error)
- func (sm *ServiceManager) ListConfigurationExportPolicy() ([]*models.ConfigurationExportPolicy, error)
- func (sm *ServiceManager) ListConfigurationImportPolicy() ([]*models.ConfigurationImportPolicy, error)
- func (sm *ServiceManager) ListContract(tenant string) ([]*models.Contract, error)
- func (sm *ServiceManager) ListContractSubject(contract string, tenant string) ([]*models.ContractSubject, error)
- func (sm *ServiceManager) ListDomain(attachable_access_entity_profile string) ([]*models.Domain, error)
- func (sm *ServiceManager) ListEndPointRetentionPolicy(tenant string) ([]*models.EndPointRetentionPolicy, error)
- func (sm *ServiceManager) ListExternalNetworkInstanceProfile(l3_outside string, tenant string) ([]*models.ExternalNetworkInstanceProfile, error)
- func (sm *ServiceManager) ListFCDomain() ([]*models.FCDomain, error)
- func (sm *ServiceManager) ListFabricNodeMember() ([]*models.FabricNodeMember, error)
- func (sm *ServiceManager) ListFilter(tenant string) ([]*models.Filter, error)
- func (sm *ServiceManager) ListFilterEntry(filter string, tenant string) ([]*models.FilterEntry, error)
- func (sm *ServiceManager) ListFirmwareDownloadTask() ([]*models.FirmwareDownloadTask, error)
- func (sm *ServiceManager) ListFirmwareGroup() ([]*models.FirmwareGroup, error)
- func (sm *ServiceManager) ListFirmwarePolicy() ([]*models.FirmwarePolicy, error)
- func (sm *ServiceManager) ListInterfaceFCPolicy() ([]*models.InterfaceFCPolicy, error)
- func (sm *ServiceManager) ListL2InterfacePolicy() ([]*models.L2InterfacePolicy, error)
- func (sm *ServiceManager) ListL3DomainProfile() ([]*models.L3DomainProfile, error)
- func (sm *ServiceManager) ListL3L3ExtSubnet(external_network_instance_profile string, l3_outside string, tenant string) ([]*models.L3ExtSubnet, error)
- func (sm *ServiceManager) ListL3Outside(tenant string) ([]*models.L3Outside, error)
- func (sm *ServiceManager) ListLACPPolicy() ([]*models.LACPPolicy, error)
- func (sm *ServiceManager) ListLLDPInterfacePolicy() ([]*models.LLDPInterfacePolicy, error)
- func (sm *ServiceManager) ListLeafAccessPortPolicyGroup() ([]*models.LeafAccessPortPolicyGroup, error)
- func (sm *ServiceManager) ListLeafInterfaceProfile() ([]*models.LeafInterfaceProfile, error)
- func (sm *ServiceManager) ListLeafProfile() ([]*models.LeafProfile, error)
- func (sm *ServiceManager) ListLocalUser() ([]*models.LocalUser, error)
- func (sm *ServiceManager) ListLogicalInterfaceProfile(logical_node_profile string, l3_outside string, tenant string) ([]*models.LogicalInterfaceProfile, error)
- func (sm *ServiceManager) ListLogicalNodeProfile(l3_outside string, tenant string) ([]*models.LogicalNodeProfile, error)
- func (sm *ServiceManager) ListMaintenancePolicy() ([]*models.MaintenancePolicy, error)
- func (sm *ServiceManager) ListMiscablingProtocolInterfacePolicy() ([]*models.MiscablingProtocolInterfacePolicy, error)
- func (sm *ServiceManager) ListMonitoringPolicy(tenant string) ([]*models.MonitoringPolicy, error)
- func (sm *ServiceManager) ListNodeBlockFW(firmware_group string) ([]*models.NodeBlockFW, error)
- func (sm *ServiceManager) ListNodeBlockMG(pod_maintenance_group string) ([]*models.NodeBlockMG, error)
- func (sm *ServiceManager) ListNodePolicyEndPoint(vpc_explicit_protection_group string) ([]*models.NodePolicyEndPoint, error)
- func (sm *ServiceManager) ListOSPFInterfacePolicy(tenant string) ([]*models.OSPFInterfacePolicy, error)
- func (sm *ServiceManager) ListPCVPCInterfacePolicyGroup() ([]*models.PCVPCInterfacePolicyGroup, error)
- func (sm *ServiceManager) ListPODMaintenanceGroup() ([]*models.PODMaintenanceGroup, error)
- func (sm *ServiceManager) ListPhysicalDomain() ([]*models.PhysicalDomain, error)
- func (sm *ServiceManager) ListPortSecurityPolicy() ([]*models.PortSecurityPolicy, error)
- func (sm *ServiceManager) ListRanges(vlan_pool_allocMode string, vlan_pool string) ([]*models.Ranges, error)
- func (sm *ServiceManager) ListSPANDestinationGroup(tenant string) ([]*models.SPANDestinationGroup, error)
- func (sm *ServiceManager) ListSPANSourceGroup(tenant string) ([]*models.SPANSourceGroup, error)
- func (sm *ServiceManager) ListSPANSourcedestinationGroupMatchLabel(span_source_group string, tenant string) ([]*models.SPANSourcedestinationGroupMatchLabel, error)
- func (sm *ServiceManager) ListSubnet(bridge_domain string, tenant string) ([]*models.Subnet, error)
- func (sm *ServiceManager) ListSwitchAssociation(leaf_profile string) ([]*models.SwitchAssociation, error)
- func (sm *ServiceManager) ListTabooContract(tenant string) ([]*models.TabooContract, error)
- func (sm *ServiceManager) ListTenant() ([]*models.Tenant, error)
- func (sm *ServiceManager) ListTriggerScheduler() ([]*models.TriggerScheduler, error)
- func (sm *ServiceManager) ListVLANPool() ([]*models.VLANPool, error)
- func (sm *ServiceManager) ListVMMDomain(provider_profile_vendor string) ([]*models.VMMDomain, error)
- func (sm *ServiceManager) ListVPCExplicitProtectionGroup() ([]*models.VPCExplicitProtectionGroup, error)
- func (sm *ServiceManager) ListVRF(tenant string) ([]*models.VRF, error)
- func (sm *ServiceManager) ListVSANPool() ([]*models.VSANPool, error)
- func (sm *ServiceManager) ListVXLANPool() ([]*models.VXLANPool, error)
- func (sm *ServiceManager) ListVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string) ([]*models.VlanEncapsulationforVxlanTraffic, error)
- func (sm *ServiceManager) ListX509Certificate(local_user string) ([]*models.X509Certificate, error)
- func (sm *ServiceManager) PrepareModel(obj models.Model) (*container.Container, string, error)
- func (sm *ServiceManager) ReadAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) (*models.AccessPortBlock, error)
- func (sm *ServiceManager) ReadAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string) (*models.AccessPortSelector, error)
- func (sm *ServiceManager) ReadAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) (*models.AccessSubPortBlock, error)
- func (sm *ServiceManager) ReadActionRuleProfile(name string, tenant string) (*models.ActionRuleProfile, error)
- func (sm *ServiceManager) ReadAny(vrf string, tenant string) (*models.Any, error)
- func (sm *ServiceManager) ReadApplicationEPG(name string, application_profile string, tenant string) (*models.ApplicationEPG, error)
- func (sm *ServiceManager) ReadApplicationProfile(name string, tenant string) (*models.ApplicationProfile, error)
- func (sm *ServiceManager) ReadAttachableAccessEntityProfile(name string) (*models.AttachableAccessEntityProfile, error)
- func (sm *ServiceManager) ReadAutonomousSystemProfile() (*models.AutonomousSystemProfile, error)
- func (sm *ServiceManager) ReadBridgeDomain(name string, tenant string) (*models.BridgeDomain, error)
- func (sm *ServiceManager) ReadCDPInterfacePolicy(name string) (*models.CDPInterfacePolicy, error)
- func (sm *ServiceManager) ReadCloudAWSProvider(tenant string) (*models.CloudAWSProvider, error)
- func (sm *ServiceManager) ReadCloudApplicationcontainer(name string, tenant string) (*models.CloudApplicationcontainer, error)
- func (sm *ServiceManager) ReadCloudAvailabilityZone(name string, cloud_providers_region string, ...) (*models.CloudAvailabilityZone, error)
- func (sm *ServiceManager) ReadCloudCIDRPool(addr string, cloud_context_profile string, tenant string) (*models.CloudCIDRPool, error)
- func (sm *ServiceManager) ReadCloudContextProfile(name string, tenant string) (*models.CloudContextProfile, error)
- func (sm *ServiceManager) ReadCloudDomainProfile() (*models.CloudDomainProfile, error)
- func (sm *ServiceManager) ReadCloudEPg(name string, cloud_application_container string, tenant string) (*models.CloudEPg, error)
- func (sm *ServiceManager) ReadCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, ...) (*models.CloudEndpointSelector, error)
- func (sm *ServiceManager) ReadCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, ...) (*models.CloudEndpointSelectorforExternalEPgs, error)
- func (sm *ServiceManager) ReadCloudExternalEPg(name string, cloud_application_container string, tenant string) (*models.CloudExternalEPg, error)
- func (sm *ServiceManager) ReadCloudProviderProfile(vendor string) (*models.CloudProviderProfile, error)
- func (sm *ServiceManager) ReadCloudProvidersRegion(name string, cloud_provider_profile_vendor string) (*models.CloudProvidersRegion, error)
- func (sm *ServiceManager) ReadCloudSubnet(ip string, cloud_cidr_pool_addr string, cloud_context_profile string, ...) (*models.CloudSubnet, error)
- func (sm *ServiceManager) ReadConfigurationExportPolicy(name string) (*models.ConfigurationExportPolicy, error)
- func (sm *ServiceManager) ReadConfigurationImportPolicy(name string) (*models.ConfigurationImportPolicy, error)
- func (sm *ServiceManager) ReadContract(name string, tenant string) (*models.Contract, error)
- func (sm *ServiceManager) ReadContractSubject(name string, contract string, tenant string) (*models.ContractSubject, error)
- func (sm *ServiceManager) ReadDomain(tDn string, attachable_access_entity_profile string) (*models.Domain, error)
- func (sm *ServiceManager) ReadEndPointRetentionPolicy(name string, tenant string) (*models.EndPointRetentionPolicy, error)
- func (sm *ServiceManager) ReadExternalNetworkInstanceProfile(name string, l3_outside string, tenant string) (*models.ExternalNetworkInstanceProfile, error)
- func (sm *ServiceManager) ReadFCDomain(name string) (*models.FCDomain, error)
- func (sm *ServiceManager) ReadFabricNodeMember(serial string) (*models.FabricNodeMember, error)
- func (sm *ServiceManager) ReadFilter(name string, tenant string) (*models.Filter, error)
- func (sm *ServiceManager) ReadFilterEntry(name string, filter string, tenant string) (*models.FilterEntry, error)
- func (sm *ServiceManager) ReadFirmwareDownloadTask(name string) (*models.FirmwareDownloadTask, error)
- func (sm *ServiceManager) ReadFirmwareGroup(name string) (*models.FirmwareGroup, error)
- func (sm *ServiceManager) ReadFirmwarePolicy(name string) (*models.FirmwarePolicy, error)
- func (sm *ServiceManager) ReadInterfaceFCPolicy(name string) (*models.InterfaceFCPolicy, error)
- func (sm *ServiceManager) ReadL2InterfacePolicy(name string) (*models.L2InterfacePolicy, error)
- func (sm *ServiceManager) ReadL3DomainProfile(name string) (*models.L3DomainProfile, error)
- func (sm *ServiceManager) ReadL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, ...) (*models.L3ExtSubnet, error)
- func (sm *ServiceManager) ReadL3Outside(name string, tenant string) (*models.L3Outside, error)
- func (sm *ServiceManager) ReadLACPPolicy(name string) (*models.LACPPolicy, error)
- func (sm *ServiceManager) ReadLLDPInterfacePolicy(name string) (*models.LLDPInterfacePolicy, error)
- func (sm *ServiceManager) ReadLeafAccessPortPolicyGroup(name string) (*models.LeafAccessPortPolicyGroup, error)
- func (sm *ServiceManager) ReadLeafInterfaceProfile(name string) (*models.LeafInterfaceProfile, error)
- func (sm *ServiceManager) ReadLeafProfile(name string) (*models.LeafProfile, error)
- func (sm *ServiceManager) ReadLocalUser(name string) (*models.LocalUser, error)
- func (sm *ServiceManager) ReadLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string) (*models.LogicalInterfaceProfile, error)
- func (sm *ServiceManager) ReadLogicalNodeProfile(name string, l3_outside string, tenant string) (*models.LogicalNodeProfile, error)
- func (sm *ServiceManager) ReadMaintenancePolicy(name string) (*models.MaintenancePolicy, error)
- func (sm *ServiceManager) ReadMiscablingProtocolInterfacePolicy(name string) (*models.MiscablingProtocolInterfacePolicy, error)
- func (sm *ServiceManager) ReadMonitoringPolicy(name string, tenant string) (*models.MonitoringPolicy, error)
- func (sm *ServiceManager) ReadNodeBlockFW(name string, firmware_group string) (*models.NodeBlockFW, error)
- func (sm *ServiceManager) ReadNodeBlockMG(name string, pod_maintenance_group string) (*models.NodeBlockMG, error)
- func (sm *ServiceManager) ReadNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string) (*models.NodePolicyEndPoint, error)
- func (sm *ServiceManager) ReadOSPFInterfacePolicy(name string, tenant string) (*models.OSPFInterfacePolicy, error)
- func (sm *ServiceManager) ReadPCVPCInterfacePolicyGroup(name string) (*models.PCVPCInterfacePolicyGroup, error)
- func (sm *ServiceManager) ReadPODMaintenanceGroup(name string) (*models.PODMaintenanceGroup, error)
- func (sm *ServiceManager) ReadPhysicalDomain(name string) (*models.PhysicalDomain, error)
- func (sm *ServiceManager) ReadPortSecurityPolicy(name string) (*models.PortSecurityPolicy, error)
- func (sm *ServiceManager) ReadRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string) (*models.Ranges, error)
- func (sm *ServiceManager) ReadRelationcloudRsCloudEPgCtxFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationcloudRsCloudEPgCtxFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationcloudRsSubnetToFlowLogFromCloudSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationcloudRsZoneAttachFromCloudSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationconfigRsExportDestinationFromConfigurationExportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationconfigRsExportSchedulerFromConfigurationExportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationconfigRsImportSourceFromConfigurationImportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationconfigRsRemotePathFromConfigurationExportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationconfigRsRemotePathFromConfigurationImportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationextnwRsOutFromL3DomainProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfabricRsToPeerNodeCfgFromNodePolicyEndPoint(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfabricRsVpcInstPolFromVPCExplicitProtectionGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfcRsVsanAttrDefFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfcRsVsanAttrFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfcRsVsanNsDefFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfcRsVsanNsFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfirmwareRsFwgrppFromFirmwareGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsABDPolMonPolFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsAEPgMonPolFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsApMonPolFromApplicationProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDSubnetToOutFromSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDSubnetToProfileFromSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDToFhsFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDToNdPFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDToNetflowMonitorPolFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDToOutFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDToProfileFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBDToRelayPFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBdFloodToFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBdFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBdToEpRetFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsBgpCtxPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsIfFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsIfFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsIfFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsConsIfFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxMcastToFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxMonPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxToBgpCtxAfPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxToEigrpCtxAfPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxToEpRetFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxToExtRouteTagPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCtxToOspfCtxPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsCustQosPolFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsDomAttFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsDppPolFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsFcPathAttFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsGraphDefFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsIgmpsnFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsIntraEpgFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsMldsnFromBridgeDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsNdPfxPolFromSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsNodeAttFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsOspfCtxPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsPathAttFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProtByFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProtByFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProtByFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProtByFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProvDefFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProvFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProvFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProvFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsProvFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromCloudEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromCloudExternalEPg(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsSecInheritedFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsTenantMonPolFromTenant(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsTnDenyRuleFromTenant(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsTrustCtrlFromApplicationEPG(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationfvRsVrfValidationPolFromVRF(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAccBaseGrpFromAccessPortSelector(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAccBndlGrpToAggrIfFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAccBndlSubgrpFromAccessPortBlock(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAccCardPFromLeafProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAccNodePGrpFromSwitchAssociation(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAccPortPFromLeafProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAttEntPFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsAttEntPFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsCoppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsCoppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsDomPFromAttachableAccessEntityProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromL3DomainProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromPhysicalDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsDomVxlanNsDefFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsDwdmIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsFcIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsFcIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsFuncToEpgFromVlanEncapsulationforVxlanTraffic(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsHIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsHIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2IfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2IfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2InstPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2InstPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2PortAuthPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2PortAuthPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2PortSecurityPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsL2PortSecurityPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsLacpPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsLldpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsLldpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsMacsecIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsMacsecIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsMonIfInfraPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsMonIfInfraPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsNetflowMonitorPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsNetflowMonitorPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsPoeIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosDppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosDppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosEgressDppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosEgressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosIngressDppIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosIngressDppIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosPfcIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosPfcIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosSdIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsQosSdIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsSpanVDestGrpFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsSpanVDestGrpFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsSpanVSrcGrpFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsSpanVSrcGrpFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsStormctrlIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsStormctrlIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsStpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsStpIfPolFromPCVPCInterfacePolicyGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromL3DomainProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromPhysicalDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVipAddrNsFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromL3DomainProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromPhysicalDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsDefFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromFCDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromL3DomainProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromPhysicalDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationinfraRsVlanNsFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsArpIfPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsDampeningPolFromL3Outside(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsEctxFromL3Outside(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsEgressQosDppPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsIngressQosDppPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsInstPToNatMappingEPgFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsInstPToProfileFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsInterleakPolFromL3Outside(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsL3DomAttFromL3Outside(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsL3InstPToDomPFromExternalNetworkInstanceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsLIfPCustQosPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsLIfPToNetflowMonitorPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsNdIfPolFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsNodeL3OutAttFromLogicalNodeProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsOutToBDPublicSubnetHolderFromL3Outside(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsPathL3OutAttFromLogicalInterfaceProfile(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsSubnetToProfileFromL3ExtSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationl3extRsSubnetToRtSummFromL3ExtSubnet(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationmaintRsMgrppFromPODMaintenanceGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationmaintRsPolNotifFromMaintenancePolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationmaintRsPolSchedulerFromMaintenancePolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationspanRsSrcGrpToFilterGrpFromSPANSourceGroup(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationtrigRsTriggerableFromConfigurationExportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationtrigRsTriggerableFromConfigurationImportPolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationtrigRsTriggerableFromMaintenancePolicy(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDefaultCdpIfPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDefaultFwPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDefaultL2InstPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDefaultLacpLagPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDefaultLldpIfPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDefaultStpIfPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsDomMcastAddrNsFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvmmRsPrefEnhancedLagPolFromVMMDomain(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsAnyToConsFromAny(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsAnyToConsIfFromAny(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsAnyToProvFromAny(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsFiltGraphAttFromFilter(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsFwdRFltPAttFromFilter(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsGraphAttFromContract(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsRevRFltPAttFromFilter(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsSdwanPolFromContractSubject(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsSubjFiltAttFromContractSubject(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadRelationvzRsSubjGraphAttFromContractSubject(parentDn string) (interface{}, error)
- func (sm *ServiceManager) ReadSPANDestinationGroup(name string, tenant string) (*models.SPANDestinationGroup, error)
- func (sm *ServiceManager) ReadSPANSourceGroup(name string, tenant string) (*models.SPANSourceGroup, error)
- func (sm *ServiceManager) ReadSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string) (*models.SPANSourcedestinationGroupMatchLabel, error)
- func (sm *ServiceManager) ReadSubnet(ip string, bridge_domain string, tenant string) (*models.Subnet, error)
- func (sm *ServiceManager) ReadSwitchAssociation(switch_association_type string, name string, leaf_profile string) (*models.SwitchAssociation, error)
- func (sm *ServiceManager) ReadTabooContract(name string, tenant string) (*models.TabooContract, error)
- func (sm *ServiceManager) ReadTenant(name string) (*models.Tenant, error)
- func (sm *ServiceManager) ReadTriggerScheduler(name string) (*models.TriggerScheduler, error)
- func (sm *ServiceManager) ReadVLANPool(allocMode string, name string) (*models.VLANPool, error)
- func (sm *ServiceManager) ReadVMMDomain(name string, provider_profile_vendor string) (*models.VMMDomain, error)
- func (sm *ServiceManager) ReadVPCExplicitProtectionGroup(name string) (*models.VPCExplicitProtectionGroup, error)
- func (sm *ServiceManager) ReadVRF(name string, tenant string) (*models.VRF, error)
- func (sm *ServiceManager) ReadVSANPool(allocMode string, name string) (*models.VSANPool, error)
- func (sm *ServiceManager) ReadVXLANPool(name string) (*models.VXLANPool, error)
- func (sm *ServiceManager) ReadVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string) (*models.VlanEncapsulationforVxlanTraffic, error)
- func (sm *ServiceManager) ReadX509Certificate(name string, local_user string) (*models.X509Certificate, error)
- func (sm *ServiceManager) Save(obj models.Model) error
- func (sm *ServiceManager) UpdateAccessPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) (*models.AccessPortBlock, error)
- func (sm *ServiceManager) UpdateAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string, ...) (*models.AccessPortSelector, error)
- func (sm *ServiceManager) UpdateAccessSubPortBlock(name string, access_port_selector_type string, access_port_selector string, ...) (*models.AccessSubPortBlock, error)
- func (sm *ServiceManager) UpdateActionRuleProfile(name string, tenant string, description string, ...) (*models.ActionRuleProfile, error)
- func (sm *ServiceManager) UpdateAny(vrf string, tenant string, description string, vzAnyattr models.AnyAttributes) (*models.Any, error)
- func (sm *ServiceManager) UpdateApplicationEPG(name string, application_profile string, tenant string, description string, ...) (*models.ApplicationEPG, error)
- func (sm *ServiceManager) UpdateApplicationProfile(name string, tenant string, description string, ...) (*models.ApplicationProfile, error)
- func (sm *ServiceManager) UpdateAttachableAccessEntityProfile(name string, description string, ...) (*models.AttachableAccessEntityProfile, error)
- func (sm *ServiceManager) UpdateAutonomousSystemProfile(description string, cloudBgpAsPattr models.AutonomousSystemProfileAttributes) (*models.AutonomousSystemProfile, error)
- func (sm *ServiceManager) UpdateBridgeDomain(name string, tenant string, description string, ...) (*models.BridgeDomain, error)
- func (sm *ServiceManager) UpdateCDPInterfacePolicy(name string, description string, ...) (*models.CDPInterfacePolicy, error)
- func (sm *ServiceManager) UpdateCloudAWSProvider(tenant string, description string, ...) (*models.CloudAWSProvider, error)
- func (sm *ServiceManager) UpdateCloudApplicationcontainer(name string, tenant string, description string, ...) (*models.CloudApplicationcontainer, error)
- func (sm *ServiceManager) UpdateCloudAvailabilityZone(name string, cloud_providers_region string, ...) (*models.CloudAvailabilityZone, error)
- func (sm *ServiceManager) UpdateCloudCIDRPool(addr string, cloud_context_profile string, tenant string, description string, ...) (*models.CloudCIDRPool, error)
- func (sm *ServiceManager) UpdateCloudContextProfile(name string, tenant string, description string, ...) (*models.CloudContextProfile, error)
- func (sm *ServiceManager) UpdateCloudDomainProfile(description string, cloudDomPattr models.CloudDomainProfileAttributes) (*models.CloudDomainProfile, error)
- func (sm *ServiceManager) UpdateCloudEPg(name string, cloud_application_container string, tenant string, ...) (*models.CloudEPg, error)
- func (sm *ServiceManager) UpdateCloudEndpointSelector(name string, cloud_epg string, cloud_application_container string, ...) (*models.CloudEndpointSelector, error)
- func (sm *ServiceManager) UpdateCloudEndpointSelectorforExternalEPgs(name string, cloud_external_epg string, cloud_application_container string, ...) (*models.CloudEndpointSelectorforExternalEPgs, error)
- func (sm *ServiceManager) UpdateCloudExternalEPg(name string, cloud_application_container string, tenant string, ...) (*models.CloudExternalEPg, error)
- func (sm *ServiceManager) UpdateCloudProviderProfile(vendor string, description string, ...) (*models.CloudProviderProfile, error)
- func (sm *ServiceManager) UpdateCloudProvidersRegion(name string, cloud_provider_profile_vendor string, description string, ...) (*models.CloudProvidersRegion, error)
- func (sm *ServiceManager) UpdateCloudSubnet(ip string, cloud_cidr_pool_addr string, cloud_context_profile string, ...) (*models.CloudSubnet, error)
- func (sm *ServiceManager) UpdateConfigurationExportPolicy(name string, description string, ...) (*models.ConfigurationExportPolicy, error)
- func (sm *ServiceManager) UpdateConfigurationImportPolicy(name string, description string, ...) (*models.ConfigurationImportPolicy, error)
- func (sm *ServiceManager) UpdateContract(name string, tenant string, description string, ...) (*models.Contract, error)
- func (sm *ServiceManager) UpdateContractSubject(name string, contract string, tenant string, description string, ...) (*models.ContractSubject, error)
- func (sm *ServiceManager) UpdateDomain(tDn string, attachable_access_entity_profile string, description string, ...) (*models.Domain, error)
- func (sm *ServiceManager) UpdateEndPointRetentionPolicy(name string, tenant string, description string, ...) (*models.EndPointRetentionPolicy, error)
- func (sm *ServiceManager) UpdateExternalNetworkInstanceProfile(name string, l3_outside string, tenant string, description string, ...) (*models.ExternalNetworkInstanceProfile, error)
- func (sm *ServiceManager) UpdateFCDomain(name string, description string, fcDomPattr models.FCDomainAttributes) (*models.FCDomain, error)
- func (sm *ServiceManager) UpdateFabricNodeMember(serial string, description string, ...) (*models.FabricNodeMember, error)
- func (sm *ServiceManager) UpdateFilter(name string, tenant string, description string, ...) (*models.Filter, error)
- func (sm *ServiceManager) UpdateFilterEntry(name string, filter string, tenant string, description string, ...) (*models.FilterEntry, error)
- func (sm *ServiceManager) UpdateFirmwareDownloadTask(name string, description string, ...) (*models.FirmwareDownloadTask, error)
- func (sm *ServiceManager) UpdateFirmwareGroup(name string, description string, ...) (*models.FirmwareGroup, error)
- func (sm *ServiceManager) UpdateFirmwarePolicy(name string, description string, ...) (*models.FirmwarePolicy, error)
- func (sm *ServiceManager) UpdateInterfaceFCPolicy(name string, description string, ...) (*models.InterfaceFCPolicy, error)
- func (sm *ServiceManager) UpdateL2InterfacePolicy(name string, description string, ...) (*models.L2InterfacePolicy, error)
- func (sm *ServiceManager) UpdateL3DomainProfile(name string, description string, ...) (*models.L3DomainProfile, error)
- func (sm *ServiceManager) UpdateL3ExtSubnet(ip string, external_network_instance_profile string, l3_outside string, ...) (*models.L3ExtSubnet, error)
- func (sm *ServiceManager) UpdateL3Outside(name string, tenant string, description string, ...) (*models.L3Outside, error)
- func (sm *ServiceManager) UpdateLACPPolicy(name string, description string, lacpLagPolattr models.LACPPolicyAttributes) (*models.LACPPolicy, error)
- func (sm *ServiceManager) UpdateLLDPInterfacePolicy(name string, description string, ...) (*models.LLDPInterfacePolicy, error)
- func (sm *ServiceManager) UpdateLeafAccessPortPolicyGroup(name string, description string, ...) (*models.LeafAccessPortPolicyGroup, error)
- func (sm *ServiceManager) UpdateLeafInterfaceProfile(name string, description string, ...) (*models.LeafInterfaceProfile, error)
- func (sm *ServiceManager) UpdateLeafProfile(name string, description string, infraNodePattr models.LeafProfileAttributes) (*models.LeafProfile, error)
- func (sm *ServiceManager) UpdateLocalUser(name string, description string, aaaUserattr models.LocalUserAttributes) (*models.LocalUser, error)
- func (sm *ServiceManager) UpdateLogicalInterfaceProfile(name string, logical_node_profile string, l3_outside string, tenant string, ...) (*models.LogicalInterfaceProfile, error)
- func (sm *ServiceManager) UpdateLogicalNodeProfile(name string, l3_outside string, tenant string, description string, ...) (*models.LogicalNodeProfile, error)
- func (sm *ServiceManager) UpdateMaintenancePolicy(name string, description string, ...) (*models.MaintenancePolicy, error)
- func (sm *ServiceManager) UpdateMiscablingProtocolInterfacePolicy(name string, description string, ...) (*models.MiscablingProtocolInterfacePolicy, error)
- func (sm *ServiceManager) UpdateMonitoringPolicy(name string, tenant string, description string, ...) (*models.MonitoringPolicy, error)
- func (sm *ServiceManager) UpdateNodeBlockFW(name string, firmware_group string, description string, ...) (*models.NodeBlockFW, error)
- func (sm *ServiceManager) UpdateNodeBlockMG(name string, pod_maintenance_group string, description string, ...) (*models.NodeBlockMG, error)
- func (sm *ServiceManager) UpdateNodePolicyEndPoint(node_policy_end_point_id string, vpc_explicit_protection_group string, ...) (*models.NodePolicyEndPoint, error)
- func (sm *ServiceManager) UpdateOSPFInterfacePolicy(name string, tenant string, description string, ...) (*models.OSPFInterfacePolicy, error)
- func (sm *ServiceManager) UpdatePCVPCInterfacePolicyGroup(name string, description string, ...) (*models.PCVPCInterfacePolicyGroup, error)
- func (sm *ServiceManager) UpdatePODMaintenanceGroup(name string, description string, ...) (*models.PODMaintenanceGroup, error)
- func (sm *ServiceManager) UpdatePhysicalDomain(name string, description string, physDomPattr models.PhysicalDomainAttributes) (*models.PhysicalDomain, error)
- func (sm *ServiceManager) UpdatePortSecurityPolicy(name string, description string, ...) (*models.PortSecurityPolicy, error)
- func (sm *ServiceManager) UpdateRanges(to string, _from string, vlan_pool_allocMode string, vlan_pool string, ...) (*models.Ranges, error)
- func (sm *ServiceManager) UpdateSPANDestinationGroup(name string, tenant string, description string, ...) (*models.SPANDestinationGroup, error)
- func (sm *ServiceManager) UpdateSPANSourceGroup(name string, tenant string, description string, ...) (*models.SPANSourceGroup, error)
- func (sm *ServiceManager) UpdateSPANSourcedestinationGroupMatchLabel(name string, span_source_group string, tenant string, description string, ...) (*models.SPANSourcedestinationGroupMatchLabel, error)
- func (sm *ServiceManager) UpdateSubnet(ip string, bridge_domain string, tenant string, description string, ...) (*models.Subnet, error)
- func (sm *ServiceManager) UpdateSwitchAssociation(switch_association_type string, name string, leaf_profile string, ...) (*models.SwitchAssociation, error)
- func (sm *ServiceManager) UpdateTabooContract(name string, tenant string, description string, ...) (*models.TabooContract, error)
- func (sm *ServiceManager) UpdateTenant(name string, description string, fvTenantattr models.TenantAttributes) (*models.Tenant, error)
- func (sm *ServiceManager) UpdateTriggerScheduler(name string, description string, ...) (*models.TriggerScheduler, error)
- func (sm *ServiceManager) UpdateVLANPool(allocMode string, name string, description string, ...) (*models.VLANPool, error)
- func (sm *ServiceManager) UpdateVMMDomain(name string, provider_profile_vendor string, description string, ...) (*models.VMMDomain, error)
- func (sm *ServiceManager) UpdateVPCExplicitProtectionGroup(name string, description string, switch1 string, switch2 string, ...) (*models.VPCExplicitProtectionGroup, error)
- func (sm *ServiceManager) UpdateVRF(name string, tenant string, description string, fvCtxattr models.VRFAttributes) (*models.VRF, error)
- func (sm *ServiceManager) UpdateVSANPool(allocMode string, name string, description string, ...) (*models.VSANPool, error)
- func (sm *ServiceManager) UpdateVXLANPool(name string, description string, fvnsVxlanInstPattr models.VXLANPoolAttributes) (*models.VXLANPool, error)
- func (sm *ServiceManager) UpdateVlanEncapsulationforVxlanTraffic(attachable_access_entity_profile string, description string, ...) (*models.VlanEncapsulationforVxlanTraffic, error)
- func (sm *ServiceManager) UpdateX509Certificate(name string, local_user string, description string, ...) (*models.X509Certificate, error)
Constants ¶
View Source
const DefaultMOURL = "/api/node/mo"
Variables ¶
This section is empty.
Functions ¶
func CheckErrorCustom ¶
func CheckForErrors ¶
CheckForErrors parses the response and checks of there is an error attribute in the response
Types ¶
type Auth ¶
func (*Auth) CaclulateOffset ¶
func (t *Auth) CaclulateOffset()
func (*Auth) CalculateExpiry ¶
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 (*Client) InjectAuthenticationHeader ¶
type ServiceManager ¶
type ServiceManager struct { MOURL string // contains filtered or unexported fields }
func NewServiceManager ¶
func NewServiceManager(moURL string, client *Client) *ServiceManager
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 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_addr string, cloud_context_profile string, tenant string, description string, cloudSubnetattr models.CloudSubnetAttributes) (*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) CreateContractSubject ¶
func (sm *ServiceManager) CreateContractSubject(name string, contract string, tenant string, description string, vzSubjattr models.ContractSubjectAttributes) (*models.ContractSubject, 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) 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) CreateFabricNodeMember ¶
func (sm *ServiceManager) CreateFabricNodeMember(serial string, description string, fabricNodeIdentPattr models.FabricNodeMemberAttributes) (*models.FabricNodeMember, 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) 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) CreateInterfaceFCPolicy ¶
func (sm *ServiceManager) CreateInterfaceFCPolicy(name string, description string, fcIfPolattr models.InterfaceFCPolicyAttributes) (*models.InterfaceFCPolicy, 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) 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) 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) 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) 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 (*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) 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) CreateRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup ¶
func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnCdpIfPolName string) error
func (*ServiceManager) CreateRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup ¶
func (sm *ServiceManager) CreateRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup(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) 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) 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) 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) CreateRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup ¶
func (sm *ServiceManager) CreateRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup(parentDn, tnMcpIfPolName string) error
func (*ServiceManager) CreateRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup ¶
func (sm *ServiceManager) CreateRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup(parentDn, tnMcpIfPolName 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) 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) 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) CreateRelationmaintRsMgrppFromPODMaintenanceGroup ¶
func (sm *ServiceManager) CreateRelationmaintRsMgrppFromPODMaintenanceGroup(parentDn, tnMaintMaintPName string) error
func (*ServiceManager) CreateRelationmaintRsPolNotifFromMaintenancePolicy ¶
func (sm *ServiceManager) CreateRelationmaintRsPolNotifFromMaintenancePolicy(parentDn, tnMaintUserNotifName 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) 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) 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) 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) 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) 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 ¶ added in v0.0.11
func (sm *ServiceManager) CreateX509Certificate(name string, local_user string, description string, aaaUserCertattr models.X509CertificateAttributes) (*models.X509Certificate, error)
func (*ServiceManager) DeleteAccessPortBlock ¶
func (*ServiceManager) DeleteAccessPortSelector ¶
func (sm *ServiceManager) DeleteAccessPortSelector(access_port_selector_type string, name string, leaf_interface_profile string) error
func (*ServiceManager) DeleteAccessSubPortBlock ¶
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 (*ServiceManager) DeleteCloudEndpointSelectorforExternalEPgs ¶
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 (*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) DeleteContractSubject ¶
func (sm *ServiceManager) DeleteContractSubject(name string, contract string, tenant string) error
func (*ServiceManager) DeleteDomain ¶
func (sm *ServiceManager) DeleteDomain(tDn 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) DeleteFabricNodeMember ¶
func (sm *ServiceManager) DeleteFabricNodeMember(serial 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) 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) DeleteInterfaceFCPolicy ¶
func (sm *ServiceManager) DeleteInterfaceFCPolicy(name 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 (*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) DeleteLocalUser ¶
func (sm *ServiceManager) DeleteLocalUser(name string) error
func (*ServiceManager) DeleteLogicalInterfaceProfile ¶
func (*ServiceManager) DeleteLogicalNodeProfile ¶
func (sm *ServiceManager) DeleteLogicalNodeProfile(name string, l3_outside string, tenant 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) 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) 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 (*ServiceManager) DeleteRelationcloudRsCtxProfileToRegionFromCloudContextProfile ¶
func (sm *ServiceManager) DeleteRelationcloudRsCtxProfileToRegionFromCloudContextProfile(parentDn 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) DeleteRelationinfraRsDomPFromAttachableAccessEntityProfile ¶
func (sm *ServiceManager) DeleteRelationinfraRsDomPFromAttachableAccessEntityProfile(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) 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) 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) 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) 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) 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) 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) 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 ¶ added in v0.0.11
func (sm *ServiceManager) DeleteX509Certificate(name string, local_user string) error
func (*ServiceManager) GetViaURL ¶
func (sm *ServiceManager) GetViaURL(url string) (*container.Container, 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) 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 (*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) ListContractSubject ¶
func (sm *ServiceManager) ListContractSubject(contract string, tenant string) ([]*models.ContractSubject, error)
func (*ServiceManager) ListDomain ¶
func (sm *ServiceManager) ListDomain(attachable_access_entity_profile string) ([]*models.Domain, 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) ListFabricNodeMember ¶
func (sm *ServiceManager) ListFabricNodeMember() ([]*models.FabricNodeMember, 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) 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) ListInterfaceFCPolicy ¶
func (sm *ServiceManager) ListInterfaceFCPolicy() ([]*models.InterfaceFCPolicy, 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) 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) 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) 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) 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 (*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) ListSubnet ¶
func (*ServiceManager) ListSwitchAssociation ¶
func (sm *ServiceManager) ListSwitchAssociation(leaf_profile string) ([]*models.SwitchAssociation, 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) ListTriggerScheduler ¶
func (sm *ServiceManager) ListTriggerScheduler() ([]*models.TriggerScheduler, 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) 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 ¶ added in v0.0.11
func (sm *ServiceManager) ListX509Certificate(local_user string) ([]*models.X509Certificate, error)
func (*ServiceManager) PrepareModel ¶
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) 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 (*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 (*ServiceManager) ReadContractSubject ¶
func (sm *ServiceManager) ReadContractSubject(name string, contract string, tenant string) (*models.ContractSubject, error)
func (*ServiceManager) ReadDomain ¶
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) ReadFabricNodeMember ¶
func (sm *ServiceManager) ReadFabricNodeMember(serial string) (*models.FabricNodeMember, error)
func (*ServiceManager) ReadFilter ¶
func (*ServiceManager) ReadFilterEntry ¶
func (sm *ServiceManager) ReadFilterEntry(name string, filter string, tenant string) (*models.FilterEntry, 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) ReadInterfaceFCPolicy ¶
func (sm *ServiceManager) ReadInterfaceFCPolicy(name string) (*models.InterfaceFCPolicy, 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 (*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) 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) 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) 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) 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 (*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) ReadRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup ¶
func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
func (*ServiceManager) ReadRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup ¶
func (sm *ServiceManager) ReadRelationinfraRsCdpIfPolFromPCVPCInterfacePolicyGroup(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) 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) 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) 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) ReadRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup ¶
func (sm *ServiceManager) ReadRelationinfraRsMcpIfPolFromLeafAccessPortPolicyGroup(parentDn string) (interface{}, error)
func (*ServiceManager) ReadRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup ¶
func (sm *ServiceManager) ReadRelationinfraRsMcpIfPolFromPCVPCInterfacePolicyGroup(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) 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) 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) 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) 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) 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) ReadSubnet ¶
func (*ServiceManager) ReadSwitchAssociation ¶
func (sm *ServiceManager) ReadSwitchAssociation(switch_association_type string, name string, leaf_profile string) (*models.SwitchAssociation, 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) ReadTriggerScheduler ¶
func (sm *ServiceManager) ReadTriggerScheduler(name string) (*models.TriggerScheduler, error)
func (*ServiceManager) ReadVLANPool ¶
func (*ServiceManager) ReadVMMDomain ¶
func (*ServiceManager) ReadVPCExplicitProtectionGroup ¶
func (sm *ServiceManager) ReadVPCExplicitProtectionGroup(name string) (*models.VPCExplicitProtectionGroup, error)
func (*ServiceManager) ReadVSANPool ¶
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 ¶ added in v0.0.11
func (sm *ServiceManager) ReadX509Certificate(name string, local_user string) (*models.X509Certificate, 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 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_addr string, cloud_context_profile string, tenant string, description string, cloudSubnetattr models.CloudSubnetAttributes) (*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) UpdateContractSubject ¶
func (sm *ServiceManager) UpdateContractSubject(name string, contract string, tenant string, description string, vzSubjattr models.ContractSubjectAttributes) (*models.ContractSubject, 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) 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) UpdateFabricNodeMember ¶
func (sm *ServiceManager) UpdateFabricNodeMember(serial string, description string, fabricNodeIdentPattr models.FabricNodeMemberAttributes) (*models.FabricNodeMember, 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) 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) UpdateInterfaceFCPolicy ¶
func (sm *ServiceManager) UpdateInterfaceFCPolicy(name string, description string, fcIfPolattr models.InterfaceFCPolicyAttributes) (*models.InterfaceFCPolicy, 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) 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) 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) 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) 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 (*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) 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) 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) 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 ¶ added in v0.0.11
func (sm *ServiceManager) UpdateX509Certificate(name string, local_user string, description string, aaaUserCertattr models.X509CertificateAttributes) (*models.X509Certificate, error)
Source Files ¶
- aaaUserCert_service.go
- aaaUser_service.go
- auth.go
- cdpIfPol_service.go
- client.go
- cloudApp_service.go
- cloudAwsProvider_service.go
- cloudBgpAsP_service.go
- cloudCidr_service.go
- cloudCtxProfile_service.go
- cloudDomP_service.go
- cloudEPSelector_service.go
- cloudEPg_service.go
- cloudExtEPSelector_service.go
- cloudExtEPg_service.go
- cloudProvP_service.go
- cloudRegion_service.go
- cloudSubnet_service.go
- cloudZone_service.go
- configExportP_service.go
- configImportP_service.go
- fabricExplicitGEp_service.go
- fabricNodeBlk_FirmWare_service.go
- fabricNodeBlk_MaintGrp_service.go
- fabricNodeIdentP_service.go
- fabricNodePEp_service.go
- fcDomP_service.go
- fcIfPol_service.go
- firmwareFwGrp_service.go
- firmwareFwP_service.go
- firmwareOSource_service.go
- fvAEPg_service.go
- fvAp_service.go
- fvBD_service.go
- fvCtx_service.go
- fvEpRetPol_service.go
- fvSubnet_service.go
- fvTenant_service.go
- fvnsEncapBlk_service.go
- fvnsVlanInstP_service.go
- fvnsVsanInstP_service.go
- fvnsVxlanInstP_service.go
- infraAccBndlGrp_service.go
- infraAccPortGrp_service.go
- infraAccPortP_service.go
- infraAttEntityP_service.go
- infraHPortS_service.go
- infraLeafS_service.go
- infraNodeP_service.go
- infraPortBlk_service.go
- infraProvAcc_service.go
- infraRsDomP_service.go
- infraSubPortBlk_service.go
- l2IfPol_service.go
- l2PortSecurityPol_service.go
- l3extDomP_service.go
- l3extInstP_service.go
- l3extLIfP_service.go
- l3extLNodeP_service.go
- l3extOut_service.go
- l3extSubnet_service.go
- lacpLagPol_service.go
- lldpIfPol_service.go
- maintMaintGrp_service.go
- maintMaintP_service.go
- mcpIfPol_service.go
- monEPGPol_service.go
- ospfIfPol_service.go
- physDomP_service.go
- rtctrlAttrP_service.go
- service_manager.go
- spanDestGrp_service.go
- spanSpanLbl_service.go
- spanSrcGrp_service.go
- trigSchedP_service.go
- vmmDomP_service.go
- vzAny_service.go
- vzBrCP_service.go
- vzEntry_service.go
- vzFilter_service.go
- vzSubj_service.go
- vzTaboo_service.go
Click to show internal directories.
Click to hide internal directories.