@nutanix-scratch/networking-js-client 4.1.1 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -3
- package/dist/Ntnx-Networking-js-client-prod.js +1 -1
- package/dist/Ntnx-Networking-js-client.js +1558 -1453
- package/dist/es/ApiClient.d.ts +29 -7
- package/dist/es/ApiClient.js +854 -667
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +144 -183
- package/dist/es/apis/awssubnets-endpoints.d.ts +1 -1
- package/dist/es/apis/awssubnets-endpoints.js +63 -74
- package/dist/es/apis/awsvpcs-endpoints.d.ts +1 -1
- package/dist/es/apis/awsvpcs-endpoints.js +50 -67
- package/dist/es/apis/bgproutes-endpoints.d.ts +1 -1
- package/dist/es/apis/bgproutes-endpoints.js +106 -118
- package/dist/es/apis/bgpsessions-endpoints.d.ts +1 -1
- package/dist/es/apis/bgpsessions-endpoints.js +210 -224
- package/dist/es/apis/bridges-endpoints.d.ts +1 -1
- package/dist/es/apis/bridges-endpoints.js +56 -73
- package/dist/es/apis/clustercapabilities-endpoints.d.ts +1 -1
- package/dist/es/apis/clustercapabilities-endpoints.js +56 -67
- package/dist/es/apis/floatingips-endpoints.d.ts +1 -1
- package/dist/es/apis/floatingips-endpoints.js +210 -224
- package/dist/es/apis/gateways-endpoints.d.ts +1 -1
- package/dist/es/apis/gateways-endpoints.js +247 -261
- package/dist/es/apis/ipfixexporters-endpoints.d.ts +1 -1
- package/dist/es/apis/ipfixexporters-endpoints.js +207 -222
- package/dist/es/apis/layer2stretches-endpoints.d.ts +1 -1
- package/dist/es/apis/layer2stretches-endpoints.js +207 -222
- package/dist/es/apis/layer2stretchstats-endpoints.d.ts +1 -1
- package/dist/es/apis/layer2stretchstats-endpoints.js +76 -84
- package/dist/es/apis/loadbalancersessions-endpoints.d.ts +1 -1
- package/dist/es/apis/loadbalancersessions-endpoints.js +217 -229
- package/dist/es/apis/loadbalancersessionstats-endpoints.d.ts +1 -1
- package/dist/es/apis/loadbalancersessionstats-endpoints.js +72 -82
- package/dist/es/apis/macaddresses-endpoints.d.ts +1 -1
- package/dist/es/apis/macaddresses-endpoints.js +106 -118
- package/dist/es/apis/networkcontrollers-endpoints.d.ts +1 -1
- package/dist/es/apis/networkcontrollers-endpoints.js +200 -217
- package/dist/es/apis/networkfunctions-endpoints.d.ts +5 -5
- package/dist/es/apis/networkfunctions-endpoints.js +208 -223
- package/dist/es/apis/nicprofiles-endpoints.d.ts +1 -1
- package/dist/es/apis/nicprofiles-endpoints.js +297 -313
- package/dist/es/apis/remoteentities-endpoints.d.ts +1 -1
- package/dist/es/apis/remoteentities-endpoints.js +284 -290
- package/dist/es/apis/routes-endpoints.d.ts +1 -1
- package/dist/es/apis/routes-endpoints.js +238 -253
- package/dist/es/apis/routetables-endpoints.d.ts +1 -1
- package/dist/es/apis/routetables-endpoints.js +94 -106
- package/dist/es/apis/routingpolicies-endpoints.d.ts +1 -1
- package/dist/es/apis/routingpolicies-endpoints.js +213 -226
- package/dist/es/apis/routingpolicystats-endpoints.d.ts +1 -1
- package/dist/es/apis/routingpolicystats-endpoints.js +54 -70
- package/dist/es/apis/subnetipreservation-endpoints.d.ts +1 -1
- package/dist/es/apis/subnetipreservation-endpoints.js +151 -163
- package/dist/es/apis/subnetmigrations-endpoints.d.ts +1 -1
- package/dist/es/apis/subnetmigrations-endpoints.js +98 -115
- package/dist/es/apis/subnets-endpoints.d.ts +1 -1
- package/dist/es/apis/subnets-endpoints.js +266 -274
- package/dist/es/apis/trafficmirrors-endpoints.d.ts +1 -1
- package/dist/es/apis/trafficmirrors-endpoints.js +207 -222
- package/dist/es/apis/trafficmirrorstats-endpoints.d.ts +1 -1
- package/dist/es/apis/trafficmirrorstats-endpoints.js +72 -82
- package/dist/es/apis/uplinkbonds-endpoints.d.ts +1 -1
- package/dist/es/apis/uplinkbonds-endpoints.js +94 -106
- package/dist/es/apis/virtualswitches-endpoints.d.ts +1 -1
- package/dist/es/apis/virtualswitches-endpoints.js +223 -243
- package/dist/es/apis/virtualswitchnodesinfo-endpoints.d.ts +1 -1
- package/dist/es/apis/virtualswitchnodesinfo-endpoints.js +57 -69
- package/dist/es/apis/vpcnsstats-endpoints.d.ts +1 -1
- package/dist/es/apis/vpcnsstats-endpoints.js +81 -89
- package/dist/es/apis/vpcs-endpoints.d.ts +1 -1
- package/dist/es/apis/vpcs-endpoints.js +210 -224
- package/dist/es/apis/vpcvirtualswitchmappings-endpoints.d.ts +1 -1
- package/dist/es/apis/vpcvirtualswitchmappings-endpoints.js +98 -110
- package/dist/es/apis/vpnconnections-endpoints.d.ts +1 -1
- package/dist/es/apis/vpnconnections-endpoints.js +296 -308
- package/dist/es/apis/vpnconnectionstats-endpoints.d.ts +1 -1
- package/dist/es/apis/vpnconnectionstats-endpoints.js +76 -84
- package/dist/es/index.d.ts +19 -1
- package/dist/es/index.js +1011 -939
- package/dist/es/models/common/v1/config/FQDN.d.ts +2 -7
- package/dist/es/models/common/v1/config/FQDN.js +141 -180
- package/dist/es/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/es/models/common/v1/config/Flag.js +170 -211
- package/dist/es/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/es/models/common/v1/config/IPAddress.js +170 -217
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.d.ts +2 -26
- package/dist/es/models/common/v1/config/IPAddressOrFQDN.js +196 -247
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/es/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/es/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVPair.js +225 -270
- package/dist/es/models/common/v1/config/KVStringPair.d.ts +58 -0
- package/dist/es/models/common/v1/config/KVStringPair.js +277 -0
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/es/models/common/v1/config/Message.d.ts +2 -10
- package/dist/es/models/common/v1/config/Message.js +213 -258
- package/dist/es/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/es/models/common/v1/config/Metadata.d.ts +2 -11
- package/dist/es/models/common/v1/config/Metadata.js +261 -308
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/es/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/es/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/es/models/common/v1/response/ApiLink.js +165 -206
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +7 -9
- package/dist/es/models/networking/v4/aws/config/AwsSubnet.d.ts +1 -26
- package/dist/es/models/networking/v4/aws/config/AwsSubnet.js +285 -339
- package/dist/es/models/networking/v4/aws/config/AwsVpc.d.ts +1 -19
- package/dist/es/models/networking/v4/aws/config/AwsVpc.js +212 -260
- package/dist/es/models/networking/v4/aws/config/Capabilities.d.ts +1 -30
- package/dist/es/models/networking/v4/aws/config/Capabilities.js +126 -168
- package/dist/es/models/networking/v4/aws/config/CloudType.js +7 -9
- package/dist/es/models/networking/v4/aws/config/ListAwsSubnetsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/aws/config/ListAwsSubnetsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/aws/config/ListAwsVpcsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/aws/config/ListAwsVpcsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/aws/config/SubnetCapabilities.d.ts +1 -16
- package/dist/es/models/networking/v4/aws/config/SubnetCapabilities.js +134 -176
- package/dist/es/models/networking/v4/config/AddressType.js +7 -9
- package/dist/es/models/networking/v4/config/AddressTypeObject.d.ts +2 -38
- package/dist/es/models/networking/v4/config/AddressTypeObject.js +162 -203
- package/dist/es/models/networking/v4/config/Algorithm.js +7 -9
- package/dist/es/models/networking/v4/config/Anc.d.ts +1 -49
- package/dist/es/models/networking/v4/config/Anc.js +273 -327
- package/dist/es/models/networking/v4/config/AssignmentType.js +7 -9
- package/dist/es/models/networking/v4/config/AssociationStatus.d.ts +19 -0
- package/dist/es/models/networking/v4/config/AssociationStatus.js +95 -0
- package/dist/es/models/networking/v4/config/AuthenticationAlgorithm.js +7 -9
- package/dist/es/models/networking/v4/config/AuthenticationType.js +7 -9
- package/dist/es/models/networking/v4/config/AuthorizationData.d.ts +2 -11
- package/dist/es/models/networking/v4/config/AuthorizationData.js +248 -295
- package/dist/es/models/networking/v4/config/AwsConfig.d.ts +2 -41
- package/dist/es/models/networking/v4/config/AwsConfig.js +152 -195
- package/dist/es/models/networking/v4/config/AwsExternalSubnetConfig.d.ts +2 -36
- package/dist/es/models/networking/v4/config/AwsExternalSubnetConfig.js +166 -207
- package/dist/es/models/networking/v4/config/AwsSubnetConfig.d.ts +2 -30
- package/dist/es/models/networking/v4/config/AwsSubnetConfig.js +279 -328
- package/dist/es/models/networking/v4/config/AzureConfig.d.ts +2 -243
- package/dist/es/models/networking/v4/config/AzureConfig.js +260 -311
- package/dist/es/models/networking/v4/config/AzureExternalSubnetBinding.d.ts +2 -90
- package/dist/es/models/networking/v4/config/AzureExternalSubnetBinding.js +262 -311
- package/dist/es/models/networking/v4/config/AzureExternalSubnetConfig.d.ts +2 -157
- package/dist/es/models/networking/v4/config/AzureExternalSubnetConfig.js +201 -248
- package/dist/es/models/networking/v4/config/BaseRoute.d.ts +1 -85
- package/dist/es/models/networking/v4/config/BaseRoute.js +209 -255
- package/dist/es/models/networking/v4/config/BgpCommunity.d.ts +2 -8
- package/dist/es/models/networking/v4/config/BgpCommunity.js +180 -221
- package/dist/es/models/networking/v4/config/BgpConfig.d.ts +2 -9
- package/dist/es/models/networking/v4/config/BgpConfig.js +198 -241
- package/dist/es/models/networking/v4/config/BgpInfo.d.ts +2 -64
- package/dist/es/models/networking/v4/config/BgpInfo.js +186 -235
- package/dist/es/models/networking/v4/config/BgpRoute.d.ts +1 -94
- package/dist/es/models/networking/v4/config/BgpRoute.js +217 -257
- package/dist/es/models/networking/v4/config/BgpRouteType.js +7 -9
- package/dist/es/models/networking/v4/config/BgpSession.d.ts +1 -787
- package/dist/es/models/networking/v4/config/BgpSession.js +503 -577
- package/dist/es/models/networking/v4/config/BgpSessionProjection.d.ts +1 -1292
- package/dist/es/models/networking/v4/config/BgpSessionProjection.js +206 -226
- package/dist/es/models/networking/v4/config/BondModeType.js +7 -9
- package/dist/es/models/networking/v4/config/Bridge.d.ts +1 -29
- package/dist/es/models/networking/v4/config/Bridge.js +220 -266
- package/dist/es/models/networking/v4/config/BridgeProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/BridgeProjection.js +74 -103
- package/dist/es/models/networking/v4/config/Capability.d.ts +2 -8
- package/dist/es/models/networking/v4/config/Capability.js +168 -209
- package/dist/es/models/networking/v4/config/CapabilityConfig.d.ts +2 -7
- package/dist/es/models/networking/v4/config/CapabilityConfig.js +138 -177
- package/dist/es/models/networking/v4/config/CapabilityType.js +7 -9
- package/dist/es/models/networking/v4/config/CategoryScope.d.ts +19 -0
- package/dist/es/models/networking/v4/config/CategoryScope.js +77 -0
- package/dist/es/models/networking/v4/config/CategoryTarget.d.ts +85 -0
- package/dist/es/models/networking/v4/config/CategoryTarget.js +342 -0
- package/dist/es/models/networking/v4/config/CategoryVnicSelector.d.ts +57 -0
- package/dist/es/models/networking/v4/config/CategoryVnicSelector.js +272 -0
- package/dist/es/models/networking/v4/config/CloudSubstrate.js +7 -9
- package/dist/es/models/networking/v4/config/Cluster.d.ts +2 -38
- package/dist/es/models/networking/v4/config/Cluster.js +237 -286
- package/dist/es/models/networking/v4/config/ClusterCapability.d.ts +1 -33
- package/dist/es/models/networking/v4/config/ClusterCapability.js +170 -215
- package/dist/es/models/networking/v4/config/ClusterFlowStatus.d.ts +1 -22
- package/dist/es/models/networking/v4/config/ClusterFlowStatus.js +132 -177
- package/dist/es/models/networking/v4/config/ClusterHealth.d.ts +2 -41
- package/dist/es/models/networking/v4/config/ClusterHealth.js +229 -278
- package/dist/es/models/networking/v4/config/ClusterStatus.d.ts +2 -8
- package/dist/es/models/networking/v4/config/ClusterStatus.js +168 -209
- package/dist/es/models/networking/v4/config/ControllerStatus.js +7 -9
- package/dist/es/models/networking/v4/config/DataPlaneHealthCheckConfig.d.ts +2 -10
- package/dist/es/models/networking/v4/config/DataPlaneHealthCheckConfig.js +248 -293
- package/dist/es/models/networking/v4/config/DefaultVlanStack.js +7 -9
- package/dist/es/models/networking/v4/config/DhcpOptions.d.ts +2 -48
- package/dist/es/models/networking/v4/config/DhcpOptions.js +306 -363
- package/dist/es/models/networking/v4/config/DpdConfig.d.ts +2 -9
- package/dist/es/models/networking/v4/config/DpdConfig.js +189 -232
- package/dist/es/models/networking/v4/config/DpdOperation.js +7 -9
- package/dist/es/models/networking/v4/config/EncryptionAlgorithm.js +7 -9
- package/dist/es/models/networking/v4/config/ExportScope.d.ts +2 -9
- package/dist/es/models/networking/v4/config/ExportScope.js +189 -232
- package/dist/es/models/networking/v4/config/ExporterProtocol.js +7 -9
- package/dist/es/models/networking/v4/config/ExternalDhcpServer.d.ts +2 -26
- package/dist/es/models/networking/v4/config/ExternalDhcpServer.js +170 -211
- package/dist/es/models/networking/v4/config/ExternalSubnet.d.ts +2 -53
- package/dist/es/models/networking/v4/config/ExternalSubnet.js +280 -334
- package/dist/es/models/networking/v4/config/FailureHandling.js +22 -12
- package/dist/es/models/networking/v4/config/FloatingIPAddress.d.ts +2 -20
- package/dist/es/models/networking/v4/config/FloatingIPAddress.js +171 -218
- package/dist/es/models/networking/v4/config/FloatingIPv4Address.d.ts +2 -8
- package/dist/es/models/networking/v4/config/FloatingIPv4Address.js +175 -216
- package/dist/es/models/networking/v4/config/FloatingIPv6Address.d.ts +2 -8
- package/dist/es/models/networking/v4/config/FloatingIPv6Address.js +175 -216
- package/dist/es/models/networking/v4/config/FloatingIp.d.ts +6 -752
- package/dist/es/models/networking/v4/config/FloatingIp.js +484 -556
- package/dist/es/models/networking/v4/config/FloatingIpProjection.d.ts +1 -1677
- package/dist/es/models/networking/v4/config/FloatingIpProjection.js +246 -267
- package/dist/es/models/networking/v4/config/FlowGateway.d.ts +1 -131
- package/dist/es/models/networking/v4/config/FlowGateway.js +224 -275
- package/dist/es/models/networking/v4/config/FlowGatewayKeepAliveRequestSpec.d.ts +2 -34
- package/dist/es/models/networking/v4/config/FlowGatewayKeepAliveRequestSpec.js +232 -281
- package/dist/es/models/networking/v4/config/FlowGatewayState.js +7 -9
- package/dist/es/models/networking/v4/config/FlowGatewayStatus.d.ts +2 -8
- package/dist/es/models/networking/v4/config/FlowGatewayStatus.js +164 -205
- package/dist/es/models/networking/v4/config/Gateway.d.ts +1 -346
- package/dist/es/models/networking/v4/config/Gateway.js +448 -519
- package/dist/es/models/networking/v4/config/GatewayDeployment.d.ts +2 -146
- package/dist/es/models/networking/v4/config/GatewayDeployment.js +352 -417
- package/dist/es/models/networking/v4/config/GatewayInterface.d.ts +2 -47
- package/dist/es/models/networking/v4/config/GatewayInterface.js +241 -289
- package/dist/es/models/networking/v4/config/GatewayManagementInterface.d.ts +2 -67
- package/dist/es/models/networking/v4/config/GatewayManagementInterface.js +245 -293
- package/dist/es/models/networking/v4/config/GatewayNic.d.ts +2 -27
- package/dist/es/models/networking/v4/config/GatewayNic.js +191 -234
- package/dist/es/models/networking/v4/config/GatewayNodeReference.d.ts +2 -26
- package/dist/es/models/networking/v4/config/GatewayNodeReference.js +166 -207
- package/dist/es/models/networking/v4/config/GatewayNodesSelector.d.ts +48 -0
- package/dist/es/models/networking/v4/config/GatewayNodesSelector.js +245 -0
- package/dist/es/models/networking/v4/config/GatewayProjection.d.ts +1 -506
- package/dist/es/models/networking/v4/config/GatewayProjection.js +215 -238
- package/dist/es/models/networking/v4/config/GatewayRole.js +7 -9
- package/dist/es/models/networking/v4/config/GcpConfig.d.ts +2 -19
- package/dist/es/models/networking/v4/config/GcpConfig.js +152 -195
- package/dist/es/models/networking/v4/config/GcpExternalSubnetConfig.d.ts +2 -14
- package/dist/es/models/networking/v4/config/GcpExternalSubnetConfig.js +173 -214
- package/dist/es/models/networking/v4/config/GcpSubnetConfig.d.ts +2 -8
- package/dist/es/models/networking/v4/config/GcpSubnetConfig.js +166 -207
- package/dist/es/models/networking/v4/config/GetBgpRouteApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetBgpRouteApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetBgpSessionApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetBgpSessionApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetFloatingIpApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetFloatingIpApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetGatewayApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetGatewayApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetIPFIXExporterApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetIPFIXExporterApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetLayer2StretchApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetLayer2StretchApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetLearnedMacAddressApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetLearnedMacAddressApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetLoadBalancerSessionApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetLoadBalancerSessionApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetNetworkControllerApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetNetworkControllerApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetNetworkFunctionApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetNetworkFunctionApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetNicProfileApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetNicProfileApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetRemoteSubnetApiResponse.d.ts +2 -45
- package/dist/es/models/networking/v4/config/GetRemoteSubnetApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetRouteApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetRouteApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetRouteTableApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetRouteTableApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetRoutingPolicyApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetRoutingPolicyApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetSubnetApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetSubnetApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetTrafficMirrorApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetTrafficMirrorApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetUplinkBondApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetUplinkBondApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetVirtualSwitchApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetVirtualSwitchApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetVpcApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetVpcApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/GetVpnConnectionApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/GetVpnConnectionApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/HealthCheck.d.ts +2 -10
- package/dist/es/models/networking/v4/config/HealthCheck.js +246 -291
- package/dist/es/models/networking/v4/config/HealthStatus.js +7 -9
- package/dist/es/models/networking/v4/config/HighAvailabilityMode.js +7 -9
- package/dist/es/models/networking/v4/config/Host.d.ts +2 -28
- package/dist/es/models/networking/v4/config/Host.js +272 -323
- package/dist/es/models/networking/v4/config/HostNic.d.ts +2 -7
- package/dist/es/models/networking/v4/config/HostNic.js +142 -181
- package/dist/es/models/networking/v4/config/HostNicComplianceStatus.js +7 -9
- package/dist/es/models/networking/v4/config/HostNicReference.d.ts +2 -10
- package/dist/es/models/networking/v4/config/HostNicReference.js +231 -276
- package/dist/es/models/networking/v4/config/ICMPObject.d.ts +2 -8
- package/dist/es/models/networking/v4/config/ICMPObject.js +180 -221
- package/dist/es/models/networking/v4/config/IPConfig.d.ts +2 -108
- package/dist/es/models/networking/v4/config/IPConfig.js +171 -218
- package/dist/es/models/networking/v4/config/IPFIXExporter.d.ts +1 -39
- package/dist/es/models/networking/v4/config/IPFIXExporter.js +304 -360
- package/dist/es/models/networking/v4/config/IPPoolUsage.d.ts +2 -27
- package/dist/es/models/networking/v4/config/IPPoolUsage.js +196 -239
- package/dist/es/models/networking/v4/config/IPSubnet.d.ts +2 -32
- package/dist/es/models/networking/v4/config/IPSubnet.js +171 -218
- package/dist/es/models/networking/v4/config/IPUsage.d.ts +2 -35
- package/dist/es/models/networking/v4/config/IPUsage.js +232 -280
- package/dist/es/models/networking/v4/config/IPv4Config.d.ts +2 -67
- package/dist/es/models/networking/v4/config/IPv4Config.js +220 -269
- package/dist/es/models/networking/v4/config/IPv4Pool.d.ts +2 -20
- package/dist/es/models/networking/v4/config/IPv4Pool.js +162 -203
- package/dist/es/models/networking/v4/config/IPv4Subnet.d.ts +2 -14
- package/dist/es/models/networking/v4/config/IPv4Subnet.js +170 -211
- package/dist/es/models/networking/v4/config/IPv6Config.d.ts +2 -67
- package/dist/es/models/networking/v4/config/IPv6Config.js +220 -269
- package/dist/es/models/networking/v4/config/IPv6Pool.d.ts +2 -20
- package/dist/es/models/networking/v4/config/IPv6Pool.js +162 -203
- package/dist/es/models/networking/v4/config/IPv6Subnet.d.ts +2 -14
- package/dist/es/models/networking/v4/config/IPv6Subnet.js +170 -211
- package/dist/es/models/networking/v4/config/IbgpConfig.d.ts +1 -28
- package/dist/es/models/networking/v4/config/IbgpConfig.js +132 -169
- package/dist/es/models/networking/v4/config/IgmpSpec.d.ts +2 -15
- package/dist/es/models/networking/v4/config/IgmpSpec.js +189 -232
- package/dist/es/models/networking/v4/config/InternalRoutingConfig.d.ts +2 -72
- package/dist/es/models/networking/v4/config/InternalRoutingConfig.js +208 -259
- package/dist/es/models/networking/v4/config/IpFamily.js +7 -9
- package/dist/es/models/networking/v4/config/IpReserveSpec.d.ts +2 -47
- package/dist/es/models/networking/v4/config/IpReserveSpec.js +252 -303
- package/dist/es/models/networking/v4/config/IpUnreserveSpec.d.ts +2 -47
- package/dist/es/models/networking/v4/config/IpUnreserveSpec.js +252 -303
- package/dist/es/models/networking/v4/config/IpsecConfig.d.ts +2 -54
- package/dist/es/models/networking/v4/config/IpsecConfig.js +405 -466
- package/dist/es/models/networking/v4/config/KubernetesCluster.d.ts +67 -0
- package/dist/es/models/networking/v4/config/KubernetesCluster.js +277 -0
- package/dist/es/models/networking/v4/config/Layer2Stretch.d.ts +1 -202
- package/dist/es/models/networking/v4/config/Layer2Stretch.js +352 -411
- package/dist/es/models/networking/v4/config/Layer2StretchProjection.d.ts +12 -0
- package/dist/es/models/networking/v4/config/Layer2StretchProjection.js +132 -0
- package/dist/es/models/networking/v4/config/LayerFourProtocolObject.d.ts +2 -20
- package/dist/es/models/networking/v4/config/LayerFourProtocolObject.js +181 -230
- package/dist/es/models/networking/v4/config/LearnedMacAddress.d.ts +1 -47
- package/dist/es/models/networking/v4/config/LearnedMacAddress.js +168 -206
- package/dist/es/models/networking/v4/config/ListBgpRoutesApiResponse.d.ts +2 -48
- package/dist/es/models/networking/v4/config/ListBgpRoutesApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListBgpSessionsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListBgpSessionsApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListClusterCapabilitiesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListClusterCapabilitiesApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListFloatingIpsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListFloatingIpsApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListGatewaysApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListGatewaysApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListIPFIXExportersApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListIPFIXExportersApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListLayer2StretchesApiResponse.d.ts +8 -48
- package/dist/es/models/networking/v4/config/ListLayer2StretchesApiResponse.js +214 -264
- package/dist/es/models/networking/v4/config/ListLearnedMacAddressesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListLearnedMacAddressesApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListLoadBalancerSessionsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListLoadBalancerSessionsApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListNetworkControllersApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListNetworkControllersApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListNetworkFunctionsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListNetworkFunctionsApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListNicProfilesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListNicProfilesApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListNodeSchedulableStatusesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListNodeSchedulableStatusesApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListRemoteSubnetsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListRemoteSubnetsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListRouteTablesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListRouteTablesApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListRoutesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListRoutesApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListRoutingPoliciesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListRoutingPoliciesApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListSubnetReservedIpsApiResponse.d.ts +2 -45
- package/dist/es/models/networking/v4/config/ListSubnetReservedIpsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListSubnetVnicsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListSubnetVnicsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListSubnetsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListSubnetsApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListTrafficMirrorsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListTrafficMirrorsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListUplinkBondsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListUplinkBondsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListVirtualSwitchesApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListVirtualSwitchesApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListVpcVirtualSwitchMappingsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListVpcVirtualSwitchMappingsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListVpcsApiResponse.d.ts +2 -46
- package/dist/es/models/networking/v4/config/ListVpcsApiResponse.js +213 -268
- package/dist/es/models/networking/v4/config/ListVpnConnectionsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListVpnConnectionsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/ListVpnVendorConfigsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/ListVpnVendorConfigsApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/Listener.d.ts +2 -44
- package/dist/es/models/networking/v4/config/Listener.js +197 -244
- package/dist/es/models/networking/v4/config/LoadBalancerSession.d.ts +1 -95
- package/dist/es/models/networking/v4/config/LoadBalancerSession.js +311 -365
- package/dist/es/models/networking/v4/config/LoadBalancerSessionAssociation.d.ts +23 -7
- package/dist/es/models/networking/v4/config/LoadBalancerSessionAssociation.js +211 -180
- package/dist/es/models/networking/v4/config/LoadBalancerSessionProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/LoadBalancerSessionProjection.js +74 -103
- package/dist/es/models/networking/v4/config/LoadBalancerSessionType.js +7 -9
- package/dist/es/models/networking/v4/config/LocalBgpGateway.d.ts +2 -34
- package/dist/es/models/networking/v4/config/LocalBgpGateway.js +201 -248
- package/dist/es/models/networking/v4/config/LocalBgpService.d.ts +2 -9
- package/dist/es/models/networking/v4/config/LocalBgpService.js +202 -245
- package/dist/es/models/networking/v4/config/LocalNetworkServices.d.ts +2 -148
- package/dist/es/models/networking/v4/config/LocalNetworkServices.js +245 -296
- package/dist/es/models/networking/v4/config/LocalVpnService.d.ts +2 -85
- package/dist/es/models/networking/v4/config/LocalVpnService.js +162 -203
- package/dist/es/models/networking/v4/config/LocalVtepService.d.ts +2 -7
- package/dist/es/models/networking/v4/config/LocalVtepService.js +147 -186
- package/dist/es/models/networking/v4/config/MacAddress.d.ts +1 -27
- package/dist/es/models/networking/v4/config/MacAddress.js +158 -200
- package/dist/es/models/networking/v4/config/MacType.js +7 -9
- package/dist/es/models/networking/v4/config/MigrationState.js +15 -11
- package/dist/es/models/networking/v4/config/NetworkCloudConfig.d.ts +1 -319
- package/dist/es/models/networking/v4/config/NetworkCloudConfig.js +177 -221
- package/dist/es/models/networking/v4/config/NetworkController.d.ts +1 -37
- package/dist/es/models/networking/v4/config/NetworkController.js +269 -324
- package/dist/es/models/networking/v4/config/NetworkFunction.d.ts +14 -56
- package/dist/es/models/networking/v4/config/NetworkFunction.js +307 -332
- package/dist/es/models/networking/v4/config/NetworkFunctionProjection.d.ts +1 -3
- package/dist/es/models/networking/v4/config/NetworkFunctionProjection.js +75 -107
- package/dist/es/models/networking/v4/config/NetworkingBaseModel.d.ts +1 -25
- package/dist/es/models/networking/v4/config/NetworkingBaseModel.js +125 -167
- package/dist/es/models/networking/v4/config/Nexthop.d.ts +2 -28
- package/dist/es/models/networking/v4/config/Nexthop.js +214 -260
- package/dist/es/models/networking/v4/config/NexthopType.js +7 -9
- package/dist/es/models/networking/v4/config/NicHighAvailabilityState.js +7 -9
- package/dist/es/models/networking/v4/config/NicPair.d.ts +4 -18
- package/dist/es/models/networking/v4/config/NicPair.js +269 -323
- package/dist/es/models/networking/v4/config/NicProfile.d.ts +1 -47
- package/dist/es/models/networking/v4/config/NicProfile.js +249 -300
- package/dist/es/models/networking/v4/config/NicProfileProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/NicProfileProjection.js +74 -103
- package/dist/es/models/networking/v4/config/NicTarget.d.ts +2 -10
- package/dist/es/models/networking/v4/config/NicTarget.js +224 -270
- package/dist/es/models/networking/v4/config/NodeHealth.d.ts +2 -33
- package/dist/es/models/networking/v4/config/NodeHealth.js +202 -249
- package/dist/es/models/networking/v4/config/NodeSchedulableStatus.d.ts +1 -16
- package/dist/es/models/networking/v4/config/NodeSchedulableStatus.js +127 -169
- package/dist/es/models/networking/v4/config/NodeSchedulableStatusProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/NodeSchedulableStatusProjection.js +73 -102
- package/dist/es/models/networking/v4/config/NodeServiceHealth.d.ts +2 -8
- package/dist/es/models/networking/v4/config/NodeServiceHealth.js +162 -203
- package/dist/es/models/networking/v4/config/NodeServiceName.js +7 -9
- package/dist/es/models/networking/v4/config/OspfConfig.d.ts +2 -9
- package/dist/es/models/networking/v4/config/OspfConfig.js +191 -234
- package/dist/es/models/networking/v4/config/OwnerType.js +7 -9
- package/dist/es/models/networking/v4/config/PortRange.d.ts +2 -8
- package/dist/es/models/networking/v4/config/PortRange.js +180 -221
- package/dist/es/models/networking/v4/config/PrivateIpAssociation.d.ts +2 -26
- package/dist/es/models/networking/v4/config/PrivateIpAssociation.js +166 -207
- package/dist/es/models/networking/v4/config/Protocol.js +7 -9
- package/dist/es/models/networking/v4/config/ProtocolNumberObject.d.ts +2 -7
- package/dist/es/models/networking/v4/config/ProtocolNumberObject.js +147 -186
- package/dist/es/models/networking/v4/config/ProtocolType.js +7 -9
- package/dist/es/models/networking/v4/config/PublicIpMapping.d.ts +2 -44
- package/dist/es/models/networking/v4/config/PublicIpMapping.js +162 -203
- package/dist/es/models/networking/v4/config/QosConfig.d.ts +2 -8
- package/dist/es/models/networking/v4/config/QosConfig.js +166 -207
- package/dist/es/models/networking/v4/config/QuerierSpec.d.ts +2 -8
- package/dist/es/models/networking/v4/config/QuerierSpec.js +173 -214
- package/dist/es/models/networking/v4/config/RemoteBgpGateway.d.ts +2 -26
- package/dist/es/models/networking/v4/config/RemoteBgpGateway.js +164 -205
- package/dist/es/models/networking/v4/config/RemoteBgpService.d.ts +2 -26
- package/dist/es/models/networking/v4/config/RemoteBgpService.js +170 -211
- package/dist/es/models/networking/v4/config/RemoteNetworkServices.d.ts +2 -165
- package/dist/es/models/networking/v4/config/RemoteNetworkServices.js +185 -228
- package/dist/es/models/networking/v4/config/RemoteSubnet.d.ts +1 -534
- package/dist/es/models/networking/v4/config/RemoteSubnet.js +275 -268
- package/dist/es/models/networking/v4/config/RemoteVpnConnection.d.ts +1 -179
- package/dist/es/models/networking/v4/config/RemoteVpnConnection.js +281 -307
- package/dist/es/models/networking/v4/config/RemoteVpnConnectionApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/RemoteVpnConnectionApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/RemoteVpnConnectionListApiResponse.d.ts +2 -46
- package/dist/es/models/networking/v4/config/RemoteVpnConnectionListApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/RemoteVpnService.d.ts +2 -105
- package/dist/es/models/networking/v4/config/RemoteVpnService.js +210 -255
- package/dist/es/models/networking/v4/config/RemoteVtepGateway.d.ts +1 -32
- package/dist/es/models/networking/v4/config/RemoteVtepGateway.js +304 -356
- package/dist/es/models/networking/v4/config/RemoteVtepGatewayApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/RemoteVtepGatewayApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/RemoteVtepGatewayListApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/RemoteVtepGatewayListApiResponse.js +209 -264
- package/dist/es/models/networking/v4/config/RemoteVtepService.d.ts +2 -31
- package/dist/es/models/networking/v4/config/RemoteVtepService.js +183 -228
- package/dist/es/models/networking/v4/config/RemoteVtepStretchStatus.d.ts +2 -34
- package/dist/es/models/networking/v4/config/RemoteVtepStretchStatus.js +162 -203
- package/dist/es/models/networking/v4/config/RerouteFallbackAction.js +7 -9
- package/dist/es/models/networking/v4/config/RerouteParam.d.ts +2 -64
- package/dist/es/models/networking/v4/config/RerouteParam.js +208 -253
- package/dist/es/models/networking/v4/config/ReserveType.js +7 -9
- package/dist/es/models/networking/v4/config/ReservedIp.d.ts +1 -17
- package/dist/es/models/networking/v4/config/ReservedIp.js +157 -201
- package/dist/es/models/networking/v4/config/Route.d.ts +1 -91
- package/dist/es/models/networking/v4/config/Route.js +283 -327
- package/dist/es/models/networking/v4/config/RouteTable.d.ts +1 -27
- package/dist/es/models/networking/v4/config/RouteTable.js +165 -207
- package/dist/es/models/networking/v4/config/RouteType.js +7 -9
- package/dist/es/models/networking/v4/config/RoutingPolicy.d.ts +1 -210
- package/dist/es/models/networking/v4/config/RoutingPolicy.js +287 -341
- package/dist/es/models/networking/v4/config/RoutingPolicyAction.d.ts +2 -89
- package/dist/es/models/networking/v4/config/RoutingPolicyAction.js +195 -242
- package/dist/es/models/networking/v4/config/RoutingPolicyActionType.js +7 -9
- package/dist/es/models/networking/v4/config/RoutingPolicyMatchCondition.d.ts +2 -82
- package/dist/es/models/networking/v4/config/RoutingPolicyMatchCondition.js +229 -278
- package/dist/es/models/networking/v4/config/RoutingPolicyProjection.d.ts +1 -216
- package/dist/es/models/networking/v4/config/RoutingPolicyProjection.js +164 -196
- package/dist/es/models/networking/v4/config/RoutingPolicyRule.d.ts +2 -200
- package/dist/es/models/networking/v4/config/RoutingPolicyRule.js +187 -230
- package/dist/es/models/networking/v4/config/ScopeType.js +7 -9
- package/dist/es/models/networking/v4/config/SharedServiceHealth.d.ts +2 -8
- package/dist/es/models/networking/v4/config/SharedServiceHealth.js +162 -203
- package/dist/es/models/networking/v4/config/SharedServiceName.js +7 -9
- package/dist/es/models/networking/v4/config/SiteParams.d.ts +2 -66
- package/dist/es/models/networking/v4/config/SiteParams.js +267 -316
- package/dist/es/models/networking/v4/config/State.js +7 -9
- package/dist/es/models/networking/v4/config/Status.d.ts +2 -8
- package/dist/es/models/networking/v4/config/Status.js +164 -205
- package/dist/es/models/networking/v4/config/StretchConnectionType.js +7 -9
- package/dist/es/models/networking/v4/config/StretchStatus.d.ts +2 -10
- package/dist/es/models/networking/v4/config/StretchStatus.js +212 -257
- package/dist/es/models/networking/v4/config/Subnet.d.ts +11 -533
- package/dist/es/models/networking/v4/config/Subnet.js +862 -934
- package/dist/es/models/networking/v4/config/SubnetInfo.d.ts +2 -7
- package/dist/es/models/networking/v4/config/SubnetInfo.js +142 -181
- package/dist/es/models/networking/v4/config/SubnetProjection.d.ts +11 -772
- package/dist/es/models/networking/v4/config/SubnetProjection.js +326 -287
- package/dist/es/models/networking/v4/config/SubnetType.js +7 -9
- package/dist/es/models/networking/v4/config/Target.d.ts +12 -15
- package/dist/es/models/networking/v4/config/Target.js +189 -189
- package/dist/es/models/networking/v4/config/TargetHealth.js +7 -9
- package/dist/es/models/networking/v4/config/TaskReferenceApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/config/TaskReferenceApiResponse.js +187 -242
- package/dist/es/models/networking/v4/config/TrafficForwardingMode.d.ts +19 -0
- package/dist/es/models/networking/v4/config/TrafficForwardingMode.js +83 -0
- package/dist/es/models/networking/v4/config/TrafficMirror.d.ts +1 -54
- package/dist/es/models/networking/v4/config/TrafficMirror.js +412 -479
- package/dist/es/models/networking/v4/config/TrafficMirrorPort.d.ts +2 -9
- package/dist/es/models/networking/v4/config/TrafficMirrorPort.js +189 -233
- package/dist/es/models/networking/v4/config/TrafficMirrorPortNicType.js +7 -9
- package/dist/es/models/networking/v4/config/TrafficMirrorSourcePort.d.ts +1 -10
- package/dist/es/models/networking/v4/config/TrafficMirrorSourcePort.js +131 -169
- package/dist/es/models/networking/v4/config/TrafficMirrorSourcePortDirection.js +7 -9
- package/dist/es/models/networking/v4/config/TrafficMirrorState.js +7 -9
- package/dist/es/models/networking/v4/config/UnreserveType.js +7 -9
- package/dist/es/models/networking/v4/config/UplinkBond.d.ts +1 -38
- package/dist/es/models/networking/v4/config/UplinkBond.js +287 -343
- package/dist/es/models/networking/v4/config/UplinkBondLacpStatus.js +7 -9
- package/dist/es/models/networking/v4/config/UplinkBondType.js +7 -9
- package/dist/es/models/networking/v4/config/UplinkBondVirtualSwitchInfo.d.ts +2 -8
- package/dist/es/models/networking/v4/config/UplinkBondVirtualSwitchInfo.js +171 -212
- package/dist/es/models/networking/v4/config/VirtualIP.d.ts +2 -27
- package/dist/es/models/networking/v4/config/VirtualIP.js +189 -232
- package/dist/es/models/networking/v4/config/VirtualSwitch.d.ts +1 -86
- package/dist/es/models/networking/v4/config/VirtualSwitch.js +417 -486
- package/dist/es/models/networking/v4/config/VirtualSwitchProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/VirtualSwitchProjection.js +74 -103
- package/dist/es/models/networking/v4/config/VlanSubnetMigrationSpec.d.ts +2 -12
- package/dist/es/models/networking/v4/config/VlanSubnetMigrationSpec.js +152 -195
- package/dist/es/models/networking/v4/config/Vm.d.ts +2 -7
- package/dist/es/models/networking/v4/config/Vm.js +142 -181
- package/dist/es/models/networking/v4/config/VmNic.d.ts +2 -7
- package/dist/es/models/networking/v4/config/VmNic.js +136 -176
- package/dist/es/models/networking/v4/config/VmNicAssociation.d.ts +12 -8
- package/dist/es/models/networking/v4/config/VmNicAssociation.js +201 -209
- package/dist/es/models/networking/v4/config/VmNicProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/VmNicProjection.js +74 -103
- package/dist/es/models/networking/v4/config/VmProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/VmProjection.js +74 -103
- package/dist/es/models/networking/v4/config/Vnic.d.ts +1 -84
- package/dist/es/models/networking/v4/config/Vnic.js +270 -330
- package/dist/es/models/networking/v4/config/VnicMigrationItemSpec.d.ts +1 -45
- package/dist/es/models/networking/v4/config/VnicMigrationItemSpec.js +169 -215
- package/dist/es/models/networking/v4/config/Vpc.d.ts +13 -155
- package/dist/es/models/networking/v4/config/Vpc.js +387 -406
- package/dist/es/models/networking/v4/config/VpcDhcpOptions.d.ts +2 -25
- package/dist/es/models/networking/v4/config/VpcDhcpOptions.js +149 -192
- package/dist/es/models/networking/v4/config/VpcGlobalConfig.d.ts +2 -7
- package/dist/es/models/networking/v4/config/VpcGlobalConfig.js +140 -179
- package/dist/es/models/networking/v4/config/VpcName.d.ts +2 -7
- package/dist/es/models/networking/v4/config/VpcName.js +142 -181
- package/dist/es/models/networking/v4/config/VpcNameProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/VpcNameProjection.js +74 -103
- package/dist/es/models/networking/v4/config/VpcProjection.d.ts +1 -1
- package/dist/es/models/networking/v4/config/VpcProjection.js +75 -103
- package/dist/es/models/networking/v4/config/VpcType.js +7 -9
- package/dist/es/models/networking/v4/config/VpcVirtualSwitchMapping.d.ts +1 -28
- package/dist/es/models/networking/v4/config/VpcVirtualSwitchMapping.js +197 -241
- package/dist/es/models/networking/v4/config/VpnAppliance.d.ts +1 -27
- package/dist/es/models/networking/v4/config/VpnAppliance.js +158 -201
- package/dist/es/models/networking/v4/config/VpnConnection.d.ts +1 -175
- package/dist/es/models/networking/v4/config/VpnConnection.js +461 -531
- package/dist/es/models/networking/v4/config/Vtep.d.ts +2 -25
- package/dist/es/models/networking/v4/config/Vtep.js +138 -177
- package/dist/es/models/networking/v4/error/AppMessage.d.ts +2 -12
- package/dist/es/models/networking/v4/error/AppMessage.js +264 -313
- package/dist/es/models/networking/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/networking/v4/error/ErrorResponse.js +175 -218
- package/dist/es/models/networking/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/es/models/networking/v4/error/SchemaValidationError.js +249 -300
- package/dist/es/models/networking/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/es/models/networking/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/es/models/networking/v4/stats/GetLayer2StretchStatsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/stats/GetLayer2StretchStatsApiResponse.js +187 -242
- package/dist/es/models/networking/v4/stats/GetTrafficMirrorStatsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/stats/GetTrafficMirrorStatsApiResponse.js +187 -242
- package/dist/es/models/networking/v4/stats/GetVpcNsStatsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/stats/GetVpcNsStatsApiResponse.js +187 -242
- package/dist/es/models/networking/v4/stats/GetVpnConnectionStatsApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/stats/GetVpnConnectionStatsApiResponse.js +187 -242
- package/dist/es/models/networking/v4/stats/Layer2StretchStats.d.ts +1 -19
- package/dist/es/models/networking/v4/stats/Layer2StretchStats.js +205 -249
- package/dist/es/models/networking/v4/stats/ListenerStats.d.ts +2 -10
- package/dist/es/models/networking/v4/stats/ListenerStats.js +238 -283
- package/dist/es/models/networking/v4/stats/LoadBalancerSessionStats.d.ts +1 -34
- package/dist/es/models/networking/v4/stats/LoadBalancerSessionStats.js +177 -227
- package/dist/es/models/networking/v4/stats/LoadBalancerSessionStatsApiResponse.d.ts +2 -46
- package/dist/es/models/networking/v4/stats/LoadBalancerSessionStatsApiResponse.js +187 -242
- package/dist/es/models/networking/v4/stats/RoutingPolicyClearCountersSpec.d.ts +2 -8
- package/dist/es/models/networking/v4/stats/RoutingPolicyClearCountersSpec.js +171 -212
- package/dist/es/models/networking/v4/stats/StatsQueryResponseBase.d.ts +1 -16
- package/dist/es/models/networking/v4/stats/StatsQueryResponseBase.js +125 -167
- package/dist/es/models/networking/v4/stats/TargetStats.d.ts +2 -10
- package/dist/es/models/networking/v4/stats/TargetStats.js +241 -286
- package/dist/es/models/networking/v4/stats/TaskReferenceApiResponse.d.ts +2 -43
- package/dist/es/models/networking/v4/stats/TaskReferenceApiResponse.js +187 -242
- package/dist/es/models/networking/v4/stats/TrafficMirrorStats.d.ts +1 -18
- package/dist/es/models/networking/v4/stats/TrafficMirrorStats.js +172 -214
- package/dist/es/models/networking/v4/stats/VpcNsStats.d.ts +1 -24
- package/dist/es/models/networking/v4/stats/VpcNsStats.js +369 -423
- package/dist/es/models/networking/v4/stats/VpnConnectionStats.d.ts +1 -18
- package/dist/es/models/networking/v4/stats/VpnConnectionStats.js +172 -214
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/es/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/es/models/validation/ValidationError.js +26 -42
- package/dist/es/models/validation/ValidationScopes.js +3 -3
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +29 -7
- package/dist/lib/ApiClient.js +854 -667
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +144 -183
- package/dist/lib/apis/awssubnets-endpoints.d.ts +1 -1
- package/dist/lib/apis/awssubnets-endpoints.js +63 -74
- package/dist/lib/apis/awsvpcs-endpoints.d.ts +1 -1
- package/dist/lib/apis/awsvpcs-endpoints.js +50 -67
- package/dist/lib/apis/bgproutes-endpoints.d.ts +1 -1
- package/dist/lib/apis/bgproutes-endpoints.js +106 -118
- package/dist/lib/apis/bgpsessions-endpoints.d.ts +1 -1
- package/dist/lib/apis/bgpsessions-endpoints.js +210 -224
- package/dist/lib/apis/bridges-endpoints.d.ts +1 -1
- package/dist/lib/apis/bridges-endpoints.js +56 -73
- package/dist/lib/apis/clustercapabilities-endpoints.d.ts +1 -1
- package/dist/lib/apis/clustercapabilities-endpoints.js +56 -67
- package/dist/lib/apis/floatingips-endpoints.d.ts +1 -1
- package/dist/lib/apis/floatingips-endpoints.js +210 -224
- package/dist/lib/apis/gateways-endpoints.d.ts +1 -1
- package/dist/lib/apis/gateways-endpoints.js +247 -261
- package/dist/lib/apis/ipfixexporters-endpoints.d.ts +1 -1
- package/dist/lib/apis/ipfixexporters-endpoints.js +207 -222
- package/dist/lib/apis/layer2stretches-endpoints.d.ts +1 -1
- package/dist/lib/apis/layer2stretches-endpoints.js +207 -222
- package/dist/lib/apis/layer2stretchstats-endpoints.d.ts +1 -1
- package/dist/lib/apis/layer2stretchstats-endpoints.js +76 -84
- package/dist/lib/apis/loadbalancersessions-endpoints.d.ts +1 -1
- package/dist/lib/apis/loadbalancersessions-endpoints.js +217 -229
- package/dist/lib/apis/loadbalancersessionstats-endpoints.d.ts +1 -1
- package/dist/lib/apis/loadbalancersessionstats-endpoints.js +72 -82
- package/dist/lib/apis/macaddresses-endpoints.d.ts +1 -1
- package/dist/lib/apis/macaddresses-endpoints.js +106 -118
- package/dist/lib/apis/networkcontrollers-endpoints.d.ts +1 -1
- package/dist/lib/apis/networkcontrollers-endpoints.js +200 -217
- package/dist/lib/apis/networkfunctions-endpoints.d.ts +5 -5
- package/dist/lib/apis/networkfunctions-endpoints.js +208 -223
- package/dist/lib/apis/nicprofiles-endpoints.d.ts +1 -1
- package/dist/lib/apis/nicprofiles-endpoints.js +297 -313
- package/dist/lib/apis/remoteentities-endpoints.d.ts +1 -1
- package/dist/lib/apis/remoteentities-endpoints.js +284 -290
- package/dist/lib/apis/routes-endpoints.d.ts +1 -1
- package/dist/lib/apis/routes-endpoints.js +238 -253
- package/dist/lib/apis/routetables-endpoints.d.ts +1 -1
- package/dist/lib/apis/routetables-endpoints.js +94 -106
- package/dist/lib/apis/routingpolicies-endpoints.d.ts +1 -1
- package/dist/lib/apis/routingpolicies-endpoints.js +213 -226
- package/dist/lib/apis/routingpolicystats-endpoints.d.ts +1 -1
- package/dist/lib/apis/routingpolicystats-endpoints.js +54 -70
- package/dist/lib/apis/subnetipreservation-endpoints.d.ts +1 -1
- package/dist/lib/apis/subnetipreservation-endpoints.js +151 -163
- package/dist/lib/apis/subnetmigrations-endpoints.d.ts +1 -1
- package/dist/lib/apis/subnetmigrations-endpoints.js +98 -115
- package/dist/lib/apis/subnets-endpoints.d.ts +1 -1
- package/dist/lib/apis/subnets-endpoints.js +266 -274
- package/dist/lib/apis/trafficmirrors-endpoints.d.ts +1 -1
- package/dist/lib/apis/trafficmirrors-endpoints.js +207 -222
- package/dist/lib/apis/trafficmirrorstats-endpoints.d.ts +1 -1
- package/dist/lib/apis/trafficmirrorstats-endpoints.js +72 -82
- package/dist/lib/apis/uplinkbonds-endpoints.d.ts +1 -1
- package/dist/lib/apis/uplinkbonds-endpoints.js +94 -106
- package/dist/lib/apis/virtualswitches-endpoints.d.ts +1 -1
- package/dist/lib/apis/virtualswitches-endpoints.js +223 -243
- package/dist/lib/apis/virtualswitchnodesinfo-endpoints.d.ts +1 -1
- package/dist/lib/apis/virtualswitchnodesinfo-endpoints.js +57 -69
- package/dist/lib/apis/vpcnsstats-endpoints.d.ts +1 -1
- package/dist/lib/apis/vpcnsstats-endpoints.js +81 -89
- package/dist/lib/apis/vpcs-endpoints.d.ts +1 -1
- package/dist/lib/apis/vpcs-endpoints.js +210 -224
- package/dist/lib/apis/vpcvirtualswitchmappings-endpoints.d.ts +1 -1
- package/dist/lib/apis/vpcvirtualswitchmappings-endpoints.js +98 -110
- package/dist/lib/apis/vpnconnections-endpoints.d.ts +1 -1
- package/dist/lib/apis/vpnconnections-endpoints.js +296 -308
- package/dist/lib/apis/vpnconnectionstats-endpoints.d.ts +1 -1
- package/dist/lib/apis/vpnconnectionstats-endpoints.js +76 -84
- package/dist/lib/index.d.ts +19 -1
- package/dist/lib/index.js +1011 -939
- package/dist/lib/models/common/v1/config/FQDN.d.ts +2 -7
- package/dist/lib/models/common/v1/config/FQDN.js +141 -180
- package/dist/lib/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/lib/models/common/v1/config/Flag.js +170 -211
- package/dist/lib/models/common/v1/config/IPAddress.d.ts +2 -20
- package/dist/lib/models/common/v1/config/IPAddress.js +170 -217
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.d.ts +2 -26
- package/dist/lib/models/common/v1/config/IPAddressOrFQDN.js +196 -247
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/lib/models/common/v1/config/IPv6Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv6Address.js +174 -215
- package/dist/lib/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVPair.js +225 -270
- package/dist/lib/models/common/v1/config/KVStringPair.d.ts +58 -0
- package/dist/lib/models/common/v1/config/KVStringPair.js +277 -0
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/lib/models/common/v1/config/Message.d.ts +2 -10
- package/dist/lib/models/common/v1/config/Message.js +213 -258
- package/dist/lib/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/lib/models/common/v1/config/Metadata.d.ts +2 -11
- package/dist/lib/models/common/v1/config/Metadata.js +261 -308
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/lib/models/common/v1/response/ApiLink.js +165 -206
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +7 -9
- package/dist/lib/models/networking/v4/aws/config/AwsSubnet.d.ts +1 -26
- package/dist/lib/models/networking/v4/aws/config/AwsSubnet.js +285 -339
- package/dist/lib/models/networking/v4/aws/config/AwsVpc.d.ts +1 -19
- package/dist/lib/models/networking/v4/aws/config/AwsVpc.js +212 -260
- package/dist/lib/models/networking/v4/aws/config/Capabilities.d.ts +1 -30
- package/dist/lib/models/networking/v4/aws/config/Capabilities.js +126 -168
- package/dist/lib/models/networking/v4/aws/config/CloudType.js +7 -9
- package/dist/lib/models/networking/v4/aws/config/ListAwsSubnetsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/aws/config/ListAwsSubnetsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/aws/config/ListAwsVpcsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/aws/config/ListAwsVpcsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/aws/config/SubnetCapabilities.d.ts +1 -16
- package/dist/lib/models/networking/v4/aws/config/SubnetCapabilities.js +134 -176
- package/dist/lib/models/networking/v4/config/AddressType.js +7 -9
- package/dist/lib/models/networking/v4/config/AddressTypeObject.d.ts +2 -38
- package/dist/lib/models/networking/v4/config/AddressTypeObject.js +162 -203
- package/dist/lib/models/networking/v4/config/Algorithm.js +7 -9
- package/dist/lib/models/networking/v4/config/Anc.d.ts +1 -49
- package/dist/lib/models/networking/v4/config/Anc.js +273 -327
- package/dist/lib/models/networking/v4/config/AssignmentType.js +7 -9
- package/dist/lib/models/networking/v4/config/AssociationStatus.d.ts +19 -0
- package/dist/lib/models/networking/v4/config/AssociationStatus.js +95 -0
- package/dist/lib/models/networking/v4/config/AuthenticationAlgorithm.js +7 -9
- package/dist/lib/models/networking/v4/config/AuthenticationType.js +7 -9
- package/dist/lib/models/networking/v4/config/AuthorizationData.d.ts +2 -11
- package/dist/lib/models/networking/v4/config/AuthorizationData.js +248 -295
- package/dist/lib/models/networking/v4/config/AwsConfig.d.ts +2 -41
- package/dist/lib/models/networking/v4/config/AwsConfig.js +152 -195
- package/dist/lib/models/networking/v4/config/AwsExternalSubnetConfig.d.ts +2 -36
- package/dist/lib/models/networking/v4/config/AwsExternalSubnetConfig.js +166 -207
- package/dist/lib/models/networking/v4/config/AwsSubnetConfig.d.ts +2 -30
- package/dist/lib/models/networking/v4/config/AwsSubnetConfig.js +279 -328
- package/dist/lib/models/networking/v4/config/AzureConfig.d.ts +2 -243
- package/dist/lib/models/networking/v4/config/AzureConfig.js +260 -311
- package/dist/lib/models/networking/v4/config/AzureExternalSubnetBinding.d.ts +2 -90
- package/dist/lib/models/networking/v4/config/AzureExternalSubnetBinding.js +262 -311
- package/dist/lib/models/networking/v4/config/AzureExternalSubnetConfig.d.ts +2 -157
- package/dist/lib/models/networking/v4/config/AzureExternalSubnetConfig.js +201 -248
- package/dist/lib/models/networking/v4/config/BaseRoute.d.ts +1 -85
- package/dist/lib/models/networking/v4/config/BaseRoute.js +209 -255
- package/dist/lib/models/networking/v4/config/BgpCommunity.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/BgpCommunity.js +180 -221
- package/dist/lib/models/networking/v4/config/BgpConfig.d.ts +2 -9
- package/dist/lib/models/networking/v4/config/BgpConfig.js +198 -241
- package/dist/lib/models/networking/v4/config/BgpInfo.d.ts +2 -64
- package/dist/lib/models/networking/v4/config/BgpInfo.js +186 -235
- package/dist/lib/models/networking/v4/config/BgpRoute.d.ts +1 -94
- package/dist/lib/models/networking/v4/config/BgpRoute.js +217 -257
- package/dist/lib/models/networking/v4/config/BgpRouteType.js +7 -9
- package/dist/lib/models/networking/v4/config/BgpSession.d.ts +1 -787
- package/dist/lib/models/networking/v4/config/BgpSession.js +503 -577
- package/dist/lib/models/networking/v4/config/BgpSessionProjection.d.ts +1 -1292
- package/dist/lib/models/networking/v4/config/BgpSessionProjection.js +206 -226
- package/dist/lib/models/networking/v4/config/BondModeType.js +7 -9
- package/dist/lib/models/networking/v4/config/Bridge.d.ts +1 -29
- package/dist/lib/models/networking/v4/config/Bridge.js +220 -266
- package/dist/lib/models/networking/v4/config/BridgeProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/BridgeProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/Capability.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/Capability.js +168 -209
- package/dist/lib/models/networking/v4/config/CapabilityConfig.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/CapabilityConfig.js +138 -177
- package/dist/lib/models/networking/v4/config/CapabilityType.js +7 -9
- package/dist/lib/models/networking/v4/config/CategoryScope.d.ts +19 -0
- package/dist/lib/models/networking/v4/config/CategoryScope.js +77 -0
- package/dist/lib/models/networking/v4/config/CategoryTarget.d.ts +85 -0
- package/dist/lib/models/networking/v4/config/CategoryTarget.js +342 -0
- package/dist/lib/models/networking/v4/config/CategoryVnicSelector.d.ts +57 -0
- package/dist/lib/models/networking/v4/config/CategoryVnicSelector.js +272 -0
- package/dist/lib/models/networking/v4/config/CloudSubstrate.js +7 -9
- package/dist/lib/models/networking/v4/config/Cluster.d.ts +2 -38
- package/dist/lib/models/networking/v4/config/Cluster.js +237 -286
- package/dist/lib/models/networking/v4/config/ClusterCapability.d.ts +1 -33
- package/dist/lib/models/networking/v4/config/ClusterCapability.js +170 -215
- package/dist/lib/models/networking/v4/config/ClusterFlowStatus.d.ts +1 -22
- package/dist/lib/models/networking/v4/config/ClusterFlowStatus.js +132 -177
- package/dist/lib/models/networking/v4/config/ClusterHealth.d.ts +2 -41
- package/dist/lib/models/networking/v4/config/ClusterHealth.js +229 -278
- package/dist/lib/models/networking/v4/config/ClusterStatus.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/ClusterStatus.js +168 -209
- package/dist/lib/models/networking/v4/config/ControllerStatus.js +7 -9
- package/dist/lib/models/networking/v4/config/DataPlaneHealthCheckConfig.d.ts +2 -10
- package/dist/lib/models/networking/v4/config/DataPlaneHealthCheckConfig.js +248 -293
- package/dist/lib/models/networking/v4/config/DefaultVlanStack.js +7 -9
- package/dist/lib/models/networking/v4/config/DhcpOptions.d.ts +2 -48
- package/dist/lib/models/networking/v4/config/DhcpOptions.js +306 -363
- package/dist/lib/models/networking/v4/config/DpdConfig.d.ts +2 -9
- package/dist/lib/models/networking/v4/config/DpdConfig.js +189 -232
- package/dist/lib/models/networking/v4/config/DpdOperation.js +7 -9
- package/dist/lib/models/networking/v4/config/EncryptionAlgorithm.js +7 -9
- package/dist/lib/models/networking/v4/config/ExportScope.d.ts +2 -9
- package/dist/lib/models/networking/v4/config/ExportScope.js +189 -232
- package/dist/lib/models/networking/v4/config/ExporterProtocol.js +7 -9
- package/dist/lib/models/networking/v4/config/ExternalDhcpServer.d.ts +2 -26
- package/dist/lib/models/networking/v4/config/ExternalDhcpServer.js +170 -211
- package/dist/lib/models/networking/v4/config/ExternalSubnet.d.ts +2 -53
- package/dist/lib/models/networking/v4/config/ExternalSubnet.js +280 -334
- package/dist/lib/models/networking/v4/config/FailureHandling.js +22 -12
- package/dist/lib/models/networking/v4/config/FloatingIPAddress.d.ts +2 -20
- package/dist/lib/models/networking/v4/config/FloatingIPAddress.js +171 -218
- package/dist/lib/models/networking/v4/config/FloatingIPv4Address.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/FloatingIPv4Address.js +175 -216
- package/dist/lib/models/networking/v4/config/FloatingIPv6Address.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/FloatingIPv6Address.js +175 -216
- package/dist/lib/models/networking/v4/config/FloatingIp.d.ts +6 -752
- package/dist/lib/models/networking/v4/config/FloatingIp.js +484 -556
- package/dist/lib/models/networking/v4/config/FloatingIpProjection.d.ts +1 -1677
- package/dist/lib/models/networking/v4/config/FloatingIpProjection.js +246 -267
- package/dist/lib/models/networking/v4/config/FlowGateway.d.ts +1 -131
- package/dist/lib/models/networking/v4/config/FlowGateway.js +224 -275
- package/dist/lib/models/networking/v4/config/FlowGatewayKeepAliveRequestSpec.d.ts +2 -34
- package/dist/lib/models/networking/v4/config/FlowGatewayKeepAliveRequestSpec.js +232 -281
- package/dist/lib/models/networking/v4/config/FlowGatewayState.js +7 -9
- package/dist/lib/models/networking/v4/config/FlowGatewayStatus.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/FlowGatewayStatus.js +164 -205
- package/dist/lib/models/networking/v4/config/Gateway.d.ts +1 -346
- package/dist/lib/models/networking/v4/config/Gateway.js +448 -519
- package/dist/lib/models/networking/v4/config/GatewayDeployment.d.ts +2 -146
- package/dist/lib/models/networking/v4/config/GatewayDeployment.js +352 -417
- package/dist/lib/models/networking/v4/config/GatewayInterface.d.ts +2 -47
- package/dist/lib/models/networking/v4/config/GatewayInterface.js +241 -289
- package/dist/lib/models/networking/v4/config/GatewayManagementInterface.d.ts +2 -67
- package/dist/lib/models/networking/v4/config/GatewayManagementInterface.js +245 -293
- package/dist/lib/models/networking/v4/config/GatewayNic.d.ts +2 -27
- package/dist/lib/models/networking/v4/config/GatewayNic.js +191 -234
- package/dist/lib/models/networking/v4/config/GatewayNodeReference.d.ts +2 -26
- package/dist/lib/models/networking/v4/config/GatewayNodeReference.js +166 -207
- package/dist/lib/models/networking/v4/config/GatewayNodesSelector.d.ts +48 -0
- package/dist/lib/models/networking/v4/config/GatewayNodesSelector.js +245 -0
- package/dist/lib/models/networking/v4/config/GatewayProjection.d.ts +1 -506
- package/dist/lib/models/networking/v4/config/GatewayProjection.js +215 -238
- package/dist/lib/models/networking/v4/config/GatewayRole.js +7 -9
- package/dist/lib/models/networking/v4/config/GcpConfig.d.ts +2 -19
- package/dist/lib/models/networking/v4/config/GcpConfig.js +152 -195
- package/dist/lib/models/networking/v4/config/GcpExternalSubnetConfig.d.ts +2 -14
- package/dist/lib/models/networking/v4/config/GcpExternalSubnetConfig.js +173 -214
- package/dist/lib/models/networking/v4/config/GcpSubnetConfig.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/GcpSubnetConfig.js +166 -207
- package/dist/lib/models/networking/v4/config/GetBgpRouteApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetBgpRouteApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetBgpSessionApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetBgpSessionApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetFloatingIpApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetFloatingIpApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetGatewayApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetGatewayApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetIPFIXExporterApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetIPFIXExporterApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetLayer2StretchApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetLayer2StretchApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetLearnedMacAddressApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetLearnedMacAddressApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetLoadBalancerSessionApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetLoadBalancerSessionApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetNetworkControllerApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetNetworkControllerApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetNetworkFunctionApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetNetworkFunctionApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetNicProfileApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetNicProfileApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetRemoteSubnetApiResponse.d.ts +2 -45
- package/dist/lib/models/networking/v4/config/GetRemoteSubnetApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetRouteApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetRouteApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetRouteTableApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetRouteTableApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetRoutingPolicyApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetRoutingPolicyApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetSubnetApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetSubnetApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetTrafficMirrorApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetTrafficMirrorApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetUplinkBondApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetUplinkBondApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetVirtualSwitchApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetVirtualSwitchApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetVpcApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetVpcApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/GetVpnConnectionApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/GetVpnConnectionApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/HealthCheck.d.ts +2 -10
- package/dist/lib/models/networking/v4/config/HealthCheck.js +246 -291
- package/dist/lib/models/networking/v4/config/HealthStatus.js +7 -9
- package/dist/lib/models/networking/v4/config/HighAvailabilityMode.js +7 -9
- package/dist/lib/models/networking/v4/config/Host.d.ts +2 -28
- package/dist/lib/models/networking/v4/config/Host.js +272 -323
- package/dist/lib/models/networking/v4/config/HostNic.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/HostNic.js +142 -181
- package/dist/lib/models/networking/v4/config/HostNicComplianceStatus.js +7 -9
- package/dist/lib/models/networking/v4/config/HostNicReference.d.ts +2 -10
- package/dist/lib/models/networking/v4/config/HostNicReference.js +231 -276
- package/dist/lib/models/networking/v4/config/ICMPObject.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/ICMPObject.js +180 -221
- package/dist/lib/models/networking/v4/config/IPConfig.d.ts +2 -108
- package/dist/lib/models/networking/v4/config/IPConfig.js +171 -218
- package/dist/lib/models/networking/v4/config/IPFIXExporter.d.ts +1 -39
- package/dist/lib/models/networking/v4/config/IPFIXExporter.js +304 -360
- package/dist/lib/models/networking/v4/config/IPPoolUsage.d.ts +2 -27
- package/dist/lib/models/networking/v4/config/IPPoolUsage.js +196 -239
- package/dist/lib/models/networking/v4/config/IPSubnet.d.ts +2 -32
- package/dist/lib/models/networking/v4/config/IPSubnet.js +171 -218
- package/dist/lib/models/networking/v4/config/IPUsage.d.ts +2 -35
- package/dist/lib/models/networking/v4/config/IPUsage.js +232 -280
- package/dist/lib/models/networking/v4/config/IPv4Config.d.ts +2 -67
- package/dist/lib/models/networking/v4/config/IPv4Config.js +220 -269
- package/dist/lib/models/networking/v4/config/IPv4Pool.d.ts +2 -20
- package/dist/lib/models/networking/v4/config/IPv4Pool.js +162 -203
- package/dist/lib/models/networking/v4/config/IPv4Subnet.d.ts +2 -14
- package/dist/lib/models/networking/v4/config/IPv4Subnet.js +170 -211
- package/dist/lib/models/networking/v4/config/IPv6Config.d.ts +2 -67
- package/dist/lib/models/networking/v4/config/IPv6Config.js +220 -269
- package/dist/lib/models/networking/v4/config/IPv6Pool.d.ts +2 -20
- package/dist/lib/models/networking/v4/config/IPv6Pool.js +162 -203
- package/dist/lib/models/networking/v4/config/IPv6Subnet.d.ts +2 -14
- package/dist/lib/models/networking/v4/config/IPv6Subnet.js +170 -211
- package/dist/lib/models/networking/v4/config/IbgpConfig.d.ts +1 -28
- package/dist/lib/models/networking/v4/config/IbgpConfig.js +132 -169
- package/dist/lib/models/networking/v4/config/IgmpSpec.d.ts +2 -15
- package/dist/lib/models/networking/v4/config/IgmpSpec.js +189 -232
- package/dist/lib/models/networking/v4/config/InternalRoutingConfig.d.ts +2 -72
- package/dist/lib/models/networking/v4/config/InternalRoutingConfig.js +208 -259
- package/dist/lib/models/networking/v4/config/IpFamily.js +7 -9
- package/dist/lib/models/networking/v4/config/IpReserveSpec.d.ts +2 -47
- package/dist/lib/models/networking/v4/config/IpReserveSpec.js +252 -303
- package/dist/lib/models/networking/v4/config/IpUnreserveSpec.d.ts +2 -47
- package/dist/lib/models/networking/v4/config/IpUnreserveSpec.js +252 -303
- package/dist/lib/models/networking/v4/config/IpsecConfig.d.ts +2 -54
- package/dist/lib/models/networking/v4/config/IpsecConfig.js +405 -466
- package/dist/lib/models/networking/v4/config/KubernetesCluster.d.ts +67 -0
- package/dist/lib/models/networking/v4/config/KubernetesCluster.js +277 -0
- package/dist/lib/models/networking/v4/config/Layer2Stretch.d.ts +1 -202
- package/dist/lib/models/networking/v4/config/Layer2Stretch.js +352 -411
- package/dist/lib/models/networking/v4/config/Layer2StretchProjection.d.ts +12 -0
- package/dist/lib/models/networking/v4/config/Layer2StretchProjection.js +132 -0
- package/dist/lib/models/networking/v4/config/LayerFourProtocolObject.d.ts +2 -20
- package/dist/lib/models/networking/v4/config/LayerFourProtocolObject.js +181 -230
- package/dist/lib/models/networking/v4/config/LearnedMacAddress.d.ts +1 -47
- package/dist/lib/models/networking/v4/config/LearnedMacAddress.js +168 -206
- package/dist/lib/models/networking/v4/config/ListBgpRoutesApiResponse.d.ts +2 -48
- package/dist/lib/models/networking/v4/config/ListBgpRoutesApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListBgpSessionsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListBgpSessionsApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListClusterCapabilitiesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListClusterCapabilitiesApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListFloatingIpsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListFloatingIpsApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListGatewaysApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListGatewaysApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListIPFIXExportersApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListIPFIXExportersApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListLayer2StretchesApiResponse.d.ts +8 -48
- package/dist/lib/models/networking/v4/config/ListLayer2StretchesApiResponse.js +214 -264
- package/dist/lib/models/networking/v4/config/ListLearnedMacAddressesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListLearnedMacAddressesApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListLoadBalancerSessionsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListLoadBalancerSessionsApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListNetworkControllersApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListNetworkControllersApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListNetworkFunctionsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListNetworkFunctionsApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListNicProfilesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListNicProfilesApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListNodeSchedulableStatusesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListNodeSchedulableStatusesApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListRemoteSubnetsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListRemoteSubnetsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListRouteTablesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListRouteTablesApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListRoutesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListRoutesApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListRoutingPoliciesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListRoutingPoliciesApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListSubnetReservedIpsApiResponse.d.ts +2 -45
- package/dist/lib/models/networking/v4/config/ListSubnetReservedIpsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListSubnetVnicsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListSubnetVnicsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListSubnetsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListSubnetsApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListTrafficMirrorsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListTrafficMirrorsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListUplinkBondsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListUplinkBondsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListVirtualSwitchesApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListVirtualSwitchesApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListVpcVirtualSwitchMappingsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListVpcVirtualSwitchMappingsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListVpcsApiResponse.d.ts +2 -46
- package/dist/lib/models/networking/v4/config/ListVpcsApiResponse.js +213 -268
- package/dist/lib/models/networking/v4/config/ListVpnConnectionsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListVpnConnectionsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/ListVpnVendorConfigsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/ListVpnVendorConfigsApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/Listener.d.ts +2 -44
- package/dist/lib/models/networking/v4/config/Listener.js +197 -244
- package/dist/lib/models/networking/v4/config/LoadBalancerSession.d.ts +1 -95
- package/dist/lib/models/networking/v4/config/LoadBalancerSession.js +311 -365
- package/dist/lib/models/networking/v4/config/LoadBalancerSessionAssociation.d.ts +23 -7
- package/dist/lib/models/networking/v4/config/LoadBalancerSessionAssociation.js +211 -180
- package/dist/lib/models/networking/v4/config/LoadBalancerSessionProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/LoadBalancerSessionProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/LoadBalancerSessionType.js +7 -9
- package/dist/lib/models/networking/v4/config/LocalBgpGateway.d.ts +2 -34
- package/dist/lib/models/networking/v4/config/LocalBgpGateway.js +201 -248
- package/dist/lib/models/networking/v4/config/LocalBgpService.d.ts +2 -9
- package/dist/lib/models/networking/v4/config/LocalBgpService.js +202 -245
- package/dist/lib/models/networking/v4/config/LocalNetworkServices.d.ts +2 -148
- package/dist/lib/models/networking/v4/config/LocalNetworkServices.js +245 -296
- package/dist/lib/models/networking/v4/config/LocalVpnService.d.ts +2 -85
- package/dist/lib/models/networking/v4/config/LocalVpnService.js +162 -203
- package/dist/lib/models/networking/v4/config/LocalVtepService.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/LocalVtepService.js +147 -186
- package/dist/lib/models/networking/v4/config/MacAddress.d.ts +1 -27
- package/dist/lib/models/networking/v4/config/MacAddress.js +158 -200
- package/dist/lib/models/networking/v4/config/MacType.js +7 -9
- package/dist/lib/models/networking/v4/config/MigrationState.js +15 -11
- package/dist/lib/models/networking/v4/config/NetworkCloudConfig.d.ts +1 -319
- package/dist/lib/models/networking/v4/config/NetworkCloudConfig.js +177 -221
- package/dist/lib/models/networking/v4/config/NetworkController.d.ts +1 -37
- package/dist/lib/models/networking/v4/config/NetworkController.js +269 -324
- package/dist/lib/models/networking/v4/config/NetworkFunction.d.ts +14 -56
- package/dist/lib/models/networking/v4/config/NetworkFunction.js +307 -332
- package/dist/lib/models/networking/v4/config/NetworkFunctionProjection.d.ts +1 -3
- package/dist/lib/models/networking/v4/config/NetworkFunctionProjection.js +75 -107
- package/dist/lib/models/networking/v4/config/NetworkingBaseModel.d.ts +1 -25
- package/dist/lib/models/networking/v4/config/NetworkingBaseModel.js +125 -167
- package/dist/lib/models/networking/v4/config/Nexthop.d.ts +2 -28
- package/dist/lib/models/networking/v4/config/Nexthop.js +214 -260
- package/dist/lib/models/networking/v4/config/NexthopType.js +7 -9
- package/dist/lib/models/networking/v4/config/NicHighAvailabilityState.js +7 -9
- package/dist/lib/models/networking/v4/config/NicPair.d.ts +4 -18
- package/dist/lib/models/networking/v4/config/NicPair.js +269 -323
- package/dist/lib/models/networking/v4/config/NicProfile.d.ts +1 -47
- package/dist/lib/models/networking/v4/config/NicProfile.js +249 -300
- package/dist/lib/models/networking/v4/config/NicProfileProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/NicProfileProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/NicTarget.d.ts +2 -10
- package/dist/lib/models/networking/v4/config/NicTarget.js +224 -270
- package/dist/lib/models/networking/v4/config/NodeHealth.d.ts +2 -33
- package/dist/lib/models/networking/v4/config/NodeHealth.js +202 -249
- package/dist/lib/models/networking/v4/config/NodeSchedulableStatus.d.ts +1 -16
- package/dist/lib/models/networking/v4/config/NodeSchedulableStatus.js +127 -169
- package/dist/lib/models/networking/v4/config/NodeSchedulableStatusProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/NodeSchedulableStatusProjection.js +73 -102
- package/dist/lib/models/networking/v4/config/NodeServiceHealth.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/NodeServiceHealth.js +162 -203
- package/dist/lib/models/networking/v4/config/NodeServiceName.js +7 -9
- package/dist/lib/models/networking/v4/config/OspfConfig.d.ts +2 -9
- package/dist/lib/models/networking/v4/config/OspfConfig.js +191 -234
- package/dist/lib/models/networking/v4/config/OwnerType.js +7 -9
- package/dist/lib/models/networking/v4/config/PortRange.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/PortRange.js +180 -221
- package/dist/lib/models/networking/v4/config/PrivateIpAssociation.d.ts +2 -26
- package/dist/lib/models/networking/v4/config/PrivateIpAssociation.js +166 -207
- package/dist/lib/models/networking/v4/config/Protocol.js +7 -9
- package/dist/lib/models/networking/v4/config/ProtocolNumberObject.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/ProtocolNumberObject.js +147 -186
- package/dist/lib/models/networking/v4/config/ProtocolType.js +7 -9
- package/dist/lib/models/networking/v4/config/PublicIpMapping.d.ts +2 -44
- package/dist/lib/models/networking/v4/config/PublicIpMapping.js +162 -203
- package/dist/lib/models/networking/v4/config/QosConfig.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/QosConfig.js +166 -207
- package/dist/lib/models/networking/v4/config/QuerierSpec.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/QuerierSpec.js +173 -214
- package/dist/lib/models/networking/v4/config/RemoteBgpGateway.d.ts +2 -26
- package/dist/lib/models/networking/v4/config/RemoteBgpGateway.js +164 -205
- package/dist/lib/models/networking/v4/config/RemoteBgpService.d.ts +2 -26
- package/dist/lib/models/networking/v4/config/RemoteBgpService.js +170 -211
- package/dist/lib/models/networking/v4/config/RemoteNetworkServices.d.ts +2 -165
- package/dist/lib/models/networking/v4/config/RemoteNetworkServices.js +185 -228
- package/dist/lib/models/networking/v4/config/RemoteSubnet.d.ts +1 -534
- package/dist/lib/models/networking/v4/config/RemoteSubnet.js +275 -268
- package/dist/lib/models/networking/v4/config/RemoteVpnConnection.d.ts +1 -179
- package/dist/lib/models/networking/v4/config/RemoteVpnConnection.js +281 -307
- package/dist/lib/models/networking/v4/config/RemoteVpnConnectionApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/RemoteVpnConnectionApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/RemoteVpnConnectionListApiResponse.d.ts +2 -46
- package/dist/lib/models/networking/v4/config/RemoteVpnConnectionListApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/RemoteVpnService.d.ts +2 -105
- package/dist/lib/models/networking/v4/config/RemoteVpnService.js +210 -255
- package/dist/lib/models/networking/v4/config/RemoteVtepGateway.d.ts +1 -32
- package/dist/lib/models/networking/v4/config/RemoteVtepGateway.js +304 -356
- package/dist/lib/models/networking/v4/config/RemoteVtepGatewayApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/RemoteVtepGatewayApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/RemoteVtepGatewayListApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/RemoteVtepGatewayListApiResponse.js +209 -264
- package/dist/lib/models/networking/v4/config/RemoteVtepService.d.ts +2 -31
- package/dist/lib/models/networking/v4/config/RemoteVtepService.js +183 -228
- package/dist/lib/models/networking/v4/config/RemoteVtepStretchStatus.d.ts +2 -34
- package/dist/lib/models/networking/v4/config/RemoteVtepStretchStatus.js +162 -203
- package/dist/lib/models/networking/v4/config/RerouteFallbackAction.js +7 -9
- package/dist/lib/models/networking/v4/config/RerouteParam.d.ts +2 -64
- package/dist/lib/models/networking/v4/config/RerouteParam.js +208 -253
- package/dist/lib/models/networking/v4/config/ReserveType.js +7 -9
- package/dist/lib/models/networking/v4/config/ReservedIp.d.ts +1 -17
- package/dist/lib/models/networking/v4/config/ReservedIp.js +157 -201
- package/dist/lib/models/networking/v4/config/Route.d.ts +1 -91
- package/dist/lib/models/networking/v4/config/Route.js +283 -327
- package/dist/lib/models/networking/v4/config/RouteTable.d.ts +1 -27
- package/dist/lib/models/networking/v4/config/RouteTable.js +165 -207
- package/dist/lib/models/networking/v4/config/RouteType.js +7 -9
- package/dist/lib/models/networking/v4/config/RoutingPolicy.d.ts +1 -210
- package/dist/lib/models/networking/v4/config/RoutingPolicy.js +287 -341
- package/dist/lib/models/networking/v4/config/RoutingPolicyAction.d.ts +2 -89
- package/dist/lib/models/networking/v4/config/RoutingPolicyAction.js +195 -242
- package/dist/lib/models/networking/v4/config/RoutingPolicyActionType.js +7 -9
- package/dist/lib/models/networking/v4/config/RoutingPolicyMatchCondition.d.ts +2 -82
- package/dist/lib/models/networking/v4/config/RoutingPolicyMatchCondition.js +229 -278
- package/dist/lib/models/networking/v4/config/RoutingPolicyProjection.d.ts +1 -216
- package/dist/lib/models/networking/v4/config/RoutingPolicyProjection.js +164 -196
- package/dist/lib/models/networking/v4/config/RoutingPolicyRule.d.ts +2 -200
- package/dist/lib/models/networking/v4/config/RoutingPolicyRule.js +187 -230
- package/dist/lib/models/networking/v4/config/ScopeType.js +7 -9
- package/dist/lib/models/networking/v4/config/SharedServiceHealth.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/SharedServiceHealth.js +162 -203
- package/dist/lib/models/networking/v4/config/SharedServiceName.js +7 -9
- package/dist/lib/models/networking/v4/config/SiteParams.d.ts +2 -66
- package/dist/lib/models/networking/v4/config/SiteParams.js +267 -316
- package/dist/lib/models/networking/v4/config/State.js +7 -9
- package/dist/lib/models/networking/v4/config/Status.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/Status.js +164 -205
- package/dist/lib/models/networking/v4/config/StretchConnectionType.js +7 -9
- package/dist/lib/models/networking/v4/config/StretchStatus.d.ts +2 -10
- package/dist/lib/models/networking/v4/config/StretchStatus.js +212 -257
- package/dist/lib/models/networking/v4/config/Subnet.d.ts +11 -533
- package/dist/lib/models/networking/v4/config/Subnet.js +862 -934
- package/dist/lib/models/networking/v4/config/SubnetInfo.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/SubnetInfo.js +142 -181
- package/dist/lib/models/networking/v4/config/SubnetProjection.d.ts +11 -772
- package/dist/lib/models/networking/v4/config/SubnetProjection.js +326 -287
- package/dist/lib/models/networking/v4/config/SubnetType.js +7 -9
- package/dist/lib/models/networking/v4/config/Target.d.ts +12 -15
- package/dist/lib/models/networking/v4/config/Target.js +189 -189
- package/dist/lib/models/networking/v4/config/TargetHealth.js +7 -9
- package/dist/lib/models/networking/v4/config/TaskReferenceApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/config/TaskReferenceApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/config/TrafficForwardingMode.d.ts +19 -0
- package/dist/lib/models/networking/v4/config/TrafficForwardingMode.js +83 -0
- package/dist/lib/models/networking/v4/config/TrafficMirror.d.ts +1 -54
- package/dist/lib/models/networking/v4/config/TrafficMirror.js +412 -479
- package/dist/lib/models/networking/v4/config/TrafficMirrorPort.d.ts +2 -9
- package/dist/lib/models/networking/v4/config/TrafficMirrorPort.js +189 -233
- package/dist/lib/models/networking/v4/config/TrafficMirrorPortNicType.js +7 -9
- package/dist/lib/models/networking/v4/config/TrafficMirrorSourcePort.d.ts +1 -10
- package/dist/lib/models/networking/v4/config/TrafficMirrorSourcePort.js +131 -169
- package/dist/lib/models/networking/v4/config/TrafficMirrorSourcePortDirection.js +7 -9
- package/dist/lib/models/networking/v4/config/TrafficMirrorState.js +7 -9
- package/dist/lib/models/networking/v4/config/UnreserveType.js +7 -9
- package/dist/lib/models/networking/v4/config/UplinkBond.d.ts +1 -38
- package/dist/lib/models/networking/v4/config/UplinkBond.js +287 -343
- package/dist/lib/models/networking/v4/config/UplinkBondLacpStatus.js +7 -9
- package/dist/lib/models/networking/v4/config/UplinkBondType.js +7 -9
- package/dist/lib/models/networking/v4/config/UplinkBondVirtualSwitchInfo.d.ts +2 -8
- package/dist/lib/models/networking/v4/config/UplinkBondVirtualSwitchInfo.js +171 -212
- package/dist/lib/models/networking/v4/config/VirtualIP.d.ts +2 -27
- package/dist/lib/models/networking/v4/config/VirtualIP.js +189 -232
- package/dist/lib/models/networking/v4/config/VirtualSwitch.d.ts +1 -86
- package/dist/lib/models/networking/v4/config/VirtualSwitch.js +417 -486
- package/dist/lib/models/networking/v4/config/VirtualSwitchProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/VirtualSwitchProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/VlanSubnetMigrationSpec.d.ts +2 -12
- package/dist/lib/models/networking/v4/config/VlanSubnetMigrationSpec.js +152 -195
- package/dist/lib/models/networking/v4/config/Vm.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/Vm.js +142 -181
- package/dist/lib/models/networking/v4/config/VmNic.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/VmNic.js +136 -176
- package/dist/lib/models/networking/v4/config/VmNicAssociation.d.ts +12 -8
- package/dist/lib/models/networking/v4/config/VmNicAssociation.js +201 -209
- package/dist/lib/models/networking/v4/config/VmNicProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/VmNicProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/VmProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/VmProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/Vnic.d.ts +1 -84
- package/dist/lib/models/networking/v4/config/Vnic.js +270 -330
- package/dist/lib/models/networking/v4/config/VnicMigrationItemSpec.d.ts +1 -45
- package/dist/lib/models/networking/v4/config/VnicMigrationItemSpec.js +169 -215
- package/dist/lib/models/networking/v4/config/Vpc.d.ts +13 -155
- package/dist/lib/models/networking/v4/config/Vpc.js +387 -406
- package/dist/lib/models/networking/v4/config/VpcDhcpOptions.d.ts +2 -25
- package/dist/lib/models/networking/v4/config/VpcDhcpOptions.js +149 -192
- package/dist/lib/models/networking/v4/config/VpcGlobalConfig.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/VpcGlobalConfig.js +140 -179
- package/dist/lib/models/networking/v4/config/VpcName.d.ts +2 -7
- package/dist/lib/models/networking/v4/config/VpcName.js +142 -181
- package/dist/lib/models/networking/v4/config/VpcNameProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/VpcNameProjection.js +74 -103
- package/dist/lib/models/networking/v4/config/VpcProjection.d.ts +1 -1
- package/dist/lib/models/networking/v4/config/VpcProjection.js +75 -103
- package/dist/lib/models/networking/v4/config/VpcType.js +7 -9
- package/dist/lib/models/networking/v4/config/VpcVirtualSwitchMapping.d.ts +1 -28
- package/dist/lib/models/networking/v4/config/VpcVirtualSwitchMapping.js +197 -241
- package/dist/lib/models/networking/v4/config/VpnAppliance.d.ts +1 -27
- package/dist/lib/models/networking/v4/config/VpnAppliance.js +158 -201
- package/dist/lib/models/networking/v4/config/VpnConnection.d.ts +1 -175
- package/dist/lib/models/networking/v4/config/VpnConnection.js +461 -531
- package/dist/lib/models/networking/v4/config/Vtep.d.ts +2 -25
- package/dist/lib/models/networking/v4/config/Vtep.js +138 -177
- package/dist/lib/models/networking/v4/error/AppMessage.d.ts +2 -12
- package/dist/lib/models/networking/v4/error/AppMessage.js +264 -313
- package/dist/lib/models/networking/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/networking/v4/error/ErrorResponse.js +175 -218
- package/dist/lib/models/networking/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/lib/models/networking/v4/error/SchemaValidationError.js +249 -300
- package/dist/lib/models/networking/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/lib/models/networking/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/lib/models/networking/v4/stats/GetLayer2StretchStatsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/stats/GetLayer2StretchStatsApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/stats/GetTrafficMirrorStatsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/stats/GetTrafficMirrorStatsApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/stats/GetVpcNsStatsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/stats/GetVpcNsStatsApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/stats/GetVpnConnectionStatsApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/stats/GetVpnConnectionStatsApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/stats/Layer2StretchStats.d.ts +1 -19
- package/dist/lib/models/networking/v4/stats/Layer2StretchStats.js +205 -249
- package/dist/lib/models/networking/v4/stats/ListenerStats.d.ts +2 -10
- package/dist/lib/models/networking/v4/stats/ListenerStats.js +238 -283
- package/dist/lib/models/networking/v4/stats/LoadBalancerSessionStats.d.ts +1 -34
- package/dist/lib/models/networking/v4/stats/LoadBalancerSessionStats.js +177 -227
- package/dist/lib/models/networking/v4/stats/LoadBalancerSessionStatsApiResponse.d.ts +2 -46
- package/dist/lib/models/networking/v4/stats/LoadBalancerSessionStatsApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/stats/RoutingPolicyClearCountersSpec.d.ts +2 -8
- package/dist/lib/models/networking/v4/stats/RoutingPolicyClearCountersSpec.js +171 -212
- package/dist/lib/models/networking/v4/stats/StatsQueryResponseBase.d.ts +1 -16
- package/dist/lib/models/networking/v4/stats/StatsQueryResponseBase.js +125 -167
- package/dist/lib/models/networking/v4/stats/TargetStats.d.ts +2 -10
- package/dist/lib/models/networking/v4/stats/TargetStats.js +241 -286
- package/dist/lib/models/networking/v4/stats/TaskReferenceApiResponse.d.ts +2 -43
- package/dist/lib/models/networking/v4/stats/TaskReferenceApiResponse.js +187 -242
- package/dist/lib/models/networking/v4/stats/TrafficMirrorStats.d.ts +1 -18
- package/dist/lib/models/networking/v4/stats/TrafficMirrorStats.js +172 -214
- package/dist/lib/models/networking/v4/stats/VpcNsStats.d.ts +1 -24
- package/dist/lib/models/networking/v4/stats/VpcNsStats.js +369 -423
- package/dist/lib/models/networking/v4/stats/VpnConnectionStats.d.ts +1 -18
- package/dist/lib/models/networking/v4/stats/VpnConnectionStats.js +172 -214
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/lib/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/lib/models/validation/ValidationError.js +26 -42
- package/dist/lib/models/validation/ValidationScopes.js +3 -3
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -5,2021 +5,2075 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "AddressType", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
9
|
-
return _AddressType
|
|
8
|
+
get: function () {
|
|
9
|
+
return _AddressType.default;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "AddressTypeObject", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function
|
|
15
|
-
return _AddressTypeObject
|
|
14
|
+
get: function () {
|
|
15
|
+
return _AddressTypeObject.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "Algorithm", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function
|
|
21
|
-
return _Algorithm
|
|
20
|
+
get: function () {
|
|
21
|
+
return _Algorithm.default;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "Anc", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function
|
|
27
|
-
return _Anc
|
|
26
|
+
get: function () {
|
|
27
|
+
return _Anc.default;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "ApiClient", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function
|
|
32
|
+
get: function () {
|
|
33
33
|
return _ApiClient.ApiClient;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "ApiLink", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function
|
|
39
|
-
return _ApiLink
|
|
38
|
+
get: function () {
|
|
39
|
+
return _ApiLink.default;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "ApiResponseMetadata", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function
|
|
45
|
-
return _ApiResponseMetadata
|
|
44
|
+
get: function () {
|
|
45
|
+
return _ApiResponseMetadata.default;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "AppMessage", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function
|
|
51
|
-
return _AppMessage
|
|
50
|
+
get: function () {
|
|
51
|
+
return _AppMessage.default;
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "AssignmentType", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function
|
|
57
|
-
return _AssignmentType
|
|
56
|
+
get: function () {
|
|
57
|
+
return _AssignmentType.default;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "AssociationStatus", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return _AssociationStatus.default;
|
|
58
64
|
}
|
|
59
65
|
});
|
|
60
66
|
Object.defineProperty(exports, "AuthenticationAlgorithm", {
|
|
61
67
|
enumerable: true,
|
|
62
|
-
get: function
|
|
63
|
-
return _AuthenticationAlgorithm
|
|
68
|
+
get: function () {
|
|
69
|
+
return _AuthenticationAlgorithm.default;
|
|
64
70
|
}
|
|
65
71
|
});
|
|
66
72
|
Object.defineProperty(exports, "AuthenticationType", {
|
|
67
73
|
enumerable: true,
|
|
68
|
-
get: function
|
|
69
|
-
return _AuthenticationType
|
|
74
|
+
get: function () {
|
|
75
|
+
return _AuthenticationType.default;
|
|
70
76
|
}
|
|
71
77
|
});
|
|
72
78
|
Object.defineProperty(exports, "AuthorizationData", {
|
|
73
79
|
enumerable: true,
|
|
74
|
-
get: function
|
|
75
|
-
return _AuthorizationData
|
|
80
|
+
get: function () {
|
|
81
|
+
return _AuthorizationData.default;
|
|
76
82
|
}
|
|
77
83
|
});
|
|
78
84
|
Object.defineProperty(exports, "AwsConfig", {
|
|
79
85
|
enumerable: true,
|
|
80
|
-
get: function
|
|
81
|
-
return _AwsConfig
|
|
86
|
+
get: function () {
|
|
87
|
+
return _AwsConfig.default;
|
|
82
88
|
}
|
|
83
89
|
});
|
|
84
90
|
Object.defineProperty(exports, "AwsExternalSubnetConfig", {
|
|
85
91
|
enumerable: true,
|
|
86
|
-
get: function
|
|
87
|
-
return _AwsExternalSubnetConfig
|
|
92
|
+
get: function () {
|
|
93
|
+
return _AwsExternalSubnetConfig.default;
|
|
88
94
|
}
|
|
89
95
|
});
|
|
90
96
|
Object.defineProperty(exports, "AwsSubnet", {
|
|
91
97
|
enumerable: true,
|
|
92
|
-
get: function
|
|
93
|
-
return _AwsSubnet
|
|
98
|
+
get: function () {
|
|
99
|
+
return _AwsSubnet.default;
|
|
94
100
|
}
|
|
95
101
|
});
|
|
96
102
|
Object.defineProperty(exports, "AwsSubnetConfig", {
|
|
97
103
|
enumerable: true,
|
|
98
|
-
get: function
|
|
99
|
-
return _AwsSubnetConfig
|
|
104
|
+
get: function () {
|
|
105
|
+
return _AwsSubnetConfig.default;
|
|
100
106
|
}
|
|
101
107
|
});
|
|
102
108
|
Object.defineProperty(exports, "AwsSubnetsApi", {
|
|
103
109
|
enumerable: true,
|
|
104
|
-
get: function
|
|
110
|
+
get: function () {
|
|
105
111
|
return _awssubnetsEndpoints.AwsSubnetsApi;
|
|
106
112
|
}
|
|
107
113
|
});
|
|
108
114
|
Object.defineProperty(exports, "AwsVpc", {
|
|
109
115
|
enumerable: true,
|
|
110
|
-
get: function
|
|
111
|
-
return _AwsVpc
|
|
116
|
+
get: function () {
|
|
117
|
+
return _AwsVpc.default;
|
|
112
118
|
}
|
|
113
119
|
});
|
|
114
120
|
Object.defineProperty(exports, "AwsVpcsApi", {
|
|
115
121
|
enumerable: true,
|
|
116
|
-
get: function
|
|
122
|
+
get: function () {
|
|
117
123
|
return _awsvpcsEndpoints.AwsVpcsApi;
|
|
118
124
|
}
|
|
119
125
|
});
|
|
120
126
|
Object.defineProperty(exports, "AzureConfig", {
|
|
121
127
|
enumerable: true,
|
|
122
|
-
get: function
|
|
123
|
-
return _AzureConfig
|
|
128
|
+
get: function () {
|
|
129
|
+
return _AzureConfig.default;
|
|
124
130
|
}
|
|
125
131
|
});
|
|
126
132
|
Object.defineProperty(exports, "AzureExternalSubnetBinding", {
|
|
127
133
|
enumerable: true,
|
|
128
|
-
get: function
|
|
129
|
-
return _AzureExternalSubnetBinding
|
|
134
|
+
get: function () {
|
|
135
|
+
return _AzureExternalSubnetBinding.default;
|
|
130
136
|
}
|
|
131
137
|
});
|
|
132
138
|
Object.defineProperty(exports, "AzureExternalSubnetConfig", {
|
|
133
139
|
enumerable: true,
|
|
134
|
-
get: function
|
|
135
|
-
return _AzureExternalSubnetConfig
|
|
140
|
+
get: function () {
|
|
141
|
+
return _AzureExternalSubnetConfig.default;
|
|
136
142
|
}
|
|
137
143
|
});
|
|
138
144
|
Object.defineProperty(exports, "BaseRoute", {
|
|
139
145
|
enumerable: true,
|
|
140
|
-
get: function
|
|
141
|
-
return _BaseRoute
|
|
146
|
+
get: function () {
|
|
147
|
+
return _BaseRoute.default;
|
|
142
148
|
}
|
|
143
149
|
});
|
|
144
150
|
Object.defineProperty(exports, "BgpCommunity", {
|
|
145
151
|
enumerable: true,
|
|
146
|
-
get: function
|
|
147
|
-
return _BgpCommunity
|
|
152
|
+
get: function () {
|
|
153
|
+
return _BgpCommunity.default;
|
|
148
154
|
}
|
|
149
155
|
});
|
|
150
156
|
Object.defineProperty(exports, "BgpConfig", {
|
|
151
157
|
enumerable: true,
|
|
152
|
-
get: function
|
|
153
|
-
return _BgpConfig
|
|
158
|
+
get: function () {
|
|
159
|
+
return _BgpConfig.default;
|
|
154
160
|
}
|
|
155
161
|
});
|
|
156
162
|
Object.defineProperty(exports, "BgpInfo", {
|
|
157
163
|
enumerable: true,
|
|
158
|
-
get: function
|
|
159
|
-
return _BgpInfo
|
|
164
|
+
get: function () {
|
|
165
|
+
return _BgpInfo.default;
|
|
160
166
|
}
|
|
161
167
|
});
|
|
162
168
|
Object.defineProperty(exports, "BgpRoute", {
|
|
163
169
|
enumerable: true,
|
|
164
|
-
get: function
|
|
165
|
-
return _BgpRoute
|
|
170
|
+
get: function () {
|
|
171
|
+
return _BgpRoute.default;
|
|
166
172
|
}
|
|
167
173
|
});
|
|
168
174
|
Object.defineProperty(exports, "BgpRouteType", {
|
|
169
175
|
enumerable: true,
|
|
170
|
-
get: function
|
|
171
|
-
return _BgpRouteType
|
|
176
|
+
get: function () {
|
|
177
|
+
return _BgpRouteType.default;
|
|
172
178
|
}
|
|
173
179
|
});
|
|
174
180
|
Object.defineProperty(exports, "BgpRoutesApi", {
|
|
175
181
|
enumerable: true,
|
|
176
|
-
get: function
|
|
182
|
+
get: function () {
|
|
177
183
|
return _bgproutesEndpoints.BgpRoutesApi;
|
|
178
184
|
}
|
|
179
185
|
});
|
|
180
186
|
Object.defineProperty(exports, "BgpSession", {
|
|
181
187
|
enumerable: true,
|
|
182
|
-
get: function
|
|
183
|
-
return _BgpSession
|
|
188
|
+
get: function () {
|
|
189
|
+
return _BgpSession.default;
|
|
184
190
|
}
|
|
185
191
|
});
|
|
186
192
|
Object.defineProperty(exports, "BgpSessionProjection", {
|
|
187
193
|
enumerable: true,
|
|
188
|
-
get: function
|
|
189
|
-
return _BgpSessionProjection
|
|
194
|
+
get: function () {
|
|
195
|
+
return _BgpSessionProjection.default;
|
|
190
196
|
}
|
|
191
197
|
});
|
|
192
198
|
Object.defineProperty(exports, "BgpSessionsApi", {
|
|
193
199
|
enumerable: true,
|
|
194
|
-
get: function
|
|
200
|
+
get: function () {
|
|
195
201
|
return _bgpsessionsEndpoints.BgpSessionsApi;
|
|
196
202
|
}
|
|
197
203
|
});
|
|
198
204
|
Object.defineProperty(exports, "BondModeType", {
|
|
199
205
|
enumerable: true,
|
|
200
|
-
get: function
|
|
201
|
-
return _BondModeType
|
|
206
|
+
get: function () {
|
|
207
|
+
return _BondModeType.default;
|
|
202
208
|
}
|
|
203
209
|
});
|
|
204
210
|
Object.defineProperty(exports, "Bridge", {
|
|
205
211
|
enumerable: true,
|
|
206
|
-
get: function
|
|
207
|
-
return _Bridge
|
|
212
|
+
get: function () {
|
|
213
|
+
return _Bridge.default;
|
|
208
214
|
}
|
|
209
215
|
});
|
|
210
216
|
Object.defineProperty(exports, "BridgeProjection", {
|
|
211
217
|
enumerable: true,
|
|
212
|
-
get: function
|
|
213
|
-
return _BridgeProjection
|
|
218
|
+
get: function () {
|
|
219
|
+
return _BridgeProjection.default;
|
|
214
220
|
}
|
|
215
221
|
});
|
|
216
222
|
Object.defineProperty(exports, "BridgesApi", {
|
|
217
223
|
enumerable: true,
|
|
218
|
-
get: function
|
|
224
|
+
get: function () {
|
|
219
225
|
return _bridgesEndpoints.BridgesApi;
|
|
220
226
|
}
|
|
221
227
|
});
|
|
222
228
|
Object.defineProperty(exports, "Capabilities", {
|
|
223
229
|
enumerable: true,
|
|
224
|
-
get: function
|
|
225
|
-
return _Capabilities
|
|
230
|
+
get: function () {
|
|
231
|
+
return _Capabilities.default;
|
|
226
232
|
}
|
|
227
233
|
});
|
|
228
234
|
Object.defineProperty(exports, "Capability", {
|
|
229
235
|
enumerable: true,
|
|
230
|
-
get: function
|
|
231
|
-
return _Capability
|
|
236
|
+
get: function () {
|
|
237
|
+
return _Capability.default;
|
|
232
238
|
}
|
|
233
239
|
});
|
|
234
240
|
Object.defineProperty(exports, "CapabilityConfig", {
|
|
235
241
|
enumerable: true,
|
|
236
|
-
get: function
|
|
237
|
-
return _CapabilityConfig
|
|
242
|
+
get: function () {
|
|
243
|
+
return _CapabilityConfig.default;
|
|
238
244
|
}
|
|
239
245
|
});
|
|
240
246
|
Object.defineProperty(exports, "CapabilityType", {
|
|
241
247
|
enumerable: true,
|
|
242
|
-
get: function
|
|
243
|
-
return _CapabilityType
|
|
248
|
+
get: function () {
|
|
249
|
+
return _CapabilityType.default;
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
Object.defineProperty(exports, "CategoryScope", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function () {
|
|
255
|
+
return _CategoryScope.default;
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
Object.defineProperty(exports, "CategoryTarget", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function () {
|
|
261
|
+
return _CategoryTarget.default;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(exports, "CategoryVnicSelector", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () {
|
|
267
|
+
return _CategoryVnicSelector.default;
|
|
244
268
|
}
|
|
245
269
|
});
|
|
246
270
|
Object.defineProperty(exports, "CloudSubstrate", {
|
|
247
271
|
enumerable: true,
|
|
248
|
-
get: function
|
|
249
|
-
return _CloudSubstrate
|
|
272
|
+
get: function () {
|
|
273
|
+
return _CloudSubstrate.default;
|
|
250
274
|
}
|
|
251
275
|
});
|
|
252
276
|
Object.defineProperty(exports, "CloudType", {
|
|
253
277
|
enumerable: true,
|
|
254
|
-
get: function
|
|
255
|
-
return _CloudType
|
|
278
|
+
get: function () {
|
|
279
|
+
return _CloudType.default;
|
|
256
280
|
}
|
|
257
281
|
});
|
|
258
282
|
Object.defineProperty(exports, "Cluster", {
|
|
259
283
|
enumerable: true,
|
|
260
|
-
get: function
|
|
261
|
-
return _Cluster
|
|
284
|
+
get: function () {
|
|
285
|
+
return _Cluster.default;
|
|
262
286
|
}
|
|
263
287
|
});
|
|
264
288
|
Object.defineProperty(exports, "ClusterCapabilitiesApi", {
|
|
265
289
|
enumerable: true,
|
|
266
|
-
get: function
|
|
290
|
+
get: function () {
|
|
267
291
|
return _clustercapabilitiesEndpoints.ClusterCapabilitiesApi;
|
|
268
292
|
}
|
|
269
293
|
});
|
|
270
294
|
Object.defineProperty(exports, "ClusterCapability", {
|
|
271
295
|
enumerable: true,
|
|
272
|
-
get: function
|
|
273
|
-
return _ClusterCapability
|
|
296
|
+
get: function () {
|
|
297
|
+
return _ClusterCapability.default;
|
|
274
298
|
}
|
|
275
299
|
});
|
|
276
300
|
Object.defineProperty(exports, "ClusterFlowStatus", {
|
|
277
301
|
enumerable: true,
|
|
278
|
-
get: function
|
|
279
|
-
return _ClusterFlowStatus
|
|
302
|
+
get: function () {
|
|
303
|
+
return _ClusterFlowStatus.default;
|
|
280
304
|
}
|
|
281
305
|
});
|
|
282
306
|
Object.defineProperty(exports, "ClusterHealth", {
|
|
283
307
|
enumerable: true,
|
|
284
|
-
get: function
|
|
285
|
-
return _ClusterHealth
|
|
308
|
+
get: function () {
|
|
309
|
+
return _ClusterHealth.default;
|
|
286
310
|
}
|
|
287
311
|
});
|
|
288
312
|
Object.defineProperty(exports, "ClusterStatus", {
|
|
289
313
|
enumerable: true,
|
|
290
|
-
get: function
|
|
291
|
-
return _ClusterStatus
|
|
314
|
+
get: function () {
|
|
315
|
+
return _ClusterStatus.default;
|
|
292
316
|
}
|
|
293
317
|
});
|
|
294
318
|
Object.defineProperty(exports, "ConfigTaskReferenceApiResponse", {
|
|
295
319
|
enumerable: true,
|
|
296
|
-
get: function
|
|
297
|
-
return _TaskReferenceApiResponse
|
|
320
|
+
get: function () {
|
|
321
|
+
return _TaskReferenceApiResponse.default;
|
|
298
322
|
}
|
|
299
323
|
});
|
|
300
324
|
Object.defineProperty(exports, "ControllerStatus", {
|
|
301
325
|
enumerable: true,
|
|
302
|
-
get: function
|
|
303
|
-
return _ControllerStatus
|
|
326
|
+
get: function () {
|
|
327
|
+
return _ControllerStatus.default;
|
|
304
328
|
}
|
|
305
329
|
});
|
|
306
330
|
Object.defineProperty(exports, "DataPlaneHealthCheckConfig", {
|
|
307
331
|
enumerable: true,
|
|
308
|
-
get: function
|
|
309
|
-
return _DataPlaneHealthCheckConfig
|
|
332
|
+
get: function () {
|
|
333
|
+
return _DataPlaneHealthCheckConfig.default;
|
|
310
334
|
}
|
|
311
335
|
});
|
|
312
336
|
Object.defineProperty(exports, "DefaultVlanStack", {
|
|
313
337
|
enumerable: true,
|
|
314
|
-
get: function
|
|
315
|
-
return _DefaultVlanStack
|
|
338
|
+
get: function () {
|
|
339
|
+
return _DefaultVlanStack.default;
|
|
316
340
|
}
|
|
317
341
|
});
|
|
318
342
|
Object.defineProperty(exports, "DhcpOptions", {
|
|
319
343
|
enumerable: true,
|
|
320
|
-
get: function
|
|
321
|
-
return _DhcpOptions
|
|
344
|
+
get: function () {
|
|
345
|
+
return _DhcpOptions.default;
|
|
322
346
|
}
|
|
323
347
|
});
|
|
324
348
|
Object.defineProperty(exports, "DownSamplingOperator", {
|
|
325
349
|
enumerable: true,
|
|
326
|
-
get: function
|
|
327
|
-
return _DownSamplingOperator
|
|
350
|
+
get: function () {
|
|
351
|
+
return _DownSamplingOperator.default;
|
|
328
352
|
}
|
|
329
353
|
});
|
|
330
354
|
Object.defineProperty(exports, "DpdConfig", {
|
|
331
355
|
enumerable: true,
|
|
332
|
-
get: function
|
|
333
|
-
return _DpdConfig
|
|
356
|
+
get: function () {
|
|
357
|
+
return _DpdConfig.default;
|
|
334
358
|
}
|
|
335
359
|
});
|
|
336
360
|
Object.defineProperty(exports, "DpdOperation", {
|
|
337
361
|
enumerable: true,
|
|
338
|
-
get: function
|
|
339
|
-
return _DpdOperation
|
|
362
|
+
get: function () {
|
|
363
|
+
return _DpdOperation.default;
|
|
340
364
|
}
|
|
341
365
|
});
|
|
342
366
|
Object.defineProperty(exports, "EncryptionAlgorithm", {
|
|
343
367
|
enumerable: true,
|
|
344
|
-
get: function
|
|
345
|
-
return _EncryptionAlgorithm
|
|
368
|
+
get: function () {
|
|
369
|
+
return _EncryptionAlgorithm.default;
|
|
346
370
|
}
|
|
347
371
|
});
|
|
348
372
|
Object.defineProperty(exports, "ErrorResponse", {
|
|
349
373
|
enumerable: true,
|
|
350
|
-
get: function
|
|
351
|
-
return _ErrorResponse
|
|
374
|
+
get: function () {
|
|
375
|
+
return _ErrorResponse.default;
|
|
352
376
|
}
|
|
353
377
|
});
|
|
354
378
|
Object.defineProperty(exports, "ExportScope", {
|
|
355
379
|
enumerable: true,
|
|
356
|
-
get: function
|
|
357
|
-
return _ExportScope
|
|
380
|
+
get: function () {
|
|
381
|
+
return _ExportScope.default;
|
|
358
382
|
}
|
|
359
383
|
});
|
|
360
384
|
Object.defineProperty(exports, "ExporterProtocol", {
|
|
361
385
|
enumerable: true,
|
|
362
|
-
get: function
|
|
363
|
-
return _ExporterProtocol
|
|
386
|
+
get: function () {
|
|
387
|
+
return _ExporterProtocol.default;
|
|
364
388
|
}
|
|
365
389
|
});
|
|
366
390
|
Object.defineProperty(exports, "ExternalDhcpServer", {
|
|
367
391
|
enumerable: true,
|
|
368
|
-
get: function
|
|
369
|
-
return _ExternalDhcpServer
|
|
392
|
+
get: function () {
|
|
393
|
+
return _ExternalDhcpServer.default;
|
|
370
394
|
}
|
|
371
395
|
});
|
|
372
396
|
Object.defineProperty(exports, "ExternalSubnet", {
|
|
373
397
|
enumerable: true,
|
|
374
|
-
get: function
|
|
375
|
-
return _ExternalSubnet
|
|
398
|
+
get: function () {
|
|
399
|
+
return _ExternalSubnet.default;
|
|
376
400
|
}
|
|
377
401
|
});
|
|
378
402
|
Object.defineProperty(exports, "ExternalizableAbstractModel", {
|
|
379
403
|
enumerable: true,
|
|
380
|
-
get: function
|
|
381
|
-
return _ExternalizableAbstractModel
|
|
404
|
+
get: function () {
|
|
405
|
+
return _ExternalizableAbstractModel.default;
|
|
382
406
|
}
|
|
383
407
|
});
|
|
384
408
|
Object.defineProperty(exports, "FQDN", {
|
|
385
409
|
enumerable: true,
|
|
386
|
-
get: function
|
|
387
|
-
return _FQDN
|
|
410
|
+
get: function () {
|
|
411
|
+
return _FQDN.default;
|
|
388
412
|
}
|
|
389
413
|
});
|
|
390
414
|
Object.defineProperty(exports, "FailureHandling", {
|
|
391
415
|
enumerable: true,
|
|
392
|
-
get: function
|
|
393
|
-
return _FailureHandling
|
|
416
|
+
get: function () {
|
|
417
|
+
return _FailureHandling.default;
|
|
394
418
|
}
|
|
395
419
|
});
|
|
396
420
|
Object.defineProperty(exports, "Flag", {
|
|
397
421
|
enumerable: true,
|
|
398
|
-
get: function
|
|
399
|
-
return _Flag
|
|
422
|
+
get: function () {
|
|
423
|
+
return _Flag.default;
|
|
400
424
|
}
|
|
401
425
|
});
|
|
402
426
|
Object.defineProperty(exports, "FloatingIPAddress", {
|
|
403
427
|
enumerable: true,
|
|
404
|
-
get: function
|
|
405
|
-
return _FloatingIPAddress
|
|
428
|
+
get: function () {
|
|
429
|
+
return _FloatingIPAddress.default;
|
|
406
430
|
}
|
|
407
431
|
});
|
|
408
432
|
Object.defineProperty(exports, "FloatingIPv4Address", {
|
|
409
433
|
enumerable: true,
|
|
410
|
-
get: function
|
|
411
|
-
return _FloatingIPv4Address
|
|
434
|
+
get: function () {
|
|
435
|
+
return _FloatingIPv4Address.default;
|
|
412
436
|
}
|
|
413
437
|
});
|
|
414
438
|
Object.defineProperty(exports, "FloatingIPv6Address", {
|
|
415
439
|
enumerable: true,
|
|
416
|
-
get: function
|
|
417
|
-
return _FloatingIPv6Address
|
|
440
|
+
get: function () {
|
|
441
|
+
return _FloatingIPv6Address.default;
|
|
418
442
|
}
|
|
419
443
|
});
|
|
420
444
|
Object.defineProperty(exports, "FloatingIp", {
|
|
421
445
|
enumerable: true,
|
|
422
|
-
get: function
|
|
423
|
-
return _FloatingIp
|
|
446
|
+
get: function () {
|
|
447
|
+
return _FloatingIp.default;
|
|
424
448
|
}
|
|
425
449
|
});
|
|
426
450
|
Object.defineProperty(exports, "FloatingIpProjection", {
|
|
427
451
|
enumerable: true,
|
|
428
|
-
get: function
|
|
429
|
-
return _FloatingIpProjection
|
|
452
|
+
get: function () {
|
|
453
|
+
return _FloatingIpProjection.default;
|
|
430
454
|
}
|
|
431
455
|
});
|
|
432
456
|
Object.defineProperty(exports, "FloatingIpsApi", {
|
|
433
457
|
enumerable: true,
|
|
434
|
-
get: function
|
|
458
|
+
get: function () {
|
|
435
459
|
return _floatingipsEndpoints.FloatingIpsApi;
|
|
436
460
|
}
|
|
437
461
|
});
|
|
438
462
|
Object.defineProperty(exports, "FlowGateway", {
|
|
439
463
|
enumerable: true,
|
|
440
|
-
get: function
|
|
441
|
-
return _FlowGateway
|
|
464
|
+
get: function () {
|
|
465
|
+
return _FlowGateway.default;
|
|
442
466
|
}
|
|
443
467
|
});
|
|
444
468
|
Object.defineProperty(exports, "FlowGatewayKeepAliveRequestSpec", {
|
|
445
469
|
enumerable: true,
|
|
446
|
-
get: function
|
|
447
|
-
return _FlowGatewayKeepAliveRequestSpec
|
|
470
|
+
get: function () {
|
|
471
|
+
return _FlowGatewayKeepAliveRequestSpec.default;
|
|
448
472
|
}
|
|
449
473
|
});
|
|
450
474
|
Object.defineProperty(exports, "FlowGatewayState", {
|
|
451
475
|
enumerable: true,
|
|
452
|
-
get: function
|
|
453
|
-
return _FlowGatewayState
|
|
476
|
+
get: function () {
|
|
477
|
+
return _FlowGatewayState.default;
|
|
454
478
|
}
|
|
455
479
|
});
|
|
456
480
|
Object.defineProperty(exports, "FlowGatewayStatus", {
|
|
457
481
|
enumerable: true,
|
|
458
|
-
get: function
|
|
459
|
-
return _FlowGatewayStatus
|
|
482
|
+
get: function () {
|
|
483
|
+
return _FlowGatewayStatus.default;
|
|
460
484
|
}
|
|
461
485
|
});
|
|
462
486
|
Object.defineProperty(exports, "Gateway", {
|
|
463
487
|
enumerable: true,
|
|
464
|
-
get: function
|
|
465
|
-
return _Gateway
|
|
488
|
+
get: function () {
|
|
489
|
+
return _Gateway.default;
|
|
466
490
|
}
|
|
467
491
|
});
|
|
468
492
|
Object.defineProperty(exports, "GatewayDeployment", {
|
|
469
493
|
enumerable: true,
|
|
470
|
-
get: function
|
|
471
|
-
return _GatewayDeployment
|
|
494
|
+
get: function () {
|
|
495
|
+
return _GatewayDeployment.default;
|
|
472
496
|
}
|
|
473
497
|
});
|
|
474
498
|
Object.defineProperty(exports, "GatewayInterface", {
|
|
475
499
|
enumerable: true,
|
|
476
|
-
get: function
|
|
477
|
-
return _GatewayInterface
|
|
500
|
+
get: function () {
|
|
501
|
+
return _GatewayInterface.default;
|
|
478
502
|
}
|
|
479
503
|
});
|
|
480
504
|
Object.defineProperty(exports, "GatewayManagementInterface", {
|
|
481
505
|
enumerable: true,
|
|
482
|
-
get: function
|
|
483
|
-
return _GatewayManagementInterface
|
|
506
|
+
get: function () {
|
|
507
|
+
return _GatewayManagementInterface.default;
|
|
484
508
|
}
|
|
485
509
|
});
|
|
486
510
|
Object.defineProperty(exports, "GatewayNic", {
|
|
487
511
|
enumerable: true,
|
|
488
|
-
get: function
|
|
489
|
-
return _GatewayNic
|
|
512
|
+
get: function () {
|
|
513
|
+
return _GatewayNic.default;
|
|
490
514
|
}
|
|
491
515
|
});
|
|
492
516
|
Object.defineProperty(exports, "GatewayNodeReference", {
|
|
493
517
|
enumerable: true,
|
|
494
|
-
get: function
|
|
495
|
-
return _GatewayNodeReference
|
|
518
|
+
get: function () {
|
|
519
|
+
return _GatewayNodeReference.default;
|
|
520
|
+
}
|
|
521
|
+
});
|
|
522
|
+
Object.defineProperty(exports, "GatewayNodesSelector", {
|
|
523
|
+
enumerable: true,
|
|
524
|
+
get: function () {
|
|
525
|
+
return _GatewayNodesSelector.default;
|
|
496
526
|
}
|
|
497
527
|
});
|
|
498
528
|
Object.defineProperty(exports, "GatewayProjection", {
|
|
499
529
|
enumerable: true,
|
|
500
|
-
get: function
|
|
501
|
-
return _GatewayProjection
|
|
530
|
+
get: function () {
|
|
531
|
+
return _GatewayProjection.default;
|
|
502
532
|
}
|
|
503
533
|
});
|
|
504
534
|
Object.defineProperty(exports, "GatewayRole", {
|
|
505
535
|
enumerable: true,
|
|
506
|
-
get: function
|
|
507
|
-
return _GatewayRole
|
|
536
|
+
get: function () {
|
|
537
|
+
return _GatewayRole.default;
|
|
508
538
|
}
|
|
509
539
|
});
|
|
510
540
|
Object.defineProperty(exports, "GatewaysApi", {
|
|
511
541
|
enumerable: true,
|
|
512
|
-
get: function
|
|
542
|
+
get: function () {
|
|
513
543
|
return _gatewaysEndpoints.GatewaysApi;
|
|
514
544
|
}
|
|
515
545
|
});
|
|
516
546
|
Object.defineProperty(exports, "GcpConfig", {
|
|
517
547
|
enumerable: true,
|
|
518
|
-
get: function
|
|
519
|
-
return _GcpConfig
|
|
548
|
+
get: function () {
|
|
549
|
+
return _GcpConfig.default;
|
|
520
550
|
}
|
|
521
551
|
});
|
|
522
552
|
Object.defineProperty(exports, "GcpExternalSubnetConfig", {
|
|
523
553
|
enumerable: true,
|
|
524
|
-
get: function
|
|
525
|
-
return _GcpExternalSubnetConfig
|
|
554
|
+
get: function () {
|
|
555
|
+
return _GcpExternalSubnetConfig.default;
|
|
526
556
|
}
|
|
527
557
|
});
|
|
528
558
|
Object.defineProperty(exports, "GcpSubnetConfig", {
|
|
529
559
|
enumerable: true,
|
|
530
|
-
get: function
|
|
531
|
-
return _GcpSubnetConfig
|
|
560
|
+
get: function () {
|
|
561
|
+
return _GcpSubnetConfig.default;
|
|
532
562
|
}
|
|
533
563
|
});
|
|
534
564
|
Object.defineProperty(exports, "GetBgpRouteApiResponse", {
|
|
535
565
|
enumerable: true,
|
|
536
|
-
get: function
|
|
537
|
-
return _GetBgpRouteApiResponse
|
|
566
|
+
get: function () {
|
|
567
|
+
return _GetBgpRouteApiResponse.default;
|
|
538
568
|
}
|
|
539
569
|
});
|
|
540
570
|
Object.defineProperty(exports, "GetBgpSessionApiResponse", {
|
|
541
571
|
enumerable: true,
|
|
542
|
-
get: function
|
|
543
|
-
return _GetBgpSessionApiResponse
|
|
572
|
+
get: function () {
|
|
573
|
+
return _GetBgpSessionApiResponse.default;
|
|
544
574
|
}
|
|
545
575
|
});
|
|
546
576
|
Object.defineProperty(exports, "GetFloatingIpApiResponse", {
|
|
547
577
|
enumerable: true,
|
|
548
|
-
get: function
|
|
549
|
-
return _GetFloatingIpApiResponse
|
|
578
|
+
get: function () {
|
|
579
|
+
return _GetFloatingIpApiResponse.default;
|
|
550
580
|
}
|
|
551
581
|
});
|
|
552
582
|
Object.defineProperty(exports, "GetGatewayApiResponse", {
|
|
553
583
|
enumerable: true,
|
|
554
|
-
get: function
|
|
555
|
-
return _GetGatewayApiResponse
|
|
584
|
+
get: function () {
|
|
585
|
+
return _GetGatewayApiResponse.default;
|
|
556
586
|
}
|
|
557
587
|
});
|
|
558
588
|
Object.defineProperty(exports, "GetIPFIXExporterApiResponse", {
|
|
559
589
|
enumerable: true,
|
|
560
|
-
get: function
|
|
561
|
-
return _GetIPFIXExporterApiResponse
|
|
590
|
+
get: function () {
|
|
591
|
+
return _GetIPFIXExporterApiResponse.default;
|
|
562
592
|
}
|
|
563
593
|
});
|
|
564
594
|
Object.defineProperty(exports, "GetLayer2StretchApiResponse", {
|
|
565
595
|
enumerable: true,
|
|
566
|
-
get: function
|
|
567
|
-
return _GetLayer2StretchApiResponse
|
|
596
|
+
get: function () {
|
|
597
|
+
return _GetLayer2StretchApiResponse.default;
|
|
568
598
|
}
|
|
569
599
|
});
|
|
570
600
|
Object.defineProperty(exports, "GetLayer2StretchStatsApiResponse", {
|
|
571
601
|
enumerable: true,
|
|
572
|
-
get: function
|
|
573
|
-
return _GetLayer2StretchStatsApiResponse
|
|
602
|
+
get: function () {
|
|
603
|
+
return _GetLayer2StretchStatsApiResponse.default;
|
|
574
604
|
}
|
|
575
605
|
});
|
|
576
606
|
Object.defineProperty(exports, "GetLearnedMacAddressApiResponse", {
|
|
577
607
|
enumerable: true,
|
|
578
|
-
get: function
|
|
579
|
-
return _GetLearnedMacAddressApiResponse
|
|
608
|
+
get: function () {
|
|
609
|
+
return _GetLearnedMacAddressApiResponse.default;
|
|
580
610
|
}
|
|
581
611
|
});
|
|
582
612
|
Object.defineProperty(exports, "GetLoadBalancerSessionApiResponse", {
|
|
583
613
|
enumerable: true,
|
|
584
|
-
get: function
|
|
585
|
-
return _GetLoadBalancerSessionApiResponse
|
|
614
|
+
get: function () {
|
|
615
|
+
return _GetLoadBalancerSessionApiResponse.default;
|
|
586
616
|
}
|
|
587
617
|
});
|
|
588
618
|
Object.defineProperty(exports, "GetNetworkControllerApiResponse", {
|
|
589
619
|
enumerable: true,
|
|
590
|
-
get: function
|
|
591
|
-
return _GetNetworkControllerApiResponse
|
|
620
|
+
get: function () {
|
|
621
|
+
return _GetNetworkControllerApiResponse.default;
|
|
592
622
|
}
|
|
593
623
|
});
|
|
594
624
|
Object.defineProperty(exports, "GetNetworkFunctionApiResponse", {
|
|
595
625
|
enumerable: true,
|
|
596
|
-
get: function
|
|
597
|
-
return _GetNetworkFunctionApiResponse
|
|
626
|
+
get: function () {
|
|
627
|
+
return _GetNetworkFunctionApiResponse.default;
|
|
598
628
|
}
|
|
599
629
|
});
|
|
600
630
|
Object.defineProperty(exports, "GetNicProfileApiResponse", {
|
|
601
631
|
enumerable: true,
|
|
602
|
-
get: function
|
|
603
|
-
return _GetNicProfileApiResponse
|
|
632
|
+
get: function () {
|
|
633
|
+
return _GetNicProfileApiResponse.default;
|
|
604
634
|
}
|
|
605
635
|
});
|
|
606
636
|
Object.defineProperty(exports, "GetRemoteSubnetApiResponse", {
|
|
607
637
|
enumerable: true,
|
|
608
|
-
get: function
|
|
609
|
-
return _GetRemoteSubnetApiResponse
|
|
638
|
+
get: function () {
|
|
639
|
+
return _GetRemoteSubnetApiResponse.default;
|
|
610
640
|
}
|
|
611
641
|
});
|
|
612
642
|
Object.defineProperty(exports, "GetRouteApiResponse", {
|
|
613
643
|
enumerable: true,
|
|
614
|
-
get: function
|
|
615
|
-
return _GetRouteApiResponse
|
|
644
|
+
get: function () {
|
|
645
|
+
return _GetRouteApiResponse.default;
|
|
616
646
|
}
|
|
617
647
|
});
|
|
618
648
|
Object.defineProperty(exports, "GetRouteTableApiResponse", {
|
|
619
649
|
enumerable: true,
|
|
620
|
-
get: function
|
|
621
|
-
return _GetRouteTableApiResponse
|
|
650
|
+
get: function () {
|
|
651
|
+
return _GetRouteTableApiResponse.default;
|
|
622
652
|
}
|
|
623
653
|
});
|
|
624
654
|
Object.defineProperty(exports, "GetRoutingPolicyApiResponse", {
|
|
625
655
|
enumerable: true,
|
|
626
|
-
get: function
|
|
627
|
-
return _GetRoutingPolicyApiResponse
|
|
656
|
+
get: function () {
|
|
657
|
+
return _GetRoutingPolicyApiResponse.default;
|
|
628
658
|
}
|
|
629
659
|
});
|
|
630
660
|
Object.defineProperty(exports, "GetSubnetApiResponse", {
|
|
631
661
|
enumerable: true,
|
|
632
|
-
get: function
|
|
633
|
-
return _GetSubnetApiResponse
|
|
662
|
+
get: function () {
|
|
663
|
+
return _GetSubnetApiResponse.default;
|
|
634
664
|
}
|
|
635
665
|
});
|
|
636
666
|
Object.defineProperty(exports, "GetTrafficMirrorApiResponse", {
|
|
637
667
|
enumerable: true,
|
|
638
|
-
get: function
|
|
639
|
-
return _GetTrafficMirrorApiResponse
|
|
668
|
+
get: function () {
|
|
669
|
+
return _GetTrafficMirrorApiResponse.default;
|
|
640
670
|
}
|
|
641
671
|
});
|
|
642
672
|
Object.defineProperty(exports, "GetTrafficMirrorStatsApiResponse", {
|
|
643
673
|
enumerable: true,
|
|
644
|
-
get: function
|
|
645
|
-
return _GetTrafficMirrorStatsApiResponse
|
|
674
|
+
get: function () {
|
|
675
|
+
return _GetTrafficMirrorStatsApiResponse.default;
|
|
646
676
|
}
|
|
647
677
|
});
|
|
648
678
|
Object.defineProperty(exports, "GetUplinkBondApiResponse", {
|
|
649
679
|
enumerable: true,
|
|
650
|
-
get: function
|
|
651
|
-
return _GetUplinkBondApiResponse
|
|
680
|
+
get: function () {
|
|
681
|
+
return _GetUplinkBondApiResponse.default;
|
|
652
682
|
}
|
|
653
683
|
});
|
|
654
684
|
Object.defineProperty(exports, "GetVirtualSwitchApiResponse", {
|
|
655
685
|
enumerable: true,
|
|
656
|
-
get: function
|
|
657
|
-
return _GetVirtualSwitchApiResponse
|
|
686
|
+
get: function () {
|
|
687
|
+
return _GetVirtualSwitchApiResponse.default;
|
|
658
688
|
}
|
|
659
689
|
});
|
|
660
690
|
Object.defineProperty(exports, "GetVpcApiResponse", {
|
|
661
691
|
enumerable: true,
|
|
662
|
-
get: function
|
|
663
|
-
return _GetVpcApiResponse
|
|
692
|
+
get: function () {
|
|
693
|
+
return _GetVpcApiResponse.default;
|
|
664
694
|
}
|
|
665
695
|
});
|
|
666
696
|
Object.defineProperty(exports, "GetVpcNsStatsApiResponse", {
|
|
667
697
|
enumerable: true,
|
|
668
|
-
get: function
|
|
669
|
-
return _GetVpcNsStatsApiResponse
|
|
698
|
+
get: function () {
|
|
699
|
+
return _GetVpcNsStatsApiResponse.default;
|
|
670
700
|
}
|
|
671
701
|
});
|
|
672
702
|
Object.defineProperty(exports, "GetVpnConnectionApiResponse", {
|
|
673
703
|
enumerable: true,
|
|
674
|
-
get: function
|
|
675
|
-
return _GetVpnConnectionApiResponse
|
|
704
|
+
get: function () {
|
|
705
|
+
return _GetVpnConnectionApiResponse.default;
|
|
676
706
|
}
|
|
677
707
|
});
|
|
678
708
|
Object.defineProperty(exports, "GetVpnConnectionStatsApiResponse", {
|
|
679
709
|
enumerable: true,
|
|
680
|
-
get: function
|
|
681
|
-
return _GetVpnConnectionStatsApiResponse
|
|
710
|
+
get: function () {
|
|
711
|
+
return _GetVpnConnectionStatsApiResponse.default;
|
|
682
712
|
}
|
|
683
713
|
});
|
|
684
714
|
Object.defineProperty(exports, "HealthCheck", {
|
|
685
715
|
enumerable: true,
|
|
686
|
-
get: function
|
|
687
|
-
return _HealthCheck
|
|
716
|
+
get: function () {
|
|
717
|
+
return _HealthCheck.default;
|
|
688
718
|
}
|
|
689
719
|
});
|
|
690
720
|
Object.defineProperty(exports, "HealthStatus", {
|
|
691
721
|
enumerable: true,
|
|
692
|
-
get: function
|
|
693
|
-
return _HealthStatus
|
|
722
|
+
get: function () {
|
|
723
|
+
return _HealthStatus.default;
|
|
694
724
|
}
|
|
695
725
|
});
|
|
696
726
|
Object.defineProperty(exports, "HighAvailabilityMode", {
|
|
697
727
|
enumerable: true,
|
|
698
|
-
get: function
|
|
699
|
-
return _HighAvailabilityMode
|
|
728
|
+
get: function () {
|
|
729
|
+
return _HighAvailabilityMode.default;
|
|
700
730
|
}
|
|
701
731
|
});
|
|
702
732
|
Object.defineProperty(exports, "Host", {
|
|
703
733
|
enumerable: true,
|
|
704
|
-
get: function
|
|
705
|
-
return _Host
|
|
734
|
+
get: function () {
|
|
735
|
+
return _Host.default;
|
|
706
736
|
}
|
|
707
737
|
});
|
|
708
738
|
Object.defineProperty(exports, "HostNic", {
|
|
709
739
|
enumerable: true,
|
|
710
|
-
get: function
|
|
711
|
-
return _HostNic
|
|
740
|
+
get: function () {
|
|
741
|
+
return _HostNic.default;
|
|
712
742
|
}
|
|
713
743
|
});
|
|
714
744
|
Object.defineProperty(exports, "HostNicComplianceStatus", {
|
|
715
745
|
enumerable: true,
|
|
716
|
-
get: function
|
|
717
|
-
return _HostNicComplianceStatus
|
|
746
|
+
get: function () {
|
|
747
|
+
return _HostNicComplianceStatus.default;
|
|
718
748
|
}
|
|
719
749
|
});
|
|
720
750
|
Object.defineProperty(exports, "HostNicReference", {
|
|
721
751
|
enumerable: true,
|
|
722
|
-
get: function
|
|
723
|
-
return _HostNicReference
|
|
752
|
+
get: function () {
|
|
753
|
+
return _HostNicReference.default;
|
|
724
754
|
}
|
|
725
755
|
});
|
|
726
756
|
Object.defineProperty(exports, "ICMPObject", {
|
|
727
757
|
enumerable: true,
|
|
728
|
-
get: function
|
|
729
|
-
return _ICMPObject
|
|
758
|
+
get: function () {
|
|
759
|
+
return _ICMPObject.default;
|
|
730
760
|
}
|
|
731
761
|
});
|
|
732
762
|
Object.defineProperty(exports, "IPAddress", {
|
|
733
763
|
enumerable: true,
|
|
734
|
-
get: function
|
|
735
|
-
return _IPAddress
|
|
764
|
+
get: function () {
|
|
765
|
+
return _IPAddress.default;
|
|
736
766
|
}
|
|
737
767
|
});
|
|
738
768
|
Object.defineProperty(exports, "IPAddressOrFQDN", {
|
|
739
769
|
enumerable: true,
|
|
740
|
-
get: function
|
|
741
|
-
return _IPAddressOrFQDN
|
|
770
|
+
get: function () {
|
|
771
|
+
return _IPAddressOrFQDN.default;
|
|
742
772
|
}
|
|
743
773
|
});
|
|
744
774
|
Object.defineProperty(exports, "IPConfig", {
|
|
745
775
|
enumerable: true,
|
|
746
|
-
get: function
|
|
747
|
-
return _IPConfig
|
|
776
|
+
get: function () {
|
|
777
|
+
return _IPConfig.default;
|
|
748
778
|
}
|
|
749
779
|
});
|
|
750
780
|
Object.defineProperty(exports, "IPFIXExporter", {
|
|
751
781
|
enumerable: true,
|
|
752
|
-
get: function
|
|
753
|
-
return _IPFIXExporter
|
|
782
|
+
get: function () {
|
|
783
|
+
return _IPFIXExporter.default;
|
|
754
784
|
}
|
|
755
785
|
});
|
|
756
786
|
Object.defineProperty(exports, "IPFIXExportersApi", {
|
|
757
787
|
enumerable: true,
|
|
758
|
-
get: function
|
|
788
|
+
get: function () {
|
|
759
789
|
return _ipfixexportersEndpoints.IPFIXExportersApi;
|
|
760
790
|
}
|
|
761
791
|
});
|
|
762
792
|
Object.defineProperty(exports, "IPPoolUsage", {
|
|
763
793
|
enumerable: true,
|
|
764
|
-
get: function
|
|
765
|
-
return _IPPoolUsage
|
|
794
|
+
get: function () {
|
|
795
|
+
return _IPPoolUsage.default;
|
|
766
796
|
}
|
|
767
797
|
});
|
|
768
798
|
Object.defineProperty(exports, "IPSubnet", {
|
|
769
799
|
enumerable: true,
|
|
770
|
-
get: function
|
|
771
|
-
return _IPSubnet
|
|
800
|
+
get: function () {
|
|
801
|
+
return _IPSubnet.default;
|
|
772
802
|
}
|
|
773
803
|
});
|
|
774
804
|
Object.defineProperty(exports, "IPUsage", {
|
|
775
805
|
enumerable: true,
|
|
776
|
-
get: function
|
|
777
|
-
return _IPUsage
|
|
806
|
+
get: function () {
|
|
807
|
+
return _IPUsage.default;
|
|
778
808
|
}
|
|
779
809
|
});
|
|
780
810
|
Object.defineProperty(exports, "IPv4Address", {
|
|
781
811
|
enumerable: true,
|
|
782
|
-
get: function
|
|
783
|
-
return _IPv4Address
|
|
812
|
+
get: function () {
|
|
813
|
+
return _IPv4Address.default;
|
|
784
814
|
}
|
|
785
815
|
});
|
|
786
816
|
Object.defineProperty(exports, "IPv4Config", {
|
|
787
817
|
enumerable: true,
|
|
788
|
-
get: function
|
|
789
|
-
return _IPv4Config
|
|
818
|
+
get: function () {
|
|
819
|
+
return _IPv4Config.default;
|
|
790
820
|
}
|
|
791
821
|
});
|
|
792
822
|
Object.defineProperty(exports, "IPv4Pool", {
|
|
793
823
|
enumerable: true,
|
|
794
|
-
get: function
|
|
795
|
-
return _IPv4Pool
|
|
824
|
+
get: function () {
|
|
825
|
+
return _IPv4Pool.default;
|
|
796
826
|
}
|
|
797
827
|
});
|
|
798
828
|
Object.defineProperty(exports, "IPv4Subnet", {
|
|
799
829
|
enumerable: true,
|
|
800
|
-
get: function
|
|
801
|
-
return _IPv4Subnet
|
|
830
|
+
get: function () {
|
|
831
|
+
return _IPv4Subnet.default;
|
|
802
832
|
}
|
|
803
833
|
});
|
|
804
834
|
Object.defineProperty(exports, "IPv6Address", {
|
|
805
835
|
enumerable: true,
|
|
806
|
-
get: function
|
|
807
|
-
return _IPv6Address
|
|
836
|
+
get: function () {
|
|
837
|
+
return _IPv6Address.default;
|
|
808
838
|
}
|
|
809
839
|
});
|
|
810
840
|
Object.defineProperty(exports, "IPv6Config", {
|
|
811
841
|
enumerable: true,
|
|
812
|
-
get: function
|
|
813
|
-
return _IPv6Config
|
|
842
|
+
get: function () {
|
|
843
|
+
return _IPv6Config.default;
|
|
814
844
|
}
|
|
815
845
|
});
|
|
816
846
|
Object.defineProperty(exports, "IPv6Pool", {
|
|
817
847
|
enumerable: true,
|
|
818
|
-
get: function
|
|
819
|
-
return _IPv6Pool
|
|
848
|
+
get: function () {
|
|
849
|
+
return _IPv6Pool.default;
|
|
820
850
|
}
|
|
821
851
|
});
|
|
822
852
|
Object.defineProperty(exports, "IPv6Subnet", {
|
|
823
853
|
enumerable: true,
|
|
824
|
-
get: function
|
|
825
|
-
return _IPv6Subnet
|
|
854
|
+
get: function () {
|
|
855
|
+
return _IPv6Subnet.default;
|
|
826
856
|
}
|
|
827
857
|
});
|
|
828
858
|
Object.defineProperty(exports, "IbgpConfig", {
|
|
829
859
|
enumerable: true,
|
|
830
|
-
get: function
|
|
831
|
-
return _IbgpConfig
|
|
860
|
+
get: function () {
|
|
861
|
+
return _IbgpConfig.default;
|
|
832
862
|
}
|
|
833
863
|
});
|
|
834
864
|
Object.defineProperty(exports, "IgmpSpec", {
|
|
835
865
|
enumerable: true,
|
|
836
|
-
get: function
|
|
837
|
-
return _IgmpSpec
|
|
866
|
+
get: function () {
|
|
867
|
+
return _IgmpSpec.default;
|
|
838
868
|
}
|
|
839
869
|
});
|
|
840
870
|
Object.defineProperty(exports, "InternalRoutingConfig", {
|
|
841
871
|
enumerable: true,
|
|
842
|
-
get: function
|
|
843
|
-
return _InternalRoutingConfig
|
|
872
|
+
get: function () {
|
|
873
|
+
return _InternalRoutingConfig.default;
|
|
844
874
|
}
|
|
845
875
|
});
|
|
846
876
|
Object.defineProperty(exports, "IpFamily", {
|
|
847
877
|
enumerable: true,
|
|
848
|
-
get: function
|
|
849
|
-
return _IpFamily
|
|
878
|
+
get: function () {
|
|
879
|
+
return _IpFamily.default;
|
|
850
880
|
}
|
|
851
881
|
});
|
|
852
882
|
Object.defineProperty(exports, "IpReserveSpec", {
|
|
853
883
|
enumerable: true,
|
|
854
|
-
get: function
|
|
855
|
-
return _IpReserveSpec
|
|
884
|
+
get: function () {
|
|
885
|
+
return _IpReserveSpec.default;
|
|
856
886
|
}
|
|
857
887
|
});
|
|
858
888
|
Object.defineProperty(exports, "IpUnreserveSpec", {
|
|
859
889
|
enumerable: true,
|
|
860
|
-
get: function
|
|
861
|
-
return _IpUnreserveSpec
|
|
890
|
+
get: function () {
|
|
891
|
+
return _IpUnreserveSpec.default;
|
|
862
892
|
}
|
|
863
893
|
});
|
|
864
894
|
Object.defineProperty(exports, "IpsecConfig", {
|
|
865
895
|
enumerable: true,
|
|
866
|
-
get: function
|
|
867
|
-
return _IpsecConfig
|
|
896
|
+
get: function () {
|
|
897
|
+
return _IpsecConfig.default;
|
|
868
898
|
}
|
|
869
899
|
});
|
|
870
900
|
Object.defineProperty(exports, "KVPair", {
|
|
871
901
|
enumerable: true,
|
|
872
|
-
get: function
|
|
873
|
-
return _KVPair
|
|
902
|
+
get: function () {
|
|
903
|
+
return _KVPair.default;
|
|
904
|
+
}
|
|
905
|
+
});
|
|
906
|
+
Object.defineProperty(exports, "KVStringPair", {
|
|
907
|
+
enumerable: true,
|
|
908
|
+
get: function () {
|
|
909
|
+
return _KVStringPair.default;
|
|
910
|
+
}
|
|
911
|
+
});
|
|
912
|
+
Object.defineProperty(exports, "KubernetesCluster", {
|
|
913
|
+
enumerable: true,
|
|
914
|
+
get: function () {
|
|
915
|
+
return _KubernetesCluster.default;
|
|
874
916
|
}
|
|
875
917
|
});
|
|
876
918
|
Object.defineProperty(exports, "Layer2Stretch", {
|
|
877
919
|
enumerable: true,
|
|
878
|
-
get: function
|
|
879
|
-
return _Layer2Stretch
|
|
920
|
+
get: function () {
|
|
921
|
+
return _Layer2Stretch.default;
|
|
922
|
+
}
|
|
923
|
+
});
|
|
924
|
+
Object.defineProperty(exports, "Layer2StretchProjection", {
|
|
925
|
+
enumerable: true,
|
|
926
|
+
get: function () {
|
|
927
|
+
return _Layer2StretchProjection.default;
|
|
880
928
|
}
|
|
881
929
|
});
|
|
882
930
|
Object.defineProperty(exports, "Layer2StretchStats", {
|
|
883
931
|
enumerable: true,
|
|
884
|
-
get: function
|
|
885
|
-
return _Layer2StretchStats
|
|
932
|
+
get: function () {
|
|
933
|
+
return _Layer2StretchStats.default;
|
|
886
934
|
}
|
|
887
935
|
});
|
|
888
936
|
Object.defineProperty(exports, "Layer2StretchStatsApi", {
|
|
889
937
|
enumerable: true,
|
|
890
|
-
get: function
|
|
938
|
+
get: function () {
|
|
891
939
|
return _layer2stretchstatsEndpoints.Layer2StretchStatsApi;
|
|
892
940
|
}
|
|
893
941
|
});
|
|
894
942
|
Object.defineProperty(exports, "Layer2StretchesApi", {
|
|
895
943
|
enumerable: true,
|
|
896
|
-
get: function
|
|
944
|
+
get: function () {
|
|
897
945
|
return _layer2stretchesEndpoints.Layer2StretchesApi;
|
|
898
946
|
}
|
|
899
947
|
});
|
|
900
948
|
Object.defineProperty(exports, "LayerFourProtocolObject", {
|
|
901
949
|
enumerable: true,
|
|
902
|
-
get: function
|
|
903
|
-
return _LayerFourProtocolObject
|
|
950
|
+
get: function () {
|
|
951
|
+
return _LayerFourProtocolObject.default;
|
|
904
952
|
}
|
|
905
953
|
});
|
|
906
954
|
Object.defineProperty(exports, "LearnedMacAddress", {
|
|
907
955
|
enumerable: true,
|
|
908
|
-
get: function
|
|
909
|
-
return _LearnedMacAddress
|
|
956
|
+
get: function () {
|
|
957
|
+
return _LearnedMacAddress.default;
|
|
910
958
|
}
|
|
911
959
|
});
|
|
912
960
|
Object.defineProperty(exports, "ListAwsSubnetsApiResponse", {
|
|
913
961
|
enumerable: true,
|
|
914
|
-
get: function
|
|
915
|
-
return _ListAwsSubnetsApiResponse
|
|
962
|
+
get: function () {
|
|
963
|
+
return _ListAwsSubnetsApiResponse.default;
|
|
916
964
|
}
|
|
917
965
|
});
|
|
918
966
|
Object.defineProperty(exports, "ListAwsVpcsApiResponse", {
|
|
919
967
|
enumerable: true,
|
|
920
|
-
get: function
|
|
921
|
-
return _ListAwsVpcsApiResponse
|
|
968
|
+
get: function () {
|
|
969
|
+
return _ListAwsVpcsApiResponse.default;
|
|
922
970
|
}
|
|
923
971
|
});
|
|
924
972
|
Object.defineProperty(exports, "ListBgpRoutesApiResponse", {
|
|
925
973
|
enumerable: true,
|
|
926
|
-
get: function
|
|
927
|
-
return _ListBgpRoutesApiResponse
|
|
974
|
+
get: function () {
|
|
975
|
+
return _ListBgpRoutesApiResponse.default;
|
|
928
976
|
}
|
|
929
977
|
});
|
|
930
978
|
Object.defineProperty(exports, "ListBgpSessionsApiResponse", {
|
|
931
979
|
enumerable: true,
|
|
932
|
-
get: function
|
|
933
|
-
return _ListBgpSessionsApiResponse
|
|
980
|
+
get: function () {
|
|
981
|
+
return _ListBgpSessionsApiResponse.default;
|
|
934
982
|
}
|
|
935
983
|
});
|
|
936
984
|
Object.defineProperty(exports, "ListClusterCapabilitiesApiResponse", {
|
|
937
985
|
enumerable: true,
|
|
938
|
-
get: function
|
|
939
|
-
return _ListClusterCapabilitiesApiResponse
|
|
986
|
+
get: function () {
|
|
987
|
+
return _ListClusterCapabilitiesApiResponse.default;
|
|
940
988
|
}
|
|
941
989
|
});
|
|
942
990
|
Object.defineProperty(exports, "ListFloatingIpsApiResponse", {
|
|
943
991
|
enumerable: true,
|
|
944
|
-
get: function
|
|
945
|
-
return _ListFloatingIpsApiResponse
|
|
992
|
+
get: function () {
|
|
993
|
+
return _ListFloatingIpsApiResponse.default;
|
|
946
994
|
}
|
|
947
995
|
});
|
|
948
996
|
Object.defineProperty(exports, "ListGatewaysApiResponse", {
|
|
949
997
|
enumerable: true,
|
|
950
|
-
get: function
|
|
951
|
-
return _ListGatewaysApiResponse
|
|
998
|
+
get: function () {
|
|
999
|
+
return _ListGatewaysApiResponse.default;
|
|
952
1000
|
}
|
|
953
1001
|
});
|
|
954
1002
|
Object.defineProperty(exports, "ListIPFIXExportersApiResponse", {
|
|
955
1003
|
enumerable: true,
|
|
956
|
-
get: function
|
|
957
|
-
return _ListIPFIXExportersApiResponse
|
|
1004
|
+
get: function () {
|
|
1005
|
+
return _ListIPFIXExportersApiResponse.default;
|
|
958
1006
|
}
|
|
959
1007
|
});
|
|
960
1008
|
Object.defineProperty(exports, "ListLayer2StretchesApiResponse", {
|
|
961
1009
|
enumerable: true,
|
|
962
|
-
get: function
|
|
963
|
-
return _ListLayer2StretchesApiResponse
|
|
1010
|
+
get: function () {
|
|
1011
|
+
return _ListLayer2StretchesApiResponse.default;
|
|
964
1012
|
}
|
|
965
1013
|
});
|
|
966
1014
|
Object.defineProperty(exports, "ListLearnedMacAddressesApiResponse", {
|
|
967
1015
|
enumerable: true,
|
|
968
|
-
get: function
|
|
969
|
-
return _ListLearnedMacAddressesApiResponse
|
|
1016
|
+
get: function () {
|
|
1017
|
+
return _ListLearnedMacAddressesApiResponse.default;
|
|
970
1018
|
}
|
|
971
1019
|
});
|
|
972
1020
|
Object.defineProperty(exports, "ListLoadBalancerSessionsApiResponse", {
|
|
973
1021
|
enumerable: true,
|
|
974
|
-
get: function
|
|
975
|
-
return _ListLoadBalancerSessionsApiResponse
|
|
1022
|
+
get: function () {
|
|
1023
|
+
return _ListLoadBalancerSessionsApiResponse.default;
|
|
976
1024
|
}
|
|
977
1025
|
});
|
|
978
1026
|
Object.defineProperty(exports, "ListNetworkControllersApiResponse", {
|
|
979
1027
|
enumerable: true,
|
|
980
|
-
get: function
|
|
981
|
-
return _ListNetworkControllersApiResponse
|
|
1028
|
+
get: function () {
|
|
1029
|
+
return _ListNetworkControllersApiResponse.default;
|
|
982
1030
|
}
|
|
983
1031
|
});
|
|
984
1032
|
Object.defineProperty(exports, "ListNetworkFunctionsApiResponse", {
|
|
985
1033
|
enumerable: true,
|
|
986
|
-
get: function
|
|
987
|
-
return _ListNetworkFunctionsApiResponse
|
|
1034
|
+
get: function () {
|
|
1035
|
+
return _ListNetworkFunctionsApiResponse.default;
|
|
988
1036
|
}
|
|
989
1037
|
});
|
|
990
1038
|
Object.defineProperty(exports, "ListNicProfilesApiResponse", {
|
|
991
1039
|
enumerable: true,
|
|
992
|
-
get: function
|
|
993
|
-
return _ListNicProfilesApiResponse
|
|
1040
|
+
get: function () {
|
|
1041
|
+
return _ListNicProfilesApiResponse.default;
|
|
994
1042
|
}
|
|
995
1043
|
});
|
|
996
1044
|
Object.defineProperty(exports, "ListNodeSchedulableStatusesApiResponse", {
|
|
997
1045
|
enumerable: true,
|
|
998
|
-
get: function
|
|
999
|
-
return _ListNodeSchedulableStatusesApiResponse
|
|
1046
|
+
get: function () {
|
|
1047
|
+
return _ListNodeSchedulableStatusesApiResponse.default;
|
|
1000
1048
|
}
|
|
1001
1049
|
});
|
|
1002
1050
|
Object.defineProperty(exports, "ListRemoteSubnetsApiResponse", {
|
|
1003
1051
|
enumerable: true,
|
|
1004
|
-
get: function
|
|
1005
|
-
return _ListRemoteSubnetsApiResponse
|
|
1052
|
+
get: function () {
|
|
1053
|
+
return _ListRemoteSubnetsApiResponse.default;
|
|
1006
1054
|
}
|
|
1007
1055
|
});
|
|
1008
1056
|
Object.defineProperty(exports, "ListRouteTablesApiResponse", {
|
|
1009
1057
|
enumerable: true,
|
|
1010
|
-
get: function
|
|
1011
|
-
return _ListRouteTablesApiResponse
|
|
1058
|
+
get: function () {
|
|
1059
|
+
return _ListRouteTablesApiResponse.default;
|
|
1012
1060
|
}
|
|
1013
1061
|
});
|
|
1014
1062
|
Object.defineProperty(exports, "ListRoutesApiResponse", {
|
|
1015
1063
|
enumerable: true,
|
|
1016
|
-
get: function
|
|
1017
|
-
return _ListRoutesApiResponse
|
|
1064
|
+
get: function () {
|
|
1065
|
+
return _ListRoutesApiResponse.default;
|
|
1018
1066
|
}
|
|
1019
1067
|
});
|
|
1020
1068
|
Object.defineProperty(exports, "ListRoutingPoliciesApiResponse", {
|
|
1021
1069
|
enumerable: true,
|
|
1022
|
-
get: function
|
|
1023
|
-
return _ListRoutingPoliciesApiResponse
|
|
1070
|
+
get: function () {
|
|
1071
|
+
return _ListRoutingPoliciesApiResponse.default;
|
|
1024
1072
|
}
|
|
1025
1073
|
});
|
|
1026
1074
|
Object.defineProperty(exports, "ListSubnetReservedIpsApiResponse", {
|
|
1027
1075
|
enumerable: true,
|
|
1028
|
-
get: function
|
|
1029
|
-
return _ListSubnetReservedIpsApiResponse
|
|
1076
|
+
get: function () {
|
|
1077
|
+
return _ListSubnetReservedIpsApiResponse.default;
|
|
1030
1078
|
}
|
|
1031
1079
|
});
|
|
1032
1080
|
Object.defineProperty(exports, "ListSubnetVnicsApiResponse", {
|
|
1033
1081
|
enumerable: true,
|
|
1034
|
-
get: function
|
|
1035
|
-
return _ListSubnetVnicsApiResponse
|
|
1082
|
+
get: function () {
|
|
1083
|
+
return _ListSubnetVnicsApiResponse.default;
|
|
1036
1084
|
}
|
|
1037
1085
|
});
|
|
1038
1086
|
Object.defineProperty(exports, "ListSubnetsApiResponse", {
|
|
1039
1087
|
enumerable: true,
|
|
1040
|
-
get: function
|
|
1041
|
-
return _ListSubnetsApiResponse
|
|
1088
|
+
get: function () {
|
|
1089
|
+
return _ListSubnetsApiResponse.default;
|
|
1042
1090
|
}
|
|
1043
1091
|
});
|
|
1044
1092
|
Object.defineProperty(exports, "ListTrafficMirrorsApiResponse", {
|
|
1045
1093
|
enumerable: true,
|
|
1046
|
-
get: function
|
|
1047
|
-
return _ListTrafficMirrorsApiResponse
|
|
1094
|
+
get: function () {
|
|
1095
|
+
return _ListTrafficMirrorsApiResponse.default;
|
|
1048
1096
|
}
|
|
1049
1097
|
});
|
|
1050
1098
|
Object.defineProperty(exports, "ListUplinkBondsApiResponse", {
|
|
1051
1099
|
enumerable: true,
|
|
1052
|
-
get: function
|
|
1053
|
-
return _ListUplinkBondsApiResponse
|
|
1100
|
+
get: function () {
|
|
1101
|
+
return _ListUplinkBondsApiResponse.default;
|
|
1054
1102
|
}
|
|
1055
1103
|
});
|
|
1056
1104
|
Object.defineProperty(exports, "ListVirtualSwitchesApiResponse", {
|
|
1057
1105
|
enumerable: true,
|
|
1058
|
-
get: function
|
|
1059
|
-
return _ListVirtualSwitchesApiResponse
|
|
1106
|
+
get: function () {
|
|
1107
|
+
return _ListVirtualSwitchesApiResponse.default;
|
|
1060
1108
|
}
|
|
1061
1109
|
});
|
|
1062
1110
|
Object.defineProperty(exports, "ListVpcVirtualSwitchMappingsApiResponse", {
|
|
1063
1111
|
enumerable: true,
|
|
1064
|
-
get: function
|
|
1065
|
-
return _ListVpcVirtualSwitchMappingsApiResponse
|
|
1112
|
+
get: function () {
|
|
1113
|
+
return _ListVpcVirtualSwitchMappingsApiResponse.default;
|
|
1066
1114
|
}
|
|
1067
1115
|
});
|
|
1068
1116
|
Object.defineProperty(exports, "ListVpcsApiResponse", {
|
|
1069
1117
|
enumerable: true,
|
|
1070
|
-
get: function
|
|
1071
|
-
return _ListVpcsApiResponse
|
|
1118
|
+
get: function () {
|
|
1119
|
+
return _ListVpcsApiResponse.default;
|
|
1072
1120
|
}
|
|
1073
1121
|
});
|
|
1074
1122
|
Object.defineProperty(exports, "ListVpnConnectionsApiResponse", {
|
|
1075
1123
|
enumerable: true,
|
|
1076
|
-
get: function
|
|
1077
|
-
return _ListVpnConnectionsApiResponse
|
|
1124
|
+
get: function () {
|
|
1125
|
+
return _ListVpnConnectionsApiResponse.default;
|
|
1078
1126
|
}
|
|
1079
1127
|
});
|
|
1080
1128
|
Object.defineProperty(exports, "ListVpnVendorConfigsApiResponse", {
|
|
1081
1129
|
enumerable: true,
|
|
1082
|
-
get: function
|
|
1083
|
-
return _ListVpnVendorConfigsApiResponse
|
|
1130
|
+
get: function () {
|
|
1131
|
+
return _ListVpnVendorConfigsApiResponse.default;
|
|
1084
1132
|
}
|
|
1085
1133
|
});
|
|
1086
1134
|
Object.defineProperty(exports, "Listener", {
|
|
1087
1135
|
enumerable: true,
|
|
1088
|
-
get: function
|
|
1089
|
-
return _Listener
|
|
1136
|
+
get: function () {
|
|
1137
|
+
return _Listener.default;
|
|
1090
1138
|
}
|
|
1091
1139
|
});
|
|
1092
1140
|
Object.defineProperty(exports, "ListenerStats", {
|
|
1093
1141
|
enumerable: true,
|
|
1094
|
-
get: function
|
|
1095
|
-
return _ListenerStats
|
|
1142
|
+
get: function () {
|
|
1143
|
+
return _ListenerStats.default;
|
|
1096
1144
|
}
|
|
1097
1145
|
});
|
|
1098
1146
|
Object.defineProperty(exports, "LoadBalancerSession", {
|
|
1099
1147
|
enumerable: true,
|
|
1100
|
-
get: function
|
|
1101
|
-
return _LoadBalancerSession
|
|
1148
|
+
get: function () {
|
|
1149
|
+
return _LoadBalancerSession.default;
|
|
1102
1150
|
}
|
|
1103
1151
|
});
|
|
1104
1152
|
Object.defineProperty(exports, "LoadBalancerSessionAssociation", {
|
|
1105
1153
|
enumerable: true,
|
|
1106
|
-
get: function
|
|
1107
|
-
return _LoadBalancerSessionAssociation
|
|
1154
|
+
get: function () {
|
|
1155
|
+
return _LoadBalancerSessionAssociation.default;
|
|
1108
1156
|
}
|
|
1109
1157
|
});
|
|
1110
1158
|
Object.defineProperty(exports, "LoadBalancerSessionProjection", {
|
|
1111
1159
|
enumerable: true,
|
|
1112
|
-
get: function
|
|
1113
|
-
return _LoadBalancerSessionProjection
|
|
1160
|
+
get: function () {
|
|
1161
|
+
return _LoadBalancerSessionProjection.default;
|
|
1114
1162
|
}
|
|
1115
1163
|
});
|
|
1116
1164
|
Object.defineProperty(exports, "LoadBalancerSessionStats", {
|
|
1117
1165
|
enumerable: true,
|
|
1118
|
-
get: function
|
|
1119
|
-
return _LoadBalancerSessionStats
|
|
1166
|
+
get: function () {
|
|
1167
|
+
return _LoadBalancerSessionStats.default;
|
|
1120
1168
|
}
|
|
1121
1169
|
});
|
|
1122
1170
|
Object.defineProperty(exports, "LoadBalancerSessionStatsApi", {
|
|
1123
1171
|
enumerable: true,
|
|
1124
|
-
get: function
|
|
1172
|
+
get: function () {
|
|
1125
1173
|
return _loadbalancersessionstatsEndpoints.LoadBalancerSessionStatsApi;
|
|
1126
1174
|
}
|
|
1127
1175
|
});
|
|
1128
1176
|
Object.defineProperty(exports, "LoadBalancerSessionStatsApiResponse", {
|
|
1129
1177
|
enumerable: true,
|
|
1130
|
-
get: function
|
|
1131
|
-
return _LoadBalancerSessionStatsApiResponse
|
|
1178
|
+
get: function () {
|
|
1179
|
+
return _LoadBalancerSessionStatsApiResponse.default;
|
|
1132
1180
|
}
|
|
1133
1181
|
});
|
|
1134
1182
|
Object.defineProperty(exports, "LoadBalancerSessionType", {
|
|
1135
1183
|
enumerable: true,
|
|
1136
|
-
get: function
|
|
1137
|
-
return _LoadBalancerSessionType
|
|
1184
|
+
get: function () {
|
|
1185
|
+
return _LoadBalancerSessionType.default;
|
|
1138
1186
|
}
|
|
1139
1187
|
});
|
|
1140
1188
|
Object.defineProperty(exports, "LoadBalancerSessionsApi", {
|
|
1141
1189
|
enumerable: true,
|
|
1142
|
-
get: function
|
|
1190
|
+
get: function () {
|
|
1143
1191
|
return _loadbalancersessionsEndpoints.LoadBalancerSessionsApi;
|
|
1144
1192
|
}
|
|
1145
1193
|
});
|
|
1146
1194
|
Object.defineProperty(exports, "LocalBgpGateway", {
|
|
1147
1195
|
enumerable: true,
|
|
1148
|
-
get: function
|
|
1149
|
-
return _LocalBgpGateway
|
|
1196
|
+
get: function () {
|
|
1197
|
+
return _LocalBgpGateway.default;
|
|
1150
1198
|
}
|
|
1151
1199
|
});
|
|
1152
1200
|
Object.defineProperty(exports, "LocalBgpService", {
|
|
1153
1201
|
enumerable: true,
|
|
1154
|
-
get: function
|
|
1155
|
-
return _LocalBgpService
|
|
1202
|
+
get: function () {
|
|
1203
|
+
return _LocalBgpService.default;
|
|
1156
1204
|
}
|
|
1157
1205
|
});
|
|
1158
1206
|
Object.defineProperty(exports, "LocalNetworkServices", {
|
|
1159
1207
|
enumerable: true,
|
|
1160
|
-
get: function
|
|
1161
|
-
return _LocalNetworkServices
|
|
1208
|
+
get: function () {
|
|
1209
|
+
return _LocalNetworkServices.default;
|
|
1162
1210
|
}
|
|
1163
1211
|
});
|
|
1164
1212
|
Object.defineProperty(exports, "LocalVpnService", {
|
|
1165
1213
|
enumerable: true,
|
|
1166
|
-
get: function
|
|
1167
|
-
return _LocalVpnService
|
|
1214
|
+
get: function () {
|
|
1215
|
+
return _LocalVpnService.default;
|
|
1168
1216
|
}
|
|
1169
1217
|
});
|
|
1170
1218
|
Object.defineProperty(exports, "LocalVtepService", {
|
|
1171
1219
|
enumerable: true,
|
|
1172
|
-
get: function
|
|
1173
|
-
return _LocalVtepService
|
|
1220
|
+
get: function () {
|
|
1221
|
+
return _LocalVtepService.default;
|
|
1174
1222
|
}
|
|
1175
1223
|
});
|
|
1176
1224
|
Object.defineProperty(exports, "MacAddress", {
|
|
1177
1225
|
enumerable: true,
|
|
1178
|
-
get: function
|
|
1179
|
-
return _MacAddress
|
|
1226
|
+
get: function () {
|
|
1227
|
+
return _MacAddress.default;
|
|
1180
1228
|
}
|
|
1181
1229
|
});
|
|
1182
1230
|
Object.defineProperty(exports, "MacAddressesApi", {
|
|
1183
1231
|
enumerable: true,
|
|
1184
|
-
get: function
|
|
1232
|
+
get: function () {
|
|
1185
1233
|
return _macaddressesEndpoints.MacAddressesApi;
|
|
1186
1234
|
}
|
|
1187
1235
|
});
|
|
1188
1236
|
Object.defineProperty(exports, "MacType", {
|
|
1189
1237
|
enumerable: true,
|
|
1190
|
-
get: function
|
|
1191
|
-
return _MacType
|
|
1238
|
+
get: function () {
|
|
1239
|
+
return _MacType.default;
|
|
1192
1240
|
}
|
|
1193
1241
|
});
|
|
1194
1242
|
Object.defineProperty(exports, "MapOfStringWrapper", {
|
|
1195
1243
|
enumerable: true,
|
|
1196
|
-
get: function
|
|
1197
|
-
return _MapOfStringWrapper
|
|
1244
|
+
get: function () {
|
|
1245
|
+
return _MapOfStringWrapper.default;
|
|
1198
1246
|
}
|
|
1199
1247
|
});
|
|
1200
1248
|
Object.defineProperty(exports, "Message", {
|
|
1201
1249
|
enumerable: true,
|
|
1202
|
-
get: function
|
|
1203
|
-
return _Message
|
|
1250
|
+
get: function () {
|
|
1251
|
+
return _Message.default;
|
|
1204
1252
|
}
|
|
1205
1253
|
});
|
|
1206
1254
|
Object.defineProperty(exports, "MessageSeverity", {
|
|
1207
1255
|
enumerable: true,
|
|
1208
|
-
get: function
|
|
1209
|
-
return _MessageSeverity
|
|
1256
|
+
get: function () {
|
|
1257
|
+
return _MessageSeverity.default;
|
|
1210
1258
|
}
|
|
1211
1259
|
});
|
|
1212
1260
|
Object.defineProperty(exports, "Metadata", {
|
|
1213
1261
|
enumerable: true,
|
|
1214
|
-
get: function
|
|
1215
|
-
return _Metadata
|
|
1262
|
+
get: function () {
|
|
1263
|
+
return _Metadata.default;
|
|
1216
1264
|
}
|
|
1217
1265
|
});
|
|
1218
1266
|
Object.defineProperty(exports, "MigrationState", {
|
|
1219
1267
|
enumerable: true,
|
|
1220
|
-
get: function
|
|
1221
|
-
return _MigrationState
|
|
1268
|
+
get: function () {
|
|
1269
|
+
return _MigrationState.default;
|
|
1222
1270
|
}
|
|
1223
1271
|
});
|
|
1224
1272
|
Object.defineProperty(exports, "NetworkCloudConfig", {
|
|
1225
1273
|
enumerable: true,
|
|
1226
|
-
get: function
|
|
1227
|
-
return _NetworkCloudConfig
|
|
1274
|
+
get: function () {
|
|
1275
|
+
return _NetworkCloudConfig.default;
|
|
1228
1276
|
}
|
|
1229
1277
|
});
|
|
1230
1278
|
Object.defineProperty(exports, "NetworkController", {
|
|
1231
1279
|
enumerable: true,
|
|
1232
|
-
get: function
|
|
1233
|
-
return _NetworkController
|
|
1280
|
+
get: function () {
|
|
1281
|
+
return _NetworkController.default;
|
|
1234
1282
|
}
|
|
1235
1283
|
});
|
|
1236
1284
|
Object.defineProperty(exports, "NetworkControllersApi", {
|
|
1237
1285
|
enumerable: true,
|
|
1238
|
-
get: function
|
|
1286
|
+
get: function () {
|
|
1239
1287
|
return _networkcontrollersEndpoints.NetworkControllersApi;
|
|
1240
1288
|
}
|
|
1241
1289
|
});
|
|
1242
1290
|
Object.defineProperty(exports, "NetworkFunction", {
|
|
1243
1291
|
enumerable: true,
|
|
1244
|
-
get: function
|
|
1245
|
-
return _NetworkFunction
|
|
1292
|
+
get: function () {
|
|
1293
|
+
return _NetworkFunction.default;
|
|
1246
1294
|
}
|
|
1247
1295
|
});
|
|
1248
1296
|
Object.defineProperty(exports, "NetworkFunctionProjection", {
|
|
1249
1297
|
enumerable: true,
|
|
1250
|
-
get: function
|
|
1251
|
-
return _NetworkFunctionProjection
|
|
1298
|
+
get: function () {
|
|
1299
|
+
return _NetworkFunctionProjection.default;
|
|
1252
1300
|
}
|
|
1253
1301
|
});
|
|
1254
1302
|
Object.defineProperty(exports, "NetworkFunctionsApi", {
|
|
1255
1303
|
enumerable: true,
|
|
1256
|
-
get: function
|
|
1304
|
+
get: function () {
|
|
1257
1305
|
return _networkfunctionsEndpoints.NetworkFunctionsApi;
|
|
1258
1306
|
}
|
|
1259
1307
|
});
|
|
1260
1308
|
Object.defineProperty(exports, "NetworkingBaseModel", {
|
|
1261
1309
|
enumerable: true,
|
|
1262
|
-
get: function
|
|
1263
|
-
return _NetworkingBaseModel
|
|
1310
|
+
get: function () {
|
|
1311
|
+
return _NetworkingBaseModel.default;
|
|
1264
1312
|
}
|
|
1265
1313
|
});
|
|
1266
1314
|
Object.defineProperty(exports, "Nexthop", {
|
|
1267
1315
|
enumerable: true,
|
|
1268
|
-
get: function
|
|
1269
|
-
return _Nexthop
|
|
1316
|
+
get: function () {
|
|
1317
|
+
return _Nexthop.default;
|
|
1270
1318
|
}
|
|
1271
1319
|
});
|
|
1272
1320
|
Object.defineProperty(exports, "NexthopType", {
|
|
1273
1321
|
enumerable: true,
|
|
1274
|
-
get: function
|
|
1275
|
-
return _NexthopType
|
|
1322
|
+
get: function () {
|
|
1323
|
+
return _NexthopType.default;
|
|
1276
1324
|
}
|
|
1277
1325
|
});
|
|
1278
1326
|
Object.defineProperty(exports, "NicHighAvailabilityState", {
|
|
1279
1327
|
enumerable: true,
|
|
1280
|
-
get: function
|
|
1281
|
-
return _NicHighAvailabilityState
|
|
1328
|
+
get: function () {
|
|
1329
|
+
return _NicHighAvailabilityState.default;
|
|
1282
1330
|
}
|
|
1283
1331
|
});
|
|
1284
1332
|
Object.defineProperty(exports, "NicPair", {
|
|
1285
1333
|
enumerable: true,
|
|
1286
|
-
get: function
|
|
1287
|
-
return _NicPair
|
|
1334
|
+
get: function () {
|
|
1335
|
+
return _NicPair.default;
|
|
1288
1336
|
}
|
|
1289
1337
|
});
|
|
1290
1338
|
Object.defineProperty(exports, "NicProfile", {
|
|
1291
1339
|
enumerable: true,
|
|
1292
|
-
get: function
|
|
1293
|
-
return _NicProfile
|
|
1340
|
+
get: function () {
|
|
1341
|
+
return _NicProfile.default;
|
|
1294
1342
|
}
|
|
1295
1343
|
});
|
|
1296
1344
|
Object.defineProperty(exports, "NicProfileProjection", {
|
|
1297
1345
|
enumerable: true,
|
|
1298
|
-
get: function
|
|
1299
|
-
return _NicProfileProjection
|
|
1346
|
+
get: function () {
|
|
1347
|
+
return _NicProfileProjection.default;
|
|
1300
1348
|
}
|
|
1301
1349
|
});
|
|
1302
1350
|
Object.defineProperty(exports, "NicProfilesApi", {
|
|
1303
1351
|
enumerable: true,
|
|
1304
|
-
get: function
|
|
1352
|
+
get: function () {
|
|
1305
1353
|
return _nicprofilesEndpoints.NicProfilesApi;
|
|
1306
1354
|
}
|
|
1307
1355
|
});
|
|
1308
1356
|
Object.defineProperty(exports, "NicTarget", {
|
|
1309
1357
|
enumerable: true,
|
|
1310
|
-
get: function
|
|
1311
|
-
return _NicTarget
|
|
1358
|
+
get: function () {
|
|
1359
|
+
return _NicTarget.default;
|
|
1312
1360
|
}
|
|
1313
1361
|
});
|
|
1314
1362
|
Object.defineProperty(exports, "NodeHealth", {
|
|
1315
1363
|
enumerable: true,
|
|
1316
|
-
get: function
|
|
1317
|
-
return _NodeHealth
|
|
1364
|
+
get: function () {
|
|
1365
|
+
return _NodeHealth.default;
|
|
1318
1366
|
}
|
|
1319
1367
|
});
|
|
1320
1368
|
Object.defineProperty(exports, "NodeSchedulableStatus", {
|
|
1321
1369
|
enumerable: true,
|
|
1322
|
-
get: function
|
|
1323
|
-
return _NodeSchedulableStatus
|
|
1370
|
+
get: function () {
|
|
1371
|
+
return _NodeSchedulableStatus.default;
|
|
1324
1372
|
}
|
|
1325
1373
|
});
|
|
1326
1374
|
Object.defineProperty(exports, "NodeSchedulableStatusProjection", {
|
|
1327
1375
|
enumerable: true,
|
|
1328
|
-
get: function
|
|
1329
|
-
return _NodeSchedulableStatusProjection
|
|
1376
|
+
get: function () {
|
|
1377
|
+
return _NodeSchedulableStatusProjection.default;
|
|
1330
1378
|
}
|
|
1331
1379
|
});
|
|
1332
1380
|
Object.defineProperty(exports, "NodeServiceHealth", {
|
|
1333
1381
|
enumerable: true,
|
|
1334
|
-
get: function
|
|
1335
|
-
return _NodeServiceHealth
|
|
1382
|
+
get: function () {
|
|
1383
|
+
return _NodeServiceHealth.default;
|
|
1336
1384
|
}
|
|
1337
1385
|
});
|
|
1338
1386
|
Object.defineProperty(exports, "NodeServiceName", {
|
|
1339
1387
|
enumerable: true,
|
|
1340
|
-
get: function
|
|
1341
|
-
return _NodeServiceName
|
|
1388
|
+
get: function () {
|
|
1389
|
+
return _NodeServiceName.default;
|
|
1342
1390
|
}
|
|
1343
1391
|
});
|
|
1344
1392
|
Object.defineProperty(exports, "OspfConfig", {
|
|
1345
1393
|
enumerable: true,
|
|
1346
|
-
get: function
|
|
1347
|
-
return _OspfConfig
|
|
1394
|
+
get: function () {
|
|
1395
|
+
return _OspfConfig.default;
|
|
1348
1396
|
}
|
|
1349
1397
|
});
|
|
1350
1398
|
Object.defineProperty(exports, "OwnerType", {
|
|
1351
1399
|
enumerable: true,
|
|
1352
|
-
get: function
|
|
1353
|
-
return _OwnerType
|
|
1400
|
+
get: function () {
|
|
1401
|
+
return _OwnerType.default;
|
|
1354
1402
|
}
|
|
1355
1403
|
});
|
|
1356
1404
|
Object.defineProperty(exports, "PortRange", {
|
|
1357
1405
|
enumerable: true,
|
|
1358
|
-
get: function
|
|
1359
|
-
return _PortRange
|
|
1406
|
+
get: function () {
|
|
1407
|
+
return _PortRange.default;
|
|
1360
1408
|
}
|
|
1361
1409
|
});
|
|
1362
1410
|
Object.defineProperty(exports, "PrivateIpAssociation", {
|
|
1363
1411
|
enumerable: true,
|
|
1364
|
-
get: function
|
|
1365
|
-
return _PrivateIpAssociation
|
|
1412
|
+
get: function () {
|
|
1413
|
+
return _PrivateIpAssociation.default;
|
|
1366
1414
|
}
|
|
1367
1415
|
});
|
|
1368
1416
|
Object.defineProperty(exports, "Protocol", {
|
|
1369
1417
|
enumerable: true,
|
|
1370
|
-
get: function
|
|
1371
|
-
return _Protocol
|
|
1418
|
+
get: function () {
|
|
1419
|
+
return _Protocol.default;
|
|
1372
1420
|
}
|
|
1373
1421
|
});
|
|
1374
1422
|
Object.defineProperty(exports, "ProtocolNumberObject", {
|
|
1375
1423
|
enumerable: true,
|
|
1376
|
-
get: function
|
|
1377
|
-
return _ProtocolNumberObject
|
|
1424
|
+
get: function () {
|
|
1425
|
+
return _ProtocolNumberObject.default;
|
|
1378
1426
|
}
|
|
1379
1427
|
});
|
|
1380
1428
|
Object.defineProperty(exports, "ProtocolType", {
|
|
1381
1429
|
enumerable: true,
|
|
1382
|
-
get: function
|
|
1383
|
-
return _ProtocolType
|
|
1430
|
+
get: function () {
|
|
1431
|
+
return _ProtocolType.default;
|
|
1384
1432
|
}
|
|
1385
1433
|
});
|
|
1386
1434
|
Object.defineProperty(exports, "PublicIpMapping", {
|
|
1387
1435
|
enumerable: true,
|
|
1388
|
-
get: function
|
|
1389
|
-
return _PublicIpMapping
|
|
1436
|
+
get: function () {
|
|
1437
|
+
return _PublicIpMapping.default;
|
|
1390
1438
|
}
|
|
1391
1439
|
});
|
|
1392
1440
|
Object.defineProperty(exports, "QosConfig", {
|
|
1393
1441
|
enumerable: true,
|
|
1394
|
-
get: function
|
|
1395
|
-
return _QosConfig
|
|
1442
|
+
get: function () {
|
|
1443
|
+
return _QosConfig.default;
|
|
1396
1444
|
}
|
|
1397
1445
|
});
|
|
1398
1446
|
Object.defineProperty(exports, "QuerierSpec", {
|
|
1399
1447
|
enumerable: true,
|
|
1400
|
-
get: function
|
|
1401
|
-
return _QuerierSpec
|
|
1448
|
+
get: function () {
|
|
1449
|
+
return _QuerierSpec.default;
|
|
1402
1450
|
}
|
|
1403
1451
|
});
|
|
1404
1452
|
Object.defineProperty(exports, "RemoteBgpGateway", {
|
|
1405
1453
|
enumerable: true,
|
|
1406
|
-
get: function
|
|
1407
|
-
return _RemoteBgpGateway
|
|
1454
|
+
get: function () {
|
|
1455
|
+
return _RemoteBgpGateway.default;
|
|
1408
1456
|
}
|
|
1409
1457
|
});
|
|
1410
1458
|
Object.defineProperty(exports, "RemoteBgpService", {
|
|
1411
1459
|
enumerable: true,
|
|
1412
|
-
get: function
|
|
1413
|
-
return _RemoteBgpService
|
|
1460
|
+
get: function () {
|
|
1461
|
+
return _RemoteBgpService.default;
|
|
1414
1462
|
}
|
|
1415
1463
|
});
|
|
1416
1464
|
Object.defineProperty(exports, "RemoteEntitiesApi", {
|
|
1417
1465
|
enumerable: true,
|
|
1418
|
-
get: function
|
|
1466
|
+
get: function () {
|
|
1419
1467
|
return _remoteentitiesEndpoints.RemoteEntitiesApi;
|
|
1420
1468
|
}
|
|
1421
1469
|
});
|
|
1422
1470
|
Object.defineProperty(exports, "RemoteNetworkServices", {
|
|
1423
1471
|
enumerable: true,
|
|
1424
|
-
get: function
|
|
1425
|
-
return _RemoteNetworkServices
|
|
1472
|
+
get: function () {
|
|
1473
|
+
return _RemoteNetworkServices.default;
|
|
1426
1474
|
}
|
|
1427
1475
|
});
|
|
1428
1476
|
Object.defineProperty(exports, "RemoteSubnet", {
|
|
1429
1477
|
enumerable: true,
|
|
1430
|
-
get: function
|
|
1431
|
-
return _RemoteSubnet
|
|
1478
|
+
get: function () {
|
|
1479
|
+
return _RemoteSubnet.default;
|
|
1432
1480
|
}
|
|
1433
1481
|
});
|
|
1434
1482
|
Object.defineProperty(exports, "RemoteVpnConnection", {
|
|
1435
1483
|
enumerable: true,
|
|
1436
|
-
get: function
|
|
1437
|
-
return _RemoteVpnConnection
|
|
1484
|
+
get: function () {
|
|
1485
|
+
return _RemoteVpnConnection.default;
|
|
1438
1486
|
}
|
|
1439
1487
|
});
|
|
1440
1488
|
Object.defineProperty(exports, "RemoteVpnConnectionApiResponse", {
|
|
1441
1489
|
enumerable: true,
|
|
1442
|
-
get: function
|
|
1443
|
-
return _RemoteVpnConnectionApiResponse
|
|
1490
|
+
get: function () {
|
|
1491
|
+
return _RemoteVpnConnectionApiResponse.default;
|
|
1444
1492
|
}
|
|
1445
1493
|
});
|
|
1446
1494
|
Object.defineProperty(exports, "RemoteVpnConnectionListApiResponse", {
|
|
1447
1495
|
enumerable: true,
|
|
1448
|
-
get: function
|
|
1449
|
-
return _RemoteVpnConnectionListApiResponse
|
|
1496
|
+
get: function () {
|
|
1497
|
+
return _RemoteVpnConnectionListApiResponse.default;
|
|
1450
1498
|
}
|
|
1451
1499
|
});
|
|
1452
1500
|
Object.defineProperty(exports, "RemoteVpnService", {
|
|
1453
1501
|
enumerable: true,
|
|
1454
|
-
get: function
|
|
1455
|
-
return _RemoteVpnService
|
|
1502
|
+
get: function () {
|
|
1503
|
+
return _RemoteVpnService.default;
|
|
1456
1504
|
}
|
|
1457
1505
|
});
|
|
1458
1506
|
Object.defineProperty(exports, "RemoteVtepGateway", {
|
|
1459
1507
|
enumerable: true,
|
|
1460
|
-
get: function
|
|
1461
|
-
return _RemoteVtepGateway
|
|
1508
|
+
get: function () {
|
|
1509
|
+
return _RemoteVtepGateway.default;
|
|
1462
1510
|
}
|
|
1463
1511
|
});
|
|
1464
1512
|
Object.defineProperty(exports, "RemoteVtepGatewayApiResponse", {
|
|
1465
1513
|
enumerable: true,
|
|
1466
|
-
get: function
|
|
1467
|
-
return _RemoteVtepGatewayApiResponse
|
|
1514
|
+
get: function () {
|
|
1515
|
+
return _RemoteVtepGatewayApiResponse.default;
|
|
1468
1516
|
}
|
|
1469
1517
|
});
|
|
1470
1518
|
Object.defineProperty(exports, "RemoteVtepGatewayListApiResponse", {
|
|
1471
1519
|
enumerable: true,
|
|
1472
|
-
get: function
|
|
1473
|
-
return _RemoteVtepGatewayListApiResponse
|
|
1520
|
+
get: function () {
|
|
1521
|
+
return _RemoteVtepGatewayListApiResponse.default;
|
|
1474
1522
|
}
|
|
1475
1523
|
});
|
|
1476
1524
|
Object.defineProperty(exports, "RemoteVtepService", {
|
|
1477
1525
|
enumerable: true,
|
|
1478
|
-
get: function
|
|
1479
|
-
return _RemoteVtepService
|
|
1526
|
+
get: function () {
|
|
1527
|
+
return _RemoteVtepService.default;
|
|
1480
1528
|
}
|
|
1481
1529
|
});
|
|
1482
1530
|
Object.defineProperty(exports, "RemoteVtepStretchStatus", {
|
|
1483
1531
|
enumerable: true,
|
|
1484
|
-
get: function
|
|
1485
|
-
return _RemoteVtepStretchStatus
|
|
1532
|
+
get: function () {
|
|
1533
|
+
return _RemoteVtepStretchStatus.default;
|
|
1486
1534
|
}
|
|
1487
1535
|
});
|
|
1488
1536
|
Object.defineProperty(exports, "RerouteFallbackAction", {
|
|
1489
1537
|
enumerable: true,
|
|
1490
|
-
get: function
|
|
1491
|
-
return _RerouteFallbackAction
|
|
1538
|
+
get: function () {
|
|
1539
|
+
return _RerouteFallbackAction.default;
|
|
1492
1540
|
}
|
|
1493
1541
|
});
|
|
1494
1542
|
Object.defineProperty(exports, "RerouteParam", {
|
|
1495
1543
|
enumerable: true,
|
|
1496
|
-
get: function
|
|
1497
|
-
return _RerouteParam
|
|
1544
|
+
get: function () {
|
|
1545
|
+
return _RerouteParam.default;
|
|
1498
1546
|
}
|
|
1499
1547
|
});
|
|
1500
1548
|
Object.defineProperty(exports, "ReserveType", {
|
|
1501
1549
|
enumerable: true,
|
|
1502
|
-
get: function
|
|
1503
|
-
return _ReserveType
|
|
1550
|
+
get: function () {
|
|
1551
|
+
return _ReserveType.default;
|
|
1504
1552
|
}
|
|
1505
1553
|
});
|
|
1506
1554
|
Object.defineProperty(exports, "ReservedIp", {
|
|
1507
1555
|
enumerable: true,
|
|
1508
|
-
get: function
|
|
1509
|
-
return _ReservedIp
|
|
1556
|
+
get: function () {
|
|
1557
|
+
return _ReservedIp.default;
|
|
1510
1558
|
}
|
|
1511
1559
|
});
|
|
1512
1560
|
Object.defineProperty(exports, "Route", {
|
|
1513
1561
|
enumerable: true,
|
|
1514
|
-
get: function
|
|
1515
|
-
return _Route
|
|
1562
|
+
get: function () {
|
|
1563
|
+
return _Route.default;
|
|
1516
1564
|
}
|
|
1517
1565
|
});
|
|
1518
1566
|
Object.defineProperty(exports, "RouteTable", {
|
|
1519
1567
|
enumerable: true,
|
|
1520
|
-
get: function
|
|
1521
|
-
return _RouteTable
|
|
1568
|
+
get: function () {
|
|
1569
|
+
return _RouteTable.default;
|
|
1522
1570
|
}
|
|
1523
1571
|
});
|
|
1524
1572
|
Object.defineProperty(exports, "RouteTablesApi", {
|
|
1525
1573
|
enumerable: true,
|
|
1526
|
-
get: function
|
|
1574
|
+
get: function () {
|
|
1527
1575
|
return _routetablesEndpoints.RouteTablesApi;
|
|
1528
1576
|
}
|
|
1529
1577
|
});
|
|
1530
1578
|
Object.defineProperty(exports, "RouteType", {
|
|
1531
1579
|
enumerable: true,
|
|
1532
|
-
get: function
|
|
1533
|
-
return _RouteType
|
|
1580
|
+
get: function () {
|
|
1581
|
+
return _RouteType.default;
|
|
1534
1582
|
}
|
|
1535
1583
|
});
|
|
1536
1584
|
Object.defineProperty(exports, "RoutesApi", {
|
|
1537
1585
|
enumerable: true,
|
|
1538
|
-
get: function
|
|
1586
|
+
get: function () {
|
|
1539
1587
|
return _routesEndpoints.RoutesApi;
|
|
1540
1588
|
}
|
|
1541
1589
|
});
|
|
1542
1590
|
Object.defineProperty(exports, "RoutingPoliciesApi", {
|
|
1543
1591
|
enumerable: true,
|
|
1544
|
-
get: function
|
|
1592
|
+
get: function () {
|
|
1545
1593
|
return _routingpoliciesEndpoints.RoutingPoliciesApi;
|
|
1546
1594
|
}
|
|
1547
1595
|
});
|
|
1548
1596
|
Object.defineProperty(exports, "RoutingPolicy", {
|
|
1549
1597
|
enumerable: true,
|
|
1550
|
-
get: function
|
|
1551
|
-
return _RoutingPolicy
|
|
1598
|
+
get: function () {
|
|
1599
|
+
return _RoutingPolicy.default;
|
|
1552
1600
|
}
|
|
1553
1601
|
});
|
|
1554
1602
|
Object.defineProperty(exports, "RoutingPolicyAction", {
|
|
1555
1603
|
enumerable: true,
|
|
1556
|
-
get: function
|
|
1557
|
-
return _RoutingPolicyAction
|
|
1604
|
+
get: function () {
|
|
1605
|
+
return _RoutingPolicyAction.default;
|
|
1558
1606
|
}
|
|
1559
1607
|
});
|
|
1560
1608
|
Object.defineProperty(exports, "RoutingPolicyActionType", {
|
|
1561
1609
|
enumerable: true,
|
|
1562
|
-
get: function
|
|
1563
|
-
return _RoutingPolicyActionType
|
|
1610
|
+
get: function () {
|
|
1611
|
+
return _RoutingPolicyActionType.default;
|
|
1564
1612
|
}
|
|
1565
1613
|
});
|
|
1566
1614
|
Object.defineProperty(exports, "RoutingPolicyClearCountersSpec", {
|
|
1567
1615
|
enumerable: true,
|
|
1568
|
-
get: function
|
|
1569
|
-
return _RoutingPolicyClearCountersSpec
|
|
1616
|
+
get: function () {
|
|
1617
|
+
return _RoutingPolicyClearCountersSpec.default;
|
|
1570
1618
|
}
|
|
1571
1619
|
});
|
|
1572
1620
|
Object.defineProperty(exports, "RoutingPolicyMatchCondition", {
|
|
1573
1621
|
enumerable: true,
|
|
1574
|
-
get: function
|
|
1575
|
-
return _RoutingPolicyMatchCondition
|
|
1622
|
+
get: function () {
|
|
1623
|
+
return _RoutingPolicyMatchCondition.default;
|
|
1576
1624
|
}
|
|
1577
1625
|
});
|
|
1578
1626
|
Object.defineProperty(exports, "RoutingPolicyProjection", {
|
|
1579
1627
|
enumerable: true,
|
|
1580
|
-
get: function
|
|
1581
|
-
return _RoutingPolicyProjection
|
|
1628
|
+
get: function () {
|
|
1629
|
+
return _RoutingPolicyProjection.default;
|
|
1582
1630
|
}
|
|
1583
1631
|
});
|
|
1584
1632
|
Object.defineProperty(exports, "RoutingPolicyRule", {
|
|
1585
1633
|
enumerable: true,
|
|
1586
|
-
get: function
|
|
1587
|
-
return _RoutingPolicyRule
|
|
1634
|
+
get: function () {
|
|
1635
|
+
return _RoutingPolicyRule.default;
|
|
1588
1636
|
}
|
|
1589
1637
|
});
|
|
1590
1638
|
Object.defineProperty(exports, "RoutingPolicyStatsApi", {
|
|
1591
1639
|
enumerable: true,
|
|
1592
|
-
get: function
|
|
1640
|
+
get: function () {
|
|
1593
1641
|
return _routingpolicystatsEndpoints.RoutingPolicyStatsApi;
|
|
1594
1642
|
}
|
|
1595
1643
|
});
|
|
1596
1644
|
Object.defineProperty(exports, "SchemaValidationError", {
|
|
1597
1645
|
enumerable: true,
|
|
1598
|
-
get: function
|
|
1599
|
-
return _SchemaValidationError
|
|
1646
|
+
get: function () {
|
|
1647
|
+
return _SchemaValidationError.default;
|
|
1600
1648
|
}
|
|
1601
1649
|
});
|
|
1602
1650
|
Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
1603
1651
|
enumerable: true,
|
|
1604
|
-
get: function
|
|
1605
|
-
return _SchemaValidationErrorMessage
|
|
1652
|
+
get: function () {
|
|
1653
|
+
return _SchemaValidationErrorMessage.default;
|
|
1606
1654
|
}
|
|
1607
1655
|
});
|
|
1608
1656
|
Object.defineProperty(exports, "ScopeType", {
|
|
1609
1657
|
enumerable: true,
|
|
1610
|
-
get: function
|
|
1611
|
-
return _ScopeType
|
|
1658
|
+
get: function () {
|
|
1659
|
+
return _ScopeType.default;
|
|
1612
1660
|
}
|
|
1613
1661
|
});
|
|
1614
1662
|
Object.defineProperty(exports, "SharedServiceHealth", {
|
|
1615
1663
|
enumerable: true,
|
|
1616
|
-
get: function
|
|
1617
|
-
return _SharedServiceHealth
|
|
1664
|
+
get: function () {
|
|
1665
|
+
return _SharedServiceHealth.default;
|
|
1618
1666
|
}
|
|
1619
1667
|
});
|
|
1620
1668
|
Object.defineProperty(exports, "SharedServiceName", {
|
|
1621
1669
|
enumerable: true,
|
|
1622
|
-
get: function
|
|
1623
|
-
return _SharedServiceName
|
|
1670
|
+
get: function () {
|
|
1671
|
+
return _SharedServiceName.default;
|
|
1624
1672
|
}
|
|
1625
1673
|
});
|
|
1626
1674
|
Object.defineProperty(exports, "SiteParams", {
|
|
1627
1675
|
enumerable: true,
|
|
1628
|
-
get: function
|
|
1629
|
-
return _SiteParams
|
|
1676
|
+
get: function () {
|
|
1677
|
+
return _SiteParams.default;
|
|
1630
1678
|
}
|
|
1631
1679
|
});
|
|
1632
1680
|
Object.defineProperty(exports, "State", {
|
|
1633
1681
|
enumerable: true,
|
|
1634
|
-
get: function
|
|
1635
|
-
return _State
|
|
1682
|
+
get: function () {
|
|
1683
|
+
return _State.default;
|
|
1636
1684
|
}
|
|
1637
1685
|
});
|
|
1638
1686
|
Object.defineProperty(exports, "StatsQueryResponseBase", {
|
|
1639
1687
|
enumerable: true,
|
|
1640
|
-
get: function
|
|
1641
|
-
return _StatsQueryResponseBase
|
|
1688
|
+
get: function () {
|
|
1689
|
+
return _StatsQueryResponseBase.default;
|
|
1642
1690
|
}
|
|
1643
1691
|
});
|
|
1644
1692
|
Object.defineProperty(exports, "StatsTaskReferenceApiResponse", {
|
|
1645
1693
|
enumerable: true,
|
|
1646
|
-
get: function
|
|
1647
|
-
return _TaskReferenceApiResponse2
|
|
1694
|
+
get: function () {
|
|
1695
|
+
return _TaskReferenceApiResponse2.default;
|
|
1648
1696
|
}
|
|
1649
1697
|
});
|
|
1650
1698
|
Object.defineProperty(exports, "Status", {
|
|
1651
1699
|
enumerable: true,
|
|
1652
|
-
get: function
|
|
1653
|
-
return _Status
|
|
1700
|
+
get: function () {
|
|
1701
|
+
return _Status.default;
|
|
1654
1702
|
}
|
|
1655
1703
|
});
|
|
1656
1704
|
Object.defineProperty(exports, "StretchConnectionType", {
|
|
1657
1705
|
enumerable: true,
|
|
1658
|
-
get: function
|
|
1659
|
-
return _StretchConnectionType
|
|
1706
|
+
get: function () {
|
|
1707
|
+
return _StretchConnectionType.default;
|
|
1660
1708
|
}
|
|
1661
1709
|
});
|
|
1662
1710
|
Object.defineProperty(exports, "StretchStatus", {
|
|
1663
1711
|
enumerable: true,
|
|
1664
|
-
get: function
|
|
1665
|
-
return _StretchStatus
|
|
1712
|
+
get: function () {
|
|
1713
|
+
return _StretchStatus.default;
|
|
1666
1714
|
}
|
|
1667
1715
|
});
|
|
1668
1716
|
Object.defineProperty(exports, "Subnet", {
|
|
1669
1717
|
enumerable: true,
|
|
1670
|
-
get: function
|
|
1671
|
-
return _Subnet
|
|
1718
|
+
get: function () {
|
|
1719
|
+
return _Subnet.default;
|
|
1672
1720
|
}
|
|
1673
1721
|
});
|
|
1674
1722
|
Object.defineProperty(exports, "SubnetCapabilities", {
|
|
1675
1723
|
enumerable: true,
|
|
1676
|
-
get: function
|
|
1677
|
-
return _SubnetCapabilities
|
|
1724
|
+
get: function () {
|
|
1725
|
+
return _SubnetCapabilities.default;
|
|
1678
1726
|
}
|
|
1679
1727
|
});
|
|
1680
1728
|
Object.defineProperty(exports, "SubnetIPReservationApi", {
|
|
1681
1729
|
enumerable: true,
|
|
1682
|
-
get: function
|
|
1730
|
+
get: function () {
|
|
1683
1731
|
return _subnetipreservationEndpoints.SubnetIPReservationApi;
|
|
1684
1732
|
}
|
|
1685
1733
|
});
|
|
1686
1734
|
Object.defineProperty(exports, "SubnetInfo", {
|
|
1687
1735
|
enumerable: true,
|
|
1688
|
-
get: function
|
|
1689
|
-
return _SubnetInfo
|
|
1736
|
+
get: function () {
|
|
1737
|
+
return _SubnetInfo.default;
|
|
1690
1738
|
}
|
|
1691
1739
|
});
|
|
1692
1740
|
Object.defineProperty(exports, "SubnetMigrationsApi", {
|
|
1693
1741
|
enumerable: true,
|
|
1694
|
-
get: function
|
|
1742
|
+
get: function () {
|
|
1695
1743
|
return _subnetmigrationsEndpoints.SubnetMigrationsApi;
|
|
1696
1744
|
}
|
|
1697
1745
|
});
|
|
1698
1746
|
Object.defineProperty(exports, "SubnetProjection", {
|
|
1699
1747
|
enumerable: true,
|
|
1700
|
-
get: function
|
|
1701
|
-
return _SubnetProjection
|
|
1748
|
+
get: function () {
|
|
1749
|
+
return _SubnetProjection.default;
|
|
1702
1750
|
}
|
|
1703
1751
|
});
|
|
1704
1752
|
Object.defineProperty(exports, "SubnetType", {
|
|
1705
1753
|
enumerable: true,
|
|
1706
|
-
get: function
|
|
1707
|
-
return _SubnetType
|
|
1754
|
+
get: function () {
|
|
1755
|
+
return _SubnetType.default;
|
|
1708
1756
|
}
|
|
1709
1757
|
});
|
|
1710
1758
|
Object.defineProperty(exports, "SubnetsApi", {
|
|
1711
1759
|
enumerable: true,
|
|
1712
|
-
get: function
|
|
1760
|
+
get: function () {
|
|
1713
1761
|
return _subnetsEndpoints.SubnetsApi;
|
|
1714
1762
|
}
|
|
1715
1763
|
});
|
|
1716
1764
|
Object.defineProperty(exports, "Target", {
|
|
1717
1765
|
enumerable: true,
|
|
1718
|
-
get: function
|
|
1719
|
-
return _Target
|
|
1766
|
+
get: function () {
|
|
1767
|
+
return _Target.default;
|
|
1720
1768
|
}
|
|
1721
1769
|
});
|
|
1722
1770
|
Object.defineProperty(exports, "TargetHealth", {
|
|
1723
1771
|
enumerable: true,
|
|
1724
|
-
get: function
|
|
1725
|
-
return _TargetHealth
|
|
1772
|
+
get: function () {
|
|
1773
|
+
return _TargetHealth.default;
|
|
1726
1774
|
}
|
|
1727
1775
|
});
|
|
1728
1776
|
Object.defineProperty(exports, "TargetStats", {
|
|
1729
1777
|
enumerable: true,
|
|
1730
|
-
get: function
|
|
1731
|
-
return _TargetStats
|
|
1778
|
+
get: function () {
|
|
1779
|
+
return _TargetStats.default;
|
|
1732
1780
|
}
|
|
1733
1781
|
});
|
|
1734
1782
|
Object.defineProperty(exports, "TaskReference", {
|
|
1735
1783
|
enumerable: true,
|
|
1736
|
-
get: function
|
|
1737
|
-
return _TaskReference
|
|
1784
|
+
get: function () {
|
|
1785
|
+
return _TaskReference.default;
|
|
1738
1786
|
}
|
|
1739
1787
|
});
|
|
1740
1788
|
Object.defineProperty(exports, "TenantAwareModel", {
|
|
1741
1789
|
enumerable: true,
|
|
1742
|
-
get: function
|
|
1743
|
-
return _TenantAwareModel
|
|
1790
|
+
get: function () {
|
|
1791
|
+
return _TenantAwareModel.default;
|
|
1792
|
+
}
|
|
1793
|
+
});
|
|
1794
|
+
Object.defineProperty(exports, "TrafficForwardingMode", {
|
|
1795
|
+
enumerable: true,
|
|
1796
|
+
get: function () {
|
|
1797
|
+
return _TrafficForwardingMode.default;
|
|
1744
1798
|
}
|
|
1745
1799
|
});
|
|
1746
1800
|
Object.defineProperty(exports, "TrafficMirror", {
|
|
1747
1801
|
enumerable: true,
|
|
1748
|
-
get: function
|
|
1749
|
-
return _TrafficMirror
|
|
1802
|
+
get: function () {
|
|
1803
|
+
return _TrafficMirror.default;
|
|
1750
1804
|
}
|
|
1751
1805
|
});
|
|
1752
1806
|
Object.defineProperty(exports, "TrafficMirrorPort", {
|
|
1753
1807
|
enumerable: true,
|
|
1754
|
-
get: function
|
|
1755
|
-
return _TrafficMirrorPort
|
|
1808
|
+
get: function () {
|
|
1809
|
+
return _TrafficMirrorPort.default;
|
|
1756
1810
|
}
|
|
1757
1811
|
});
|
|
1758
1812
|
Object.defineProperty(exports, "TrafficMirrorPortNicType", {
|
|
1759
1813
|
enumerable: true,
|
|
1760
|
-
get: function
|
|
1761
|
-
return _TrafficMirrorPortNicType
|
|
1814
|
+
get: function () {
|
|
1815
|
+
return _TrafficMirrorPortNicType.default;
|
|
1762
1816
|
}
|
|
1763
1817
|
});
|
|
1764
1818
|
Object.defineProperty(exports, "TrafficMirrorSourcePort", {
|
|
1765
1819
|
enumerable: true,
|
|
1766
|
-
get: function
|
|
1767
|
-
return _TrafficMirrorSourcePort
|
|
1820
|
+
get: function () {
|
|
1821
|
+
return _TrafficMirrorSourcePort.default;
|
|
1768
1822
|
}
|
|
1769
1823
|
});
|
|
1770
1824
|
Object.defineProperty(exports, "TrafficMirrorSourcePortDirection", {
|
|
1771
1825
|
enumerable: true,
|
|
1772
|
-
get: function
|
|
1773
|
-
return _TrafficMirrorSourcePortDirection
|
|
1826
|
+
get: function () {
|
|
1827
|
+
return _TrafficMirrorSourcePortDirection.default;
|
|
1774
1828
|
}
|
|
1775
1829
|
});
|
|
1776
1830
|
Object.defineProperty(exports, "TrafficMirrorState", {
|
|
1777
1831
|
enumerable: true,
|
|
1778
|
-
get: function
|
|
1779
|
-
return _TrafficMirrorState
|
|
1832
|
+
get: function () {
|
|
1833
|
+
return _TrafficMirrorState.default;
|
|
1780
1834
|
}
|
|
1781
1835
|
});
|
|
1782
1836
|
Object.defineProperty(exports, "TrafficMirrorStats", {
|
|
1783
1837
|
enumerable: true,
|
|
1784
|
-
get: function
|
|
1785
|
-
return _TrafficMirrorStats
|
|
1838
|
+
get: function () {
|
|
1839
|
+
return _TrafficMirrorStats.default;
|
|
1786
1840
|
}
|
|
1787
1841
|
});
|
|
1788
1842
|
Object.defineProperty(exports, "TrafficMirrorStatsApi", {
|
|
1789
1843
|
enumerable: true,
|
|
1790
|
-
get: function
|
|
1844
|
+
get: function () {
|
|
1791
1845
|
return _trafficmirrorstatsEndpoints.TrafficMirrorStatsApi;
|
|
1792
1846
|
}
|
|
1793
1847
|
});
|
|
1794
1848
|
Object.defineProperty(exports, "TrafficMirrorsApi", {
|
|
1795
1849
|
enumerable: true,
|
|
1796
|
-
get: function
|
|
1850
|
+
get: function () {
|
|
1797
1851
|
return _trafficmirrorsEndpoints.TrafficMirrorsApi;
|
|
1798
1852
|
}
|
|
1799
1853
|
});
|
|
1800
1854
|
Object.defineProperty(exports, "UnreserveType", {
|
|
1801
1855
|
enumerable: true,
|
|
1802
|
-
get: function
|
|
1803
|
-
return _UnreserveType
|
|
1856
|
+
get: function () {
|
|
1857
|
+
return _UnreserveType.default;
|
|
1804
1858
|
}
|
|
1805
1859
|
});
|
|
1806
1860
|
Object.defineProperty(exports, "UplinkBond", {
|
|
1807
1861
|
enumerable: true,
|
|
1808
|
-
get: function
|
|
1809
|
-
return _UplinkBond
|
|
1862
|
+
get: function () {
|
|
1863
|
+
return _UplinkBond.default;
|
|
1810
1864
|
}
|
|
1811
1865
|
});
|
|
1812
1866
|
Object.defineProperty(exports, "UplinkBondLacpStatus", {
|
|
1813
1867
|
enumerable: true,
|
|
1814
|
-
get: function
|
|
1815
|
-
return _UplinkBondLacpStatus
|
|
1868
|
+
get: function () {
|
|
1869
|
+
return _UplinkBondLacpStatus.default;
|
|
1816
1870
|
}
|
|
1817
1871
|
});
|
|
1818
1872
|
Object.defineProperty(exports, "UplinkBondType", {
|
|
1819
1873
|
enumerable: true,
|
|
1820
|
-
get: function
|
|
1821
|
-
return _UplinkBondType
|
|
1874
|
+
get: function () {
|
|
1875
|
+
return _UplinkBondType.default;
|
|
1822
1876
|
}
|
|
1823
1877
|
});
|
|
1824
1878
|
Object.defineProperty(exports, "UplinkBondVirtualSwitchInfo", {
|
|
1825
1879
|
enumerable: true,
|
|
1826
|
-
get: function
|
|
1827
|
-
return _UplinkBondVirtualSwitchInfo
|
|
1880
|
+
get: function () {
|
|
1881
|
+
return _UplinkBondVirtualSwitchInfo.default;
|
|
1828
1882
|
}
|
|
1829
1883
|
});
|
|
1830
1884
|
Object.defineProperty(exports, "UplinkBondsApi", {
|
|
1831
1885
|
enumerable: true,
|
|
1832
|
-
get: function
|
|
1886
|
+
get: function () {
|
|
1833
1887
|
return _uplinkbondsEndpoints.UplinkBondsApi;
|
|
1834
1888
|
}
|
|
1835
1889
|
});
|
|
1836
1890
|
Object.defineProperty(exports, "VirtualIP", {
|
|
1837
1891
|
enumerable: true,
|
|
1838
|
-
get: function
|
|
1839
|
-
return _VirtualIP
|
|
1892
|
+
get: function () {
|
|
1893
|
+
return _VirtualIP.default;
|
|
1840
1894
|
}
|
|
1841
1895
|
});
|
|
1842
1896
|
Object.defineProperty(exports, "VirtualSwitch", {
|
|
1843
1897
|
enumerable: true,
|
|
1844
|
-
get: function
|
|
1845
|
-
return _VirtualSwitch
|
|
1898
|
+
get: function () {
|
|
1899
|
+
return _VirtualSwitch.default;
|
|
1846
1900
|
}
|
|
1847
1901
|
});
|
|
1848
1902
|
Object.defineProperty(exports, "VirtualSwitchNodesInfoApi", {
|
|
1849
1903
|
enumerable: true,
|
|
1850
|
-
get: function
|
|
1904
|
+
get: function () {
|
|
1851
1905
|
return _virtualswitchnodesinfoEndpoints.VirtualSwitchNodesInfoApi;
|
|
1852
1906
|
}
|
|
1853
1907
|
});
|
|
1854
1908
|
Object.defineProperty(exports, "VirtualSwitchProjection", {
|
|
1855
1909
|
enumerable: true,
|
|
1856
|
-
get: function
|
|
1857
|
-
return _VirtualSwitchProjection
|
|
1910
|
+
get: function () {
|
|
1911
|
+
return _VirtualSwitchProjection.default;
|
|
1858
1912
|
}
|
|
1859
1913
|
});
|
|
1860
1914
|
Object.defineProperty(exports, "VirtualSwitchesApi", {
|
|
1861
1915
|
enumerable: true,
|
|
1862
|
-
get: function
|
|
1916
|
+
get: function () {
|
|
1863
1917
|
return _virtualswitchesEndpoints.VirtualSwitchesApi;
|
|
1864
1918
|
}
|
|
1865
1919
|
});
|
|
1866
1920
|
Object.defineProperty(exports, "VlanSubnetMigrationSpec", {
|
|
1867
1921
|
enumerable: true,
|
|
1868
|
-
get: function
|
|
1869
|
-
return _VlanSubnetMigrationSpec
|
|
1922
|
+
get: function () {
|
|
1923
|
+
return _VlanSubnetMigrationSpec.default;
|
|
1870
1924
|
}
|
|
1871
1925
|
});
|
|
1872
1926
|
Object.defineProperty(exports, "Vm", {
|
|
1873
1927
|
enumerable: true,
|
|
1874
|
-
get: function
|
|
1875
|
-
return _Vm
|
|
1928
|
+
get: function () {
|
|
1929
|
+
return _Vm.default;
|
|
1876
1930
|
}
|
|
1877
1931
|
});
|
|
1878
1932
|
Object.defineProperty(exports, "VmNic", {
|
|
1879
1933
|
enumerable: true,
|
|
1880
|
-
get: function
|
|
1881
|
-
return _VmNic
|
|
1934
|
+
get: function () {
|
|
1935
|
+
return _VmNic.default;
|
|
1882
1936
|
}
|
|
1883
1937
|
});
|
|
1884
1938
|
Object.defineProperty(exports, "VmNicAssociation", {
|
|
1885
1939
|
enumerable: true,
|
|
1886
|
-
get: function
|
|
1887
|
-
return _VmNicAssociation
|
|
1940
|
+
get: function () {
|
|
1941
|
+
return _VmNicAssociation.default;
|
|
1888
1942
|
}
|
|
1889
1943
|
});
|
|
1890
1944
|
Object.defineProperty(exports, "VmNicProjection", {
|
|
1891
1945
|
enumerable: true,
|
|
1892
|
-
get: function
|
|
1893
|
-
return _VmNicProjection
|
|
1946
|
+
get: function () {
|
|
1947
|
+
return _VmNicProjection.default;
|
|
1894
1948
|
}
|
|
1895
1949
|
});
|
|
1896
1950
|
Object.defineProperty(exports, "VmProjection", {
|
|
1897
1951
|
enumerable: true,
|
|
1898
|
-
get: function
|
|
1899
|
-
return _VmProjection
|
|
1952
|
+
get: function () {
|
|
1953
|
+
return _VmProjection.default;
|
|
1900
1954
|
}
|
|
1901
1955
|
});
|
|
1902
1956
|
Object.defineProperty(exports, "Vnic", {
|
|
1903
1957
|
enumerable: true,
|
|
1904
|
-
get: function
|
|
1905
|
-
return _Vnic
|
|
1958
|
+
get: function () {
|
|
1959
|
+
return _Vnic.default;
|
|
1906
1960
|
}
|
|
1907
1961
|
});
|
|
1908
1962
|
Object.defineProperty(exports, "VnicMigrationItemSpec", {
|
|
1909
1963
|
enumerable: true,
|
|
1910
|
-
get: function
|
|
1911
|
-
return _VnicMigrationItemSpec
|
|
1964
|
+
get: function () {
|
|
1965
|
+
return _VnicMigrationItemSpec.default;
|
|
1912
1966
|
}
|
|
1913
1967
|
});
|
|
1914
1968
|
Object.defineProperty(exports, "Vpc", {
|
|
1915
1969
|
enumerable: true,
|
|
1916
|
-
get: function
|
|
1917
|
-
return _Vpc
|
|
1970
|
+
get: function () {
|
|
1971
|
+
return _Vpc.default;
|
|
1918
1972
|
}
|
|
1919
1973
|
});
|
|
1920
1974
|
Object.defineProperty(exports, "VpcDhcpOptions", {
|
|
1921
1975
|
enumerable: true,
|
|
1922
|
-
get: function
|
|
1923
|
-
return _VpcDhcpOptions
|
|
1976
|
+
get: function () {
|
|
1977
|
+
return _VpcDhcpOptions.default;
|
|
1924
1978
|
}
|
|
1925
1979
|
});
|
|
1926
1980
|
Object.defineProperty(exports, "VpcGlobalConfig", {
|
|
1927
1981
|
enumerable: true,
|
|
1928
|
-
get: function
|
|
1929
|
-
return _VpcGlobalConfig
|
|
1982
|
+
get: function () {
|
|
1983
|
+
return _VpcGlobalConfig.default;
|
|
1930
1984
|
}
|
|
1931
1985
|
});
|
|
1932
1986
|
Object.defineProperty(exports, "VpcName", {
|
|
1933
1987
|
enumerable: true,
|
|
1934
|
-
get: function
|
|
1935
|
-
return _VpcName
|
|
1988
|
+
get: function () {
|
|
1989
|
+
return _VpcName.default;
|
|
1936
1990
|
}
|
|
1937
1991
|
});
|
|
1938
1992
|
Object.defineProperty(exports, "VpcNameProjection", {
|
|
1939
1993
|
enumerable: true,
|
|
1940
|
-
get: function
|
|
1941
|
-
return _VpcNameProjection
|
|
1994
|
+
get: function () {
|
|
1995
|
+
return _VpcNameProjection.default;
|
|
1942
1996
|
}
|
|
1943
1997
|
});
|
|
1944
1998
|
Object.defineProperty(exports, "VpcNsStats", {
|
|
1945
1999
|
enumerable: true,
|
|
1946
|
-
get: function
|
|
1947
|
-
return _VpcNsStats
|
|
2000
|
+
get: function () {
|
|
2001
|
+
return _VpcNsStats.default;
|
|
1948
2002
|
}
|
|
1949
2003
|
});
|
|
1950
2004
|
Object.defineProperty(exports, "VpcNsStatsApi", {
|
|
1951
2005
|
enumerable: true,
|
|
1952
|
-
get: function
|
|
2006
|
+
get: function () {
|
|
1953
2007
|
return _vpcnsstatsEndpoints.VpcNsStatsApi;
|
|
1954
2008
|
}
|
|
1955
2009
|
});
|
|
1956
2010
|
Object.defineProperty(exports, "VpcProjection", {
|
|
1957
2011
|
enumerable: true,
|
|
1958
|
-
get: function
|
|
1959
|
-
return _VpcProjection
|
|
2012
|
+
get: function () {
|
|
2013
|
+
return _VpcProjection.default;
|
|
1960
2014
|
}
|
|
1961
2015
|
});
|
|
1962
2016
|
Object.defineProperty(exports, "VpcType", {
|
|
1963
2017
|
enumerable: true,
|
|
1964
|
-
get: function
|
|
1965
|
-
return _VpcType
|
|
2018
|
+
get: function () {
|
|
2019
|
+
return _VpcType.default;
|
|
1966
2020
|
}
|
|
1967
2021
|
});
|
|
1968
2022
|
Object.defineProperty(exports, "VpcVirtualSwitchMapping", {
|
|
1969
2023
|
enumerable: true,
|
|
1970
|
-
get: function
|
|
1971
|
-
return _VpcVirtualSwitchMapping
|
|
2024
|
+
get: function () {
|
|
2025
|
+
return _VpcVirtualSwitchMapping.default;
|
|
1972
2026
|
}
|
|
1973
2027
|
});
|
|
1974
2028
|
Object.defineProperty(exports, "VpcVirtualSwitchMappingsApi", {
|
|
1975
2029
|
enumerable: true,
|
|
1976
|
-
get: function
|
|
2030
|
+
get: function () {
|
|
1977
2031
|
return _vpcvirtualswitchmappingsEndpoints.VpcVirtualSwitchMappingsApi;
|
|
1978
2032
|
}
|
|
1979
2033
|
});
|
|
1980
2034
|
Object.defineProperty(exports, "VpcsApi", {
|
|
1981
2035
|
enumerable: true,
|
|
1982
|
-
get: function
|
|
2036
|
+
get: function () {
|
|
1983
2037
|
return _vpcsEndpoints.VpcsApi;
|
|
1984
2038
|
}
|
|
1985
2039
|
});
|
|
1986
2040
|
Object.defineProperty(exports, "VpnAppliance", {
|
|
1987
2041
|
enumerable: true,
|
|
1988
|
-
get: function
|
|
1989
|
-
return _VpnAppliance
|
|
2042
|
+
get: function () {
|
|
2043
|
+
return _VpnAppliance.default;
|
|
1990
2044
|
}
|
|
1991
2045
|
});
|
|
1992
2046
|
Object.defineProperty(exports, "VpnConnection", {
|
|
1993
2047
|
enumerable: true,
|
|
1994
|
-
get: function
|
|
1995
|
-
return _VpnConnection
|
|
2048
|
+
get: function () {
|
|
2049
|
+
return _VpnConnection.default;
|
|
1996
2050
|
}
|
|
1997
2051
|
});
|
|
1998
2052
|
Object.defineProperty(exports, "VpnConnectionStats", {
|
|
1999
2053
|
enumerable: true,
|
|
2000
|
-
get: function
|
|
2001
|
-
return _VpnConnectionStats
|
|
2054
|
+
get: function () {
|
|
2055
|
+
return _VpnConnectionStats.default;
|
|
2002
2056
|
}
|
|
2003
2057
|
});
|
|
2004
2058
|
Object.defineProperty(exports, "VpnConnectionStatsApi", {
|
|
2005
2059
|
enumerable: true,
|
|
2006
|
-
get: function
|
|
2060
|
+
get: function () {
|
|
2007
2061
|
return _vpnconnectionstatsEndpoints.VpnConnectionStatsApi;
|
|
2008
2062
|
}
|
|
2009
2063
|
});
|
|
2010
2064
|
Object.defineProperty(exports, "VpnConnectionsApi", {
|
|
2011
2065
|
enumerable: true,
|
|
2012
|
-
get: function
|
|
2066
|
+
get: function () {
|
|
2013
2067
|
return _vpnconnectionsEndpoints.VpnConnectionsApi;
|
|
2014
2068
|
}
|
|
2015
2069
|
});
|
|
2016
2070
|
Object.defineProperty(exports, "Vtep", {
|
|
2017
2071
|
enumerable: true,
|
|
2018
|
-
get: function
|
|
2019
|
-
return _Vtep
|
|
2072
|
+
get: function () {
|
|
2073
|
+
return _Vtep.default;
|
|
2020
2074
|
}
|
|
2021
2075
|
});
|
|
2022
|
-
exports
|
|
2076
|
+
exports.default = void 0;
|
|
2023
2077
|
var _ApiClient = require("./ApiClient");
|
|
2024
2078
|
var _awssubnetsEndpoints = require("./apis/awssubnets-endpoints");
|
|
2025
2079
|
var _awsvpcsEndpoints = require("./apis/awsvpcs-endpoints");
|
|
@@ -2063,6 +2117,7 @@ var _IPAddressOrFQDN = _interopRequireDefault(require("./models/common/v1/config
|
|
|
2063
2117
|
var _IPv4Address = _interopRequireDefault(require("./models/common/v1/config/IPv4Address"));
|
|
2064
2118
|
var _IPv6Address = _interopRequireDefault(require("./models/common/v1/config/IPv6Address"));
|
|
2065
2119
|
var _KVPair = _interopRequireDefault(require("./models/common/v1/config/KVPair"));
|
|
2120
|
+
var _KVStringPair = _interopRequireDefault(require("./models/common/v1/config/KVStringPair"));
|
|
2066
2121
|
var _MapOfStringWrapper = _interopRequireDefault(require("./models/common/v1/config/MapOfStringWrapper"));
|
|
2067
2122
|
var _Message = _interopRequireDefault(require("./models/common/v1/config/Message"));
|
|
2068
2123
|
var _MessageSeverity = _interopRequireDefault(require("./models/common/v1/config/MessageSeverity"));
|
|
@@ -2084,6 +2139,7 @@ var _AddressTypeObject = _interopRequireDefault(require("./models/networking/v4/
|
|
|
2084
2139
|
var _Algorithm = _interopRequireDefault(require("./models/networking/v4/config/Algorithm"));
|
|
2085
2140
|
var _Anc = _interopRequireDefault(require("./models/networking/v4/config/Anc"));
|
|
2086
2141
|
var _AssignmentType = _interopRequireDefault(require("./models/networking/v4/config/AssignmentType"));
|
|
2142
|
+
var _AssociationStatus = _interopRequireDefault(require("./models/networking/v4/config/AssociationStatus"));
|
|
2087
2143
|
var _AuthenticationAlgorithm = _interopRequireDefault(require("./models/networking/v4/config/AuthenticationAlgorithm"));
|
|
2088
2144
|
var _AuthenticationType = _interopRequireDefault(require("./models/networking/v4/config/AuthenticationType"));
|
|
2089
2145
|
var _AuthorizationData = _interopRequireDefault(require("./models/networking/v4/config/AuthorizationData"));
|
|
@@ -2107,6 +2163,9 @@ var _BridgeProjection = _interopRequireDefault(require("./models/networking/v4/c
|
|
|
2107
2163
|
var _Capability = _interopRequireDefault(require("./models/networking/v4/config/Capability"));
|
|
2108
2164
|
var _CapabilityConfig = _interopRequireDefault(require("./models/networking/v4/config/CapabilityConfig"));
|
|
2109
2165
|
var _CapabilityType = _interopRequireDefault(require("./models/networking/v4/config/CapabilityType"));
|
|
2166
|
+
var _CategoryScope = _interopRequireDefault(require("./models/networking/v4/config/CategoryScope"));
|
|
2167
|
+
var _CategoryTarget = _interopRequireDefault(require("./models/networking/v4/config/CategoryTarget"));
|
|
2168
|
+
var _CategoryVnicSelector = _interopRequireDefault(require("./models/networking/v4/config/CategoryVnicSelector"));
|
|
2110
2169
|
var _CloudSubstrate = _interopRequireDefault(require("./models/networking/v4/config/CloudSubstrate"));
|
|
2111
2170
|
var _Cluster = _interopRequireDefault(require("./models/networking/v4/config/Cluster"));
|
|
2112
2171
|
var _ClusterCapability = _interopRequireDefault(require("./models/networking/v4/config/ClusterCapability"));
|
|
@@ -2140,6 +2199,7 @@ var _GatewayInterface = _interopRequireDefault(require("./models/networking/v4/c
|
|
|
2140
2199
|
var _GatewayManagementInterface = _interopRequireDefault(require("./models/networking/v4/config/GatewayManagementInterface"));
|
|
2141
2200
|
var _GatewayNic = _interopRequireDefault(require("./models/networking/v4/config/GatewayNic"));
|
|
2142
2201
|
var _GatewayNodeReference = _interopRequireDefault(require("./models/networking/v4/config/GatewayNodeReference"));
|
|
2202
|
+
var _GatewayNodesSelector = _interopRequireDefault(require("./models/networking/v4/config/GatewayNodesSelector"));
|
|
2143
2203
|
var _GatewayProjection = _interopRequireDefault(require("./models/networking/v4/config/GatewayProjection"));
|
|
2144
2204
|
var _GatewayRole = _interopRequireDefault(require("./models/networking/v4/config/GatewayRole"));
|
|
2145
2205
|
var _GcpConfig = _interopRequireDefault(require("./models/networking/v4/config/GcpConfig"));
|
|
@@ -2192,7 +2252,9 @@ var _IpFamily = _interopRequireDefault(require("./models/networking/v4/config/Ip
|
|
|
2192
2252
|
var _IpReserveSpec = _interopRequireDefault(require("./models/networking/v4/config/IpReserveSpec"));
|
|
2193
2253
|
var _IpUnreserveSpec = _interopRequireDefault(require("./models/networking/v4/config/IpUnreserveSpec"));
|
|
2194
2254
|
var _IpsecConfig = _interopRequireDefault(require("./models/networking/v4/config/IpsecConfig"));
|
|
2255
|
+
var _KubernetesCluster = _interopRequireDefault(require("./models/networking/v4/config/KubernetesCluster"));
|
|
2195
2256
|
var _Layer2Stretch = _interopRequireDefault(require("./models/networking/v4/config/Layer2Stretch"));
|
|
2257
|
+
var _Layer2StretchProjection = _interopRequireDefault(require("./models/networking/v4/config/Layer2StretchProjection"));
|
|
2196
2258
|
var _LayerFourProtocolObject = _interopRequireDefault(require("./models/networking/v4/config/LayerFourProtocolObject"));
|
|
2197
2259
|
var _LearnedMacAddress = _interopRequireDefault(require("./models/networking/v4/config/LearnedMacAddress"));
|
|
2198
2260
|
var _ListBgpRoutesApiResponse = _interopRequireDefault(require("./models/networking/v4/config/ListBgpRoutesApiResponse"));
|
|
@@ -2303,6 +2365,7 @@ var _SubnetType = _interopRequireDefault(require("./models/networking/v4/config/
|
|
|
2303
2365
|
var _Target = _interopRequireDefault(require("./models/networking/v4/config/Target"));
|
|
2304
2366
|
var _TargetHealth = _interopRequireDefault(require("./models/networking/v4/config/TargetHealth"));
|
|
2305
2367
|
var _TaskReferenceApiResponse = _interopRequireDefault(require("./models/networking/v4/config/TaskReferenceApiResponse"));
|
|
2368
|
+
var _TrafficForwardingMode = _interopRequireDefault(require("./models/networking/v4/config/TrafficForwardingMode"));
|
|
2306
2369
|
var _TrafficMirror = _interopRequireDefault(require("./models/networking/v4/config/TrafficMirror"));
|
|
2307
2370
|
var _TrafficMirrorPort = _interopRequireDefault(require("./models/networking/v4/config/TrafficMirrorPort"));
|
|
2308
2371
|
var _TrafficMirrorPortNicType = _interopRequireDefault(require("./models/networking/v4/config/TrafficMirrorPortNicType"));
|
|
@@ -2356,11 +2419,11 @@ var _TrafficMirrorStats = _interopRequireDefault(require("./models/networking/v4
|
|
|
2356
2419
|
var _VpcNsStats = _interopRequireDefault(require("./models/networking/v4/stats/VpcNsStats"));
|
|
2357
2420
|
var _VpnConnectionStats = _interopRequireDefault(require("./models/networking/v4/stats/VpnConnectionStats"));
|
|
2358
2421
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
2359
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : {
|
|
2422
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
2360
2423
|
// Export base files
|
|
2361
2424
|
// Export APIs
|
|
2362
2425
|
// Export models
|
|
2363
|
-
var _default = exports
|
|
2426
|
+
var _default = exports.default = {
|
|
2364
2427
|
ApiClient: _ApiClient.ApiClient,
|
|
2365
2428
|
AwsSubnetsApi: _awssubnetsEndpoints.AwsSubnetsApi,
|
|
2366
2429
|
AwsVpcsApi: _awsvpcsEndpoints.AwsVpcsApi,
|
|
@@ -2397,304 +2460,313 @@ var _default = exports["default"] = {
|
|
|
2397
2460
|
VpcsApi: _vpcsEndpoints.VpcsApi,
|
|
2398
2461
|
VpnConnectionStatsApi: _vpnconnectionstatsEndpoints.VpnConnectionStatsApi,
|
|
2399
2462
|
VpnConnectionsApi: _vpnconnectionsEndpoints.VpnConnectionsApi,
|
|
2400
|
-
FQDN: _FQDN
|
|
2401
|
-
Flag: _Flag
|
|
2402
|
-
IPAddress: _IPAddress
|
|
2403
|
-
IPAddressOrFQDN: _IPAddressOrFQDN
|
|
2404
|
-
IPv4Address: _IPv4Address
|
|
2405
|
-
IPv6Address: _IPv6Address
|
|
2406
|
-
KVPair: _KVPair
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2463
|
+
FQDN: _FQDN.default,
|
|
2464
|
+
Flag: _Flag.default,
|
|
2465
|
+
IPAddress: _IPAddress.default,
|
|
2466
|
+
IPAddressOrFQDN: _IPAddressOrFQDN.default,
|
|
2467
|
+
IPv4Address: _IPv4Address.default,
|
|
2468
|
+
IPv6Address: _IPv6Address.default,
|
|
2469
|
+
KVPair: _KVPair.default,
|
|
2470
|
+
KVStringPair: _KVStringPair.default,
|
|
2471
|
+
MapOfStringWrapper: _MapOfStringWrapper.default,
|
|
2472
|
+
Message: _Message.default,
|
|
2473
|
+
MessageSeverity: _MessageSeverity.default,
|
|
2474
|
+
Metadata: _Metadata.default,
|
|
2475
|
+
TenantAwareModel: _TenantAwareModel.default,
|
|
2476
|
+
ApiLink: _ApiLink.default,
|
|
2477
|
+
ApiResponseMetadata: _ApiResponseMetadata.default,
|
|
2478
|
+
ExternalizableAbstractModel: _ExternalizableAbstractModel.default,
|
|
2479
|
+
DownSamplingOperator: _DownSamplingOperator.default,
|
|
2480
|
+
AwsSubnet: _AwsSubnet.default,
|
|
2481
|
+
AwsVpc: _AwsVpc.default,
|
|
2482
|
+
Capabilities: _Capabilities.default,
|
|
2483
|
+
CloudType: _CloudType.default,
|
|
2484
|
+
ListAwsSubnetsApiResponse: _ListAwsSubnetsApiResponse.default,
|
|
2485
|
+
ListAwsVpcsApiResponse: _ListAwsVpcsApiResponse.default,
|
|
2486
|
+
SubnetCapabilities: _SubnetCapabilities.default,
|
|
2487
|
+
AddressType: _AddressType.default,
|
|
2488
|
+
AddressTypeObject: _AddressTypeObject.default,
|
|
2489
|
+
Algorithm: _Algorithm.default,
|
|
2490
|
+
Anc: _Anc.default,
|
|
2491
|
+
AssignmentType: _AssignmentType.default,
|
|
2492
|
+
AssociationStatus: _AssociationStatus.default,
|
|
2493
|
+
AuthenticationAlgorithm: _AuthenticationAlgorithm.default,
|
|
2494
|
+
AuthenticationType: _AuthenticationType.default,
|
|
2495
|
+
AuthorizationData: _AuthorizationData.default,
|
|
2496
|
+
AwsConfig: _AwsConfig.default,
|
|
2497
|
+
AwsExternalSubnetConfig: _AwsExternalSubnetConfig.default,
|
|
2498
|
+
AwsSubnetConfig: _AwsSubnetConfig.default,
|
|
2499
|
+
AzureConfig: _AzureConfig.default,
|
|
2500
|
+
AzureExternalSubnetBinding: _AzureExternalSubnetBinding.default,
|
|
2501
|
+
AzureExternalSubnetConfig: _AzureExternalSubnetConfig.default,
|
|
2502
|
+
BaseRoute: _BaseRoute.default,
|
|
2503
|
+
BgpCommunity: _BgpCommunity.default,
|
|
2504
|
+
BgpConfig: _BgpConfig.default,
|
|
2505
|
+
BgpInfo: _BgpInfo.default,
|
|
2506
|
+
BgpRoute: _BgpRoute.default,
|
|
2507
|
+
BgpRouteType: _BgpRouteType.default,
|
|
2508
|
+
BgpSession: _BgpSession.default,
|
|
2509
|
+
BgpSessionProjection: _BgpSessionProjection.default,
|
|
2510
|
+
BondModeType: _BondModeType.default,
|
|
2511
|
+
Bridge: _Bridge.default,
|
|
2512
|
+
BridgeProjection: _BridgeProjection.default,
|
|
2513
|
+
Capability: _Capability.default,
|
|
2514
|
+
CapabilityConfig: _CapabilityConfig.default,
|
|
2515
|
+
CapabilityType: _CapabilityType.default,
|
|
2516
|
+
CategoryScope: _CategoryScope.default,
|
|
2517
|
+
CategoryTarget: _CategoryTarget.default,
|
|
2518
|
+
CategoryVnicSelector: _CategoryVnicSelector.default,
|
|
2519
|
+
CloudSubstrate: _CloudSubstrate.default,
|
|
2520
|
+
Cluster: _Cluster.default,
|
|
2521
|
+
ClusterCapability: _ClusterCapability.default,
|
|
2522
|
+
ClusterFlowStatus: _ClusterFlowStatus.default,
|
|
2523
|
+
ClusterHealth: _ClusterHealth.default,
|
|
2524
|
+
ClusterStatus: _ClusterStatus.default,
|
|
2525
|
+
ControllerStatus: _ControllerStatus.default,
|
|
2526
|
+
DataPlaneHealthCheckConfig: _DataPlaneHealthCheckConfig.default,
|
|
2527
|
+
DefaultVlanStack: _DefaultVlanStack.default,
|
|
2528
|
+
DhcpOptions: _DhcpOptions.default,
|
|
2529
|
+
DpdConfig: _DpdConfig.default,
|
|
2530
|
+
DpdOperation: _DpdOperation.default,
|
|
2531
|
+
EncryptionAlgorithm: _EncryptionAlgorithm.default,
|
|
2532
|
+
ExportScope: _ExportScope.default,
|
|
2533
|
+
ExporterProtocol: _ExporterProtocol.default,
|
|
2534
|
+
ExternalDhcpServer: _ExternalDhcpServer.default,
|
|
2535
|
+
ExternalSubnet: _ExternalSubnet.default,
|
|
2536
|
+
FailureHandling: _FailureHandling.default,
|
|
2537
|
+
FloatingIPAddress: _FloatingIPAddress.default,
|
|
2538
|
+
FloatingIPv4Address: _FloatingIPv4Address.default,
|
|
2539
|
+
FloatingIPv6Address: _FloatingIPv6Address.default,
|
|
2540
|
+
FloatingIp: _FloatingIp.default,
|
|
2541
|
+
FloatingIpProjection: _FloatingIpProjection.default,
|
|
2542
|
+
FlowGateway: _FlowGateway.default,
|
|
2543
|
+
FlowGatewayKeepAliveRequestSpec: _FlowGatewayKeepAliveRequestSpec.default,
|
|
2544
|
+
FlowGatewayState: _FlowGatewayState.default,
|
|
2545
|
+
FlowGatewayStatus: _FlowGatewayStatus.default,
|
|
2546
|
+
Gateway: _Gateway.default,
|
|
2547
|
+
GatewayDeployment: _GatewayDeployment.default,
|
|
2548
|
+
GatewayInterface: _GatewayInterface.default,
|
|
2549
|
+
GatewayManagementInterface: _GatewayManagementInterface.default,
|
|
2550
|
+
GatewayNic: _GatewayNic.default,
|
|
2551
|
+
GatewayNodeReference: _GatewayNodeReference.default,
|
|
2552
|
+
GatewayNodesSelector: _GatewayNodesSelector.default,
|
|
2553
|
+
GatewayProjection: _GatewayProjection.default,
|
|
2554
|
+
GatewayRole: _GatewayRole.default,
|
|
2555
|
+
GcpConfig: _GcpConfig.default,
|
|
2556
|
+
GcpExternalSubnetConfig: _GcpExternalSubnetConfig.default,
|
|
2557
|
+
GcpSubnetConfig: _GcpSubnetConfig.default,
|
|
2558
|
+
GetBgpRouteApiResponse: _GetBgpRouteApiResponse.default,
|
|
2559
|
+
GetBgpSessionApiResponse: _GetBgpSessionApiResponse.default,
|
|
2560
|
+
GetFloatingIpApiResponse: _GetFloatingIpApiResponse.default,
|
|
2561
|
+
GetGatewayApiResponse: _GetGatewayApiResponse.default,
|
|
2562
|
+
GetIPFIXExporterApiResponse: _GetIPFIXExporterApiResponse.default,
|
|
2563
|
+
GetLayer2StretchApiResponse: _GetLayer2StretchApiResponse.default,
|
|
2564
|
+
GetLearnedMacAddressApiResponse: _GetLearnedMacAddressApiResponse.default,
|
|
2565
|
+
GetLoadBalancerSessionApiResponse: _GetLoadBalancerSessionApiResponse.default,
|
|
2566
|
+
GetNetworkControllerApiResponse: _GetNetworkControllerApiResponse.default,
|
|
2567
|
+
GetNetworkFunctionApiResponse: _GetNetworkFunctionApiResponse.default,
|
|
2568
|
+
GetNicProfileApiResponse: _GetNicProfileApiResponse.default,
|
|
2569
|
+
GetRemoteSubnetApiResponse: _GetRemoteSubnetApiResponse.default,
|
|
2570
|
+
GetRouteApiResponse: _GetRouteApiResponse.default,
|
|
2571
|
+
GetRouteTableApiResponse: _GetRouteTableApiResponse.default,
|
|
2572
|
+
GetRoutingPolicyApiResponse: _GetRoutingPolicyApiResponse.default,
|
|
2573
|
+
GetSubnetApiResponse: _GetSubnetApiResponse.default,
|
|
2574
|
+
GetTrafficMirrorApiResponse: _GetTrafficMirrorApiResponse.default,
|
|
2575
|
+
GetUplinkBondApiResponse: _GetUplinkBondApiResponse.default,
|
|
2576
|
+
GetVirtualSwitchApiResponse: _GetVirtualSwitchApiResponse.default,
|
|
2577
|
+
GetVpcApiResponse: _GetVpcApiResponse.default,
|
|
2578
|
+
GetVpnConnectionApiResponse: _GetVpnConnectionApiResponse.default,
|
|
2579
|
+
HealthCheck: _HealthCheck.default,
|
|
2580
|
+
HealthStatus: _HealthStatus.default,
|
|
2581
|
+
HighAvailabilityMode: _HighAvailabilityMode.default,
|
|
2582
|
+
Host: _Host.default,
|
|
2583
|
+
HostNic: _HostNic.default,
|
|
2584
|
+
HostNicComplianceStatus: _HostNicComplianceStatus.default,
|
|
2585
|
+
HostNicReference: _HostNicReference.default,
|
|
2586
|
+
ICMPObject: _ICMPObject.default,
|
|
2587
|
+
IPConfig: _IPConfig.default,
|
|
2588
|
+
IPFIXExporter: _IPFIXExporter.default,
|
|
2589
|
+
IPPoolUsage: _IPPoolUsage.default,
|
|
2590
|
+
IPSubnet: _IPSubnet.default,
|
|
2591
|
+
IPUsage: _IPUsage.default,
|
|
2592
|
+
IPv4Config: _IPv4Config.default,
|
|
2593
|
+
IPv4Pool: _IPv4Pool.default,
|
|
2594
|
+
IPv4Subnet: _IPv4Subnet.default,
|
|
2595
|
+
IPv6Config: _IPv6Config.default,
|
|
2596
|
+
IPv6Pool: _IPv6Pool.default,
|
|
2597
|
+
IPv6Subnet: _IPv6Subnet.default,
|
|
2598
|
+
IbgpConfig: _IbgpConfig.default,
|
|
2599
|
+
IgmpSpec: _IgmpSpec.default,
|
|
2600
|
+
InternalRoutingConfig: _InternalRoutingConfig.default,
|
|
2601
|
+
IpFamily: _IpFamily.default,
|
|
2602
|
+
IpReserveSpec: _IpReserveSpec.default,
|
|
2603
|
+
IpUnreserveSpec: _IpUnreserveSpec.default,
|
|
2604
|
+
IpsecConfig: _IpsecConfig.default,
|
|
2605
|
+
KubernetesCluster: _KubernetesCluster.default,
|
|
2606
|
+
Layer2Stretch: _Layer2Stretch.default,
|
|
2607
|
+
Layer2StretchProjection: _Layer2StretchProjection.default,
|
|
2608
|
+
LayerFourProtocolObject: _LayerFourProtocolObject.default,
|
|
2609
|
+
LearnedMacAddress: _LearnedMacAddress.default,
|
|
2610
|
+
ListBgpRoutesApiResponse: _ListBgpRoutesApiResponse.default,
|
|
2611
|
+
ListBgpSessionsApiResponse: _ListBgpSessionsApiResponse.default,
|
|
2612
|
+
ListClusterCapabilitiesApiResponse: _ListClusterCapabilitiesApiResponse.default,
|
|
2613
|
+
ListFloatingIpsApiResponse: _ListFloatingIpsApiResponse.default,
|
|
2614
|
+
ListGatewaysApiResponse: _ListGatewaysApiResponse.default,
|
|
2615
|
+
ListIPFIXExportersApiResponse: _ListIPFIXExportersApiResponse.default,
|
|
2616
|
+
ListLayer2StretchesApiResponse: _ListLayer2StretchesApiResponse.default,
|
|
2617
|
+
ListLearnedMacAddressesApiResponse: _ListLearnedMacAddressesApiResponse.default,
|
|
2618
|
+
ListLoadBalancerSessionsApiResponse: _ListLoadBalancerSessionsApiResponse.default,
|
|
2619
|
+
ListNetworkControllersApiResponse: _ListNetworkControllersApiResponse.default,
|
|
2620
|
+
ListNetworkFunctionsApiResponse: _ListNetworkFunctionsApiResponse.default,
|
|
2621
|
+
ListNicProfilesApiResponse: _ListNicProfilesApiResponse.default,
|
|
2622
|
+
ListNodeSchedulableStatusesApiResponse: _ListNodeSchedulableStatusesApiResponse.default,
|
|
2623
|
+
ListRemoteSubnetsApiResponse: _ListRemoteSubnetsApiResponse.default,
|
|
2624
|
+
ListRouteTablesApiResponse: _ListRouteTablesApiResponse.default,
|
|
2625
|
+
ListRoutesApiResponse: _ListRoutesApiResponse.default,
|
|
2626
|
+
ListRoutingPoliciesApiResponse: _ListRoutingPoliciesApiResponse.default,
|
|
2627
|
+
ListSubnetReservedIpsApiResponse: _ListSubnetReservedIpsApiResponse.default,
|
|
2628
|
+
ListSubnetVnicsApiResponse: _ListSubnetVnicsApiResponse.default,
|
|
2629
|
+
ListSubnetsApiResponse: _ListSubnetsApiResponse.default,
|
|
2630
|
+
ListTrafficMirrorsApiResponse: _ListTrafficMirrorsApiResponse.default,
|
|
2631
|
+
ListUplinkBondsApiResponse: _ListUplinkBondsApiResponse.default,
|
|
2632
|
+
ListVirtualSwitchesApiResponse: _ListVirtualSwitchesApiResponse.default,
|
|
2633
|
+
ListVpcVirtualSwitchMappingsApiResponse: _ListVpcVirtualSwitchMappingsApiResponse.default,
|
|
2634
|
+
ListVpcsApiResponse: _ListVpcsApiResponse.default,
|
|
2635
|
+
ListVpnConnectionsApiResponse: _ListVpnConnectionsApiResponse.default,
|
|
2636
|
+
ListVpnVendorConfigsApiResponse: _ListVpnVendorConfigsApiResponse.default,
|
|
2637
|
+
Listener: _Listener.default,
|
|
2638
|
+
LoadBalancerSession: _LoadBalancerSession.default,
|
|
2639
|
+
LoadBalancerSessionAssociation: _LoadBalancerSessionAssociation.default,
|
|
2640
|
+
LoadBalancerSessionProjection: _LoadBalancerSessionProjection.default,
|
|
2641
|
+
LoadBalancerSessionType: _LoadBalancerSessionType.default,
|
|
2642
|
+
LocalBgpGateway: _LocalBgpGateway.default,
|
|
2643
|
+
LocalBgpService: _LocalBgpService.default,
|
|
2644
|
+
LocalNetworkServices: _LocalNetworkServices.default,
|
|
2645
|
+
LocalVpnService: _LocalVpnService.default,
|
|
2646
|
+
LocalVtepService: _LocalVtepService.default,
|
|
2647
|
+
MacAddress: _MacAddress.default,
|
|
2648
|
+
MacType: _MacType.default,
|
|
2649
|
+
MigrationState: _MigrationState.default,
|
|
2650
|
+
NetworkCloudConfig: _NetworkCloudConfig.default,
|
|
2651
|
+
NetworkController: _NetworkController.default,
|
|
2652
|
+
NetworkFunction: _NetworkFunction.default,
|
|
2653
|
+
NetworkFunctionProjection: _NetworkFunctionProjection.default,
|
|
2654
|
+
NetworkingBaseModel: _NetworkingBaseModel.default,
|
|
2655
|
+
Nexthop: _Nexthop.default,
|
|
2656
|
+
NexthopType: _NexthopType.default,
|
|
2657
|
+
NicHighAvailabilityState: _NicHighAvailabilityState.default,
|
|
2658
|
+
NicPair: _NicPair.default,
|
|
2659
|
+
NicProfile: _NicProfile.default,
|
|
2660
|
+
NicProfileProjection: _NicProfileProjection.default,
|
|
2661
|
+
NicTarget: _NicTarget.default,
|
|
2662
|
+
NodeHealth: _NodeHealth.default,
|
|
2663
|
+
NodeSchedulableStatus: _NodeSchedulableStatus.default,
|
|
2664
|
+
NodeSchedulableStatusProjection: _NodeSchedulableStatusProjection.default,
|
|
2665
|
+
NodeServiceHealth: _NodeServiceHealth.default,
|
|
2666
|
+
NodeServiceName: _NodeServiceName.default,
|
|
2667
|
+
OspfConfig: _OspfConfig.default,
|
|
2668
|
+
OwnerType: _OwnerType.default,
|
|
2669
|
+
PortRange: _PortRange.default,
|
|
2670
|
+
PrivateIpAssociation: _PrivateIpAssociation.default,
|
|
2671
|
+
Protocol: _Protocol.default,
|
|
2672
|
+
ProtocolNumberObject: _ProtocolNumberObject.default,
|
|
2673
|
+
ProtocolType: _ProtocolType.default,
|
|
2674
|
+
PublicIpMapping: _PublicIpMapping.default,
|
|
2675
|
+
QosConfig: _QosConfig.default,
|
|
2676
|
+
QuerierSpec: _QuerierSpec.default,
|
|
2677
|
+
RemoteBgpGateway: _RemoteBgpGateway.default,
|
|
2678
|
+
RemoteBgpService: _RemoteBgpService.default,
|
|
2679
|
+
RemoteNetworkServices: _RemoteNetworkServices.default,
|
|
2680
|
+
RemoteSubnet: _RemoteSubnet.default,
|
|
2681
|
+
RemoteVpnConnection: _RemoteVpnConnection.default,
|
|
2682
|
+
RemoteVpnConnectionApiResponse: _RemoteVpnConnectionApiResponse.default,
|
|
2683
|
+
RemoteVpnConnectionListApiResponse: _RemoteVpnConnectionListApiResponse.default,
|
|
2684
|
+
RemoteVpnService: _RemoteVpnService.default,
|
|
2685
|
+
RemoteVtepGateway: _RemoteVtepGateway.default,
|
|
2686
|
+
RemoteVtepGatewayApiResponse: _RemoteVtepGatewayApiResponse.default,
|
|
2687
|
+
RemoteVtepGatewayListApiResponse: _RemoteVtepGatewayListApiResponse.default,
|
|
2688
|
+
RemoteVtepService: _RemoteVtepService.default,
|
|
2689
|
+
RemoteVtepStretchStatus: _RemoteVtepStretchStatus.default,
|
|
2690
|
+
RerouteFallbackAction: _RerouteFallbackAction.default,
|
|
2691
|
+
RerouteParam: _RerouteParam.default,
|
|
2692
|
+
ReserveType: _ReserveType.default,
|
|
2693
|
+
ReservedIp: _ReservedIp.default,
|
|
2694
|
+
Route: _Route.default,
|
|
2695
|
+
RouteTable: _RouteTable.default,
|
|
2696
|
+
RouteType: _RouteType.default,
|
|
2697
|
+
RoutingPolicy: _RoutingPolicy.default,
|
|
2698
|
+
RoutingPolicyAction: _RoutingPolicyAction.default,
|
|
2699
|
+
RoutingPolicyActionType: _RoutingPolicyActionType.default,
|
|
2700
|
+
RoutingPolicyMatchCondition: _RoutingPolicyMatchCondition.default,
|
|
2701
|
+
RoutingPolicyProjection: _RoutingPolicyProjection.default,
|
|
2702
|
+
RoutingPolicyRule: _RoutingPolicyRule.default,
|
|
2703
|
+
ScopeType: _ScopeType.default,
|
|
2704
|
+
SharedServiceHealth: _SharedServiceHealth.default,
|
|
2705
|
+
SharedServiceName: _SharedServiceName.default,
|
|
2706
|
+
SiteParams: _SiteParams.default,
|
|
2707
|
+
State: _State.default,
|
|
2708
|
+
Status: _Status.default,
|
|
2709
|
+
StretchConnectionType: _StretchConnectionType.default,
|
|
2710
|
+
StretchStatus: _StretchStatus.default,
|
|
2711
|
+
Subnet: _Subnet.default,
|
|
2712
|
+
SubnetInfo: _SubnetInfo.default,
|
|
2713
|
+
SubnetProjection: _SubnetProjection.default,
|
|
2714
|
+
SubnetType: _SubnetType.default,
|
|
2715
|
+
Target: _Target.default,
|
|
2716
|
+
TargetHealth: _TargetHealth.default,
|
|
2717
|
+
ConfigTaskReferenceApiResponse: _TaskReferenceApiResponse.default,
|
|
2718
|
+
TrafficForwardingMode: _TrafficForwardingMode.default,
|
|
2719
|
+
TrafficMirror: _TrafficMirror.default,
|
|
2720
|
+
TrafficMirrorPort: _TrafficMirrorPort.default,
|
|
2721
|
+
TrafficMirrorPortNicType: _TrafficMirrorPortNicType.default,
|
|
2722
|
+
TrafficMirrorSourcePort: _TrafficMirrorSourcePort.default,
|
|
2723
|
+
TrafficMirrorSourcePortDirection: _TrafficMirrorSourcePortDirection.default,
|
|
2724
|
+
TrafficMirrorState: _TrafficMirrorState.default,
|
|
2725
|
+
UnreserveType: _UnreserveType.default,
|
|
2726
|
+
UplinkBond: _UplinkBond.default,
|
|
2727
|
+
UplinkBondLacpStatus: _UplinkBondLacpStatus.default,
|
|
2728
|
+
UplinkBondType: _UplinkBondType.default,
|
|
2729
|
+
UplinkBondVirtualSwitchInfo: _UplinkBondVirtualSwitchInfo.default,
|
|
2730
|
+
VirtualIP: _VirtualIP.default,
|
|
2731
|
+
VirtualSwitch: _VirtualSwitch.default,
|
|
2732
|
+
VirtualSwitchProjection: _VirtualSwitchProjection.default,
|
|
2733
|
+
VlanSubnetMigrationSpec: _VlanSubnetMigrationSpec.default,
|
|
2734
|
+
Vm: _Vm.default,
|
|
2735
|
+
VmNic: _VmNic.default,
|
|
2736
|
+
VmNicAssociation: _VmNicAssociation.default,
|
|
2737
|
+
VmNicProjection: _VmNicProjection.default,
|
|
2738
|
+
VmProjection: _VmProjection.default,
|
|
2739
|
+
Vnic: _Vnic.default,
|
|
2740
|
+
VnicMigrationItemSpec: _VnicMigrationItemSpec.default,
|
|
2741
|
+
Vpc: _Vpc.default,
|
|
2742
|
+
VpcDhcpOptions: _VpcDhcpOptions.default,
|
|
2743
|
+
VpcGlobalConfig: _VpcGlobalConfig.default,
|
|
2744
|
+
VpcName: _VpcName.default,
|
|
2745
|
+
VpcNameProjection: _VpcNameProjection.default,
|
|
2746
|
+
VpcProjection: _VpcProjection.default,
|
|
2747
|
+
VpcType: _VpcType.default,
|
|
2748
|
+
VpcVirtualSwitchMapping: _VpcVirtualSwitchMapping.default,
|
|
2749
|
+
VpnAppliance: _VpnAppliance.default,
|
|
2750
|
+
VpnConnection: _VpnConnection.default,
|
|
2751
|
+
Vtep: _Vtep.default,
|
|
2752
|
+
AppMessage: _AppMessage.default,
|
|
2753
|
+
ErrorResponse: _ErrorResponse.default,
|
|
2754
|
+
SchemaValidationError: _SchemaValidationError.default,
|
|
2755
|
+
SchemaValidationErrorMessage: _SchemaValidationErrorMessage.default,
|
|
2756
|
+
GetLayer2StretchStatsApiResponse: _GetLayer2StretchStatsApiResponse.default,
|
|
2757
|
+
GetTrafficMirrorStatsApiResponse: _GetTrafficMirrorStatsApiResponse.default,
|
|
2758
|
+
GetVpcNsStatsApiResponse: _GetVpcNsStatsApiResponse.default,
|
|
2759
|
+
GetVpnConnectionStatsApiResponse: _GetVpnConnectionStatsApiResponse.default,
|
|
2760
|
+
Layer2StretchStats: _Layer2StretchStats.default,
|
|
2761
|
+
ListenerStats: _ListenerStats.default,
|
|
2762
|
+
LoadBalancerSessionStats: _LoadBalancerSessionStats.default,
|
|
2763
|
+
LoadBalancerSessionStatsApiResponse: _LoadBalancerSessionStatsApiResponse.default,
|
|
2764
|
+
RoutingPolicyClearCountersSpec: _RoutingPolicyClearCountersSpec.default,
|
|
2765
|
+
StatsQueryResponseBase: _StatsQueryResponseBase.default,
|
|
2766
|
+
TargetStats: _TargetStats.default,
|
|
2767
|
+
StatsTaskReferenceApiResponse: _TaskReferenceApiResponse2.default,
|
|
2768
|
+
TrafficMirrorStats: _TrafficMirrorStats.default,
|
|
2769
|
+
VpcNsStats: _VpcNsStats.default,
|
|
2770
|
+
VpnConnectionStats: _VpnConnectionStats.default,
|
|
2771
|
+
TaskReference: _TaskReference.default
|
|
2700
2772
|
};
|