@nutanix-scratch/networking-js-client 4.1.1 → 4.3.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 +1630 -1459
- 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 +2 -2
- package/dist/es/apis/awssubnets-endpoints.js +64 -75
- 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 +2 -2
- package/dist/es/apis/bgproutes-endpoints.js +106 -118
- package/dist/es/apis/bgpsessions-endpoints.d.ts +2 -2
- 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 +2 -2
- package/dist/es/apis/clustercapabilities-endpoints.js +57 -68
- package/dist/es/apis/floatingips-endpoints.d.ts +2 -2
- package/dist/es/apis/floatingips-endpoints.js +210 -224
- package/dist/es/apis/gateways-endpoints.d.ts +2 -2
- package/dist/es/apis/gateways-endpoints.js +247 -261
- package/dist/es/apis/ipfixexporters-endpoints.d.ts +2 -2
- package/dist/es/apis/ipfixexporters-endpoints.js +207 -222
- package/dist/es/apis/layer2stretches-endpoints.d.ts +2 -2
- package/dist/es/apis/layer2stretches-endpoints.js +207 -222
- package/dist/es/apis/layer2stretchstats-endpoints.d.ts +3 -2
- package/dist/es/apis/layer2stretchstats-endpoints.js +78 -86
- package/dist/es/apis/loadbalancersessions-endpoints.d.ts +2 -2
- package/dist/es/apis/loadbalancersessions-endpoints.js +217 -229
- package/dist/es/apis/loadbalancersessionstats-endpoints.d.ts +3 -2
- package/dist/es/apis/loadbalancersessionstats-endpoints.js +74 -84
- package/dist/es/apis/macaddresses-endpoints.d.ts +2 -2
- 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 +6 -6
- package/dist/es/apis/networkfunctions-endpoints.js +208 -223
- package/dist/es/apis/nicprofiles-endpoints.d.ts +2 -2
- package/dist/es/apis/nicprofiles-endpoints.js +297 -313
- package/dist/es/apis/remoteentities-endpoints.d.ts +4 -4
- package/dist/es/apis/remoteentities-endpoints.js +284 -290
- package/dist/es/apis/routes-endpoints.d.ts +2 -2
- package/dist/es/apis/routes-endpoints.js +238 -253
- package/dist/es/apis/routetables-endpoints.d.ts +2 -2
- package/dist/es/apis/routetables-endpoints.js +94 -106
- package/dist/es/apis/routingpolicies-endpoints.d.ts +2 -2
- 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 +2 -2
- package/dist/es/apis/subnetipreservation-endpoints.js +152 -164
- 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 +3 -3
- package/dist/es/apis/subnets-endpoints.js +266 -274
- package/dist/es/apis/trafficmirrors-endpoints.d.ts +2 -2
- package/dist/es/apis/trafficmirrors-endpoints.js +207 -222
- package/dist/es/apis/trafficmirrorstats-endpoints.d.ts +3 -2
- package/dist/es/apis/trafficmirrorstats-endpoints.js +74 -84
- package/dist/es/apis/uplinkbonds-endpoints.d.ts +2 -2
- package/dist/es/apis/uplinkbonds-endpoints.js +94 -106
- package/dist/es/apis/virtualswitches-endpoints.d.ts +2 -2
- package/dist/es/apis/virtualswitches-endpoints.js +223 -243
- package/dist/es/apis/virtualswitchnodesinfo-endpoints.d.ts +2 -2
- package/dist/es/apis/virtualswitchnodesinfo-endpoints.js +58 -70
- package/dist/es/apis/vpcnsstats-endpoints.d.ts +3 -2
- package/dist/es/apis/vpcnsstats-endpoints.js +83 -91
- package/dist/es/apis/vpcs-endpoints.d.ts +2 -2
- package/dist/es/apis/vpcs-endpoints.js +210 -224
- package/dist/es/apis/vpcvirtualswitchmappings-endpoints.d.ts +2 -2
- package/dist/es/apis/vpcvirtualswitchmappings-endpoints.js +98 -110
- package/dist/es/apis/vpnconnections-endpoints.d.ts +3 -3
- package/dist/es/apis/vpnconnections-endpoints.js +296 -308
- package/dist/es/apis/vpnconnectionstats-endpoints.d.ts +3 -2
- package/dist/es/apis/vpnconnectionstats-endpoints.js +78 -86
- package/dist/es/index.d.ts +31 -1
- package/dist/es/index.js +1059 -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 +22 -346
- package/dist/es/models/networking/v4/config/Gateway.js +515 -519
- package/dist/es/models/networking/v4/config/GatewayDeployment.d.ts +5 -149
- package/dist/es/models/networking/v4/config/GatewayDeployment.js +353 -418
- package/dist/es/models/networking/v4/config/GatewayInterface.d.ts +2 -47
- package/dist/es/models/networking/v4/config/GatewayInterface.js +242 -290
- 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 +233 -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/HighAvailabilityAlgorithm.d.ts +19 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityAlgorithm.js +77 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityGroup.d.ts +67 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityGroup.js +311 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityMode.js +7 -9
- package/dist/es/models/networking/v4/config/HighAvailabilityState.d.ts +19 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityState.js +89 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityStatus.d.ts +57 -0
- package/dist/es/models/networking/v4/config/HighAvailabilityStatus.js +269 -0
- 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 +11 -202
- package/dist/es/models/networking/v4/config/Layer2Stretch.js +386 -411
- package/dist/es/models/networking/v4/config/Layer2StretchProjection.d.ts +12 -0
- package/dist/es/models/networking/v4/config/Layer2StretchProjection.js +133 -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/PeeredGateway.d.ts +57 -0
- package/dist/es/models/networking/v4/config/PeeredGateway.js +272 -0
- 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/ProjectReference.d.ts +57 -0
- package/dist/es/models/networking/v4/config/ProjectReference.js +243 -0
- 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 +22 -32
- package/dist/es/models/networking/v4/config/RemoteVtepGateway.js +371 -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 +12 -34
- package/dist/es/models/networking/v4/config/RemoteVtepStretchStatus.js +195 -202
- 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 +12 -66
- package/dist/es/models/networking/v4/config/SiteParams.js +301 -316
- package/dist/es/models/networking/v4/config/State.js +27 -11
- 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 +2 -2
- package/dist/lib/apis/awssubnets-endpoints.js +64 -75
- 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 +2 -2
- package/dist/lib/apis/bgproutes-endpoints.js +106 -118
- package/dist/lib/apis/bgpsessions-endpoints.d.ts +2 -2
- 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 +2 -2
- package/dist/lib/apis/clustercapabilities-endpoints.js +57 -68
- package/dist/lib/apis/floatingips-endpoints.d.ts +2 -2
- package/dist/lib/apis/floatingips-endpoints.js +210 -224
- package/dist/lib/apis/gateways-endpoints.d.ts +2 -2
- package/dist/lib/apis/gateways-endpoints.js +247 -261
- package/dist/lib/apis/ipfixexporters-endpoints.d.ts +2 -2
- package/dist/lib/apis/ipfixexporters-endpoints.js +207 -222
- package/dist/lib/apis/layer2stretches-endpoints.d.ts +2 -2
- package/dist/lib/apis/layer2stretches-endpoints.js +207 -222
- package/dist/lib/apis/layer2stretchstats-endpoints.d.ts +3 -2
- package/dist/lib/apis/layer2stretchstats-endpoints.js +78 -86
- package/dist/lib/apis/loadbalancersessions-endpoints.d.ts +2 -2
- package/dist/lib/apis/loadbalancersessions-endpoints.js +217 -229
- package/dist/lib/apis/loadbalancersessionstats-endpoints.d.ts +3 -2
- package/dist/lib/apis/loadbalancersessionstats-endpoints.js +74 -84
- package/dist/lib/apis/macaddresses-endpoints.d.ts +2 -2
- 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 +6 -6
- package/dist/lib/apis/networkfunctions-endpoints.js +208 -223
- package/dist/lib/apis/nicprofiles-endpoints.d.ts +2 -2
- package/dist/lib/apis/nicprofiles-endpoints.js +297 -313
- package/dist/lib/apis/remoteentities-endpoints.d.ts +4 -4
- package/dist/lib/apis/remoteentities-endpoints.js +284 -290
- package/dist/lib/apis/routes-endpoints.d.ts +2 -2
- package/dist/lib/apis/routes-endpoints.js +238 -253
- package/dist/lib/apis/routetables-endpoints.d.ts +2 -2
- package/dist/lib/apis/routetables-endpoints.js +94 -106
- package/dist/lib/apis/routingpolicies-endpoints.d.ts +2 -2
- 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 +2 -2
- package/dist/lib/apis/subnetipreservation-endpoints.js +152 -164
- 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 +3 -3
- package/dist/lib/apis/subnets-endpoints.js +266 -274
- package/dist/lib/apis/trafficmirrors-endpoints.d.ts +2 -2
- package/dist/lib/apis/trafficmirrors-endpoints.js +207 -222
- package/dist/lib/apis/trafficmirrorstats-endpoints.d.ts +3 -2
- package/dist/lib/apis/trafficmirrorstats-endpoints.js +74 -84
- package/dist/lib/apis/uplinkbonds-endpoints.d.ts +2 -2
- package/dist/lib/apis/uplinkbonds-endpoints.js +94 -106
- package/dist/lib/apis/virtualswitches-endpoints.d.ts +2 -2
- package/dist/lib/apis/virtualswitches-endpoints.js +223 -243
- package/dist/lib/apis/virtualswitchnodesinfo-endpoints.d.ts +2 -2
- package/dist/lib/apis/virtualswitchnodesinfo-endpoints.js +58 -70
- package/dist/lib/apis/vpcnsstats-endpoints.d.ts +3 -2
- package/dist/lib/apis/vpcnsstats-endpoints.js +83 -91
- package/dist/lib/apis/vpcs-endpoints.d.ts +2 -2
- package/dist/lib/apis/vpcs-endpoints.js +210 -224
- package/dist/lib/apis/vpcvirtualswitchmappings-endpoints.d.ts +2 -2
- package/dist/lib/apis/vpcvirtualswitchmappings-endpoints.js +98 -110
- package/dist/lib/apis/vpnconnections-endpoints.d.ts +3 -3
- package/dist/lib/apis/vpnconnections-endpoints.js +296 -308
- package/dist/lib/apis/vpnconnectionstats-endpoints.d.ts +3 -2
- package/dist/lib/apis/vpnconnectionstats-endpoints.js +78 -86
- package/dist/lib/index.d.ts +31 -1
- package/dist/lib/index.js +1059 -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 +22 -346
- package/dist/lib/models/networking/v4/config/Gateway.js +515 -519
- package/dist/lib/models/networking/v4/config/GatewayDeployment.d.ts +5 -149
- package/dist/lib/models/networking/v4/config/GatewayDeployment.js +353 -418
- package/dist/lib/models/networking/v4/config/GatewayInterface.d.ts +2 -47
- package/dist/lib/models/networking/v4/config/GatewayInterface.js +242 -290
- 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 +233 -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/HighAvailabilityAlgorithm.d.ts +19 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityAlgorithm.js +77 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityGroup.d.ts +67 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityGroup.js +311 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityMode.js +7 -9
- package/dist/lib/models/networking/v4/config/HighAvailabilityState.d.ts +19 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityState.js +89 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityStatus.d.ts +57 -0
- package/dist/lib/models/networking/v4/config/HighAvailabilityStatus.js +269 -0
- 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 +11 -202
- package/dist/lib/models/networking/v4/config/Layer2Stretch.js +386 -411
- package/dist/lib/models/networking/v4/config/Layer2StretchProjection.d.ts +12 -0
- package/dist/lib/models/networking/v4/config/Layer2StretchProjection.js +133 -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/PeeredGateway.d.ts +57 -0
- package/dist/lib/models/networking/v4/config/PeeredGateway.js +272 -0
- 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/ProjectReference.d.ts +57 -0
- package/dist/lib/models/networking/v4/config/ProjectReference.js +243 -0
- 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 +22 -32
- package/dist/lib/models/networking/v4/config/RemoteVtepGateway.js +371 -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 +12 -34
- package/dist/lib/models/networking/v4/config/RemoteVtepStretchStatus.js +195 -202
- 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 +12 -66
- package/dist/lib/models/networking/v4/config/SiteParams.js +301 -316
- package/dist/lib/models/networking/v4/config/State.js +27 -11
- 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,2111 @@ 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;
|
|
724
|
+
}
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(exports, "HighAvailabilityAlgorithm", {
|
|
727
|
+
enumerable: true,
|
|
728
|
+
get: function () {
|
|
729
|
+
return _HighAvailabilityAlgorithm.default;
|
|
730
|
+
}
|
|
731
|
+
});
|
|
732
|
+
Object.defineProperty(exports, "HighAvailabilityGroup", {
|
|
733
|
+
enumerable: true,
|
|
734
|
+
get: function () {
|
|
735
|
+
return _HighAvailabilityGroup.default;
|
|
694
736
|
}
|
|
695
737
|
});
|
|
696
738
|
Object.defineProperty(exports, "HighAvailabilityMode", {
|
|
697
739
|
enumerable: true,
|
|
698
|
-
get: function
|
|
699
|
-
return _HighAvailabilityMode
|
|
740
|
+
get: function () {
|
|
741
|
+
return _HighAvailabilityMode.default;
|
|
742
|
+
}
|
|
743
|
+
});
|
|
744
|
+
Object.defineProperty(exports, "HighAvailabilityState", {
|
|
745
|
+
enumerable: true,
|
|
746
|
+
get: function () {
|
|
747
|
+
return _HighAvailabilityState.default;
|
|
748
|
+
}
|
|
749
|
+
});
|
|
750
|
+
Object.defineProperty(exports, "HighAvailabilityStatus", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function () {
|
|
753
|
+
return _HighAvailabilityStatus.default;
|
|
700
754
|
}
|
|
701
755
|
});
|
|
702
756
|
Object.defineProperty(exports, "Host", {
|
|
703
757
|
enumerable: true,
|
|
704
|
-
get: function
|
|
705
|
-
return _Host
|
|
758
|
+
get: function () {
|
|
759
|
+
return _Host.default;
|
|
706
760
|
}
|
|
707
761
|
});
|
|
708
762
|
Object.defineProperty(exports, "HostNic", {
|
|
709
763
|
enumerable: true,
|
|
710
|
-
get: function
|
|
711
|
-
return _HostNic
|
|
764
|
+
get: function () {
|
|
765
|
+
return _HostNic.default;
|
|
712
766
|
}
|
|
713
767
|
});
|
|
714
768
|
Object.defineProperty(exports, "HostNicComplianceStatus", {
|
|
715
769
|
enumerable: true,
|
|
716
|
-
get: function
|
|
717
|
-
return _HostNicComplianceStatus
|
|
770
|
+
get: function () {
|
|
771
|
+
return _HostNicComplianceStatus.default;
|
|
718
772
|
}
|
|
719
773
|
});
|
|
720
774
|
Object.defineProperty(exports, "HostNicReference", {
|
|
721
775
|
enumerable: true,
|
|
722
|
-
get: function
|
|
723
|
-
return _HostNicReference
|
|
776
|
+
get: function () {
|
|
777
|
+
return _HostNicReference.default;
|
|
724
778
|
}
|
|
725
779
|
});
|
|
726
780
|
Object.defineProperty(exports, "ICMPObject", {
|
|
727
781
|
enumerable: true,
|
|
728
|
-
get: function
|
|
729
|
-
return _ICMPObject
|
|
782
|
+
get: function () {
|
|
783
|
+
return _ICMPObject.default;
|
|
730
784
|
}
|
|
731
785
|
});
|
|
732
786
|
Object.defineProperty(exports, "IPAddress", {
|
|
733
787
|
enumerable: true,
|
|
734
|
-
get: function
|
|
735
|
-
return _IPAddress
|
|
788
|
+
get: function () {
|
|
789
|
+
return _IPAddress.default;
|
|
736
790
|
}
|
|
737
791
|
});
|
|
738
792
|
Object.defineProperty(exports, "IPAddressOrFQDN", {
|
|
739
793
|
enumerable: true,
|
|
740
|
-
get: function
|
|
741
|
-
return _IPAddressOrFQDN
|
|
794
|
+
get: function () {
|
|
795
|
+
return _IPAddressOrFQDN.default;
|
|
742
796
|
}
|
|
743
797
|
});
|
|
744
798
|
Object.defineProperty(exports, "IPConfig", {
|
|
745
799
|
enumerable: true,
|
|
746
|
-
get: function
|
|
747
|
-
return _IPConfig
|
|
800
|
+
get: function () {
|
|
801
|
+
return _IPConfig.default;
|
|
748
802
|
}
|
|
749
803
|
});
|
|
750
804
|
Object.defineProperty(exports, "IPFIXExporter", {
|
|
751
805
|
enumerable: true,
|
|
752
|
-
get: function
|
|
753
|
-
return _IPFIXExporter
|
|
806
|
+
get: function () {
|
|
807
|
+
return _IPFIXExporter.default;
|
|
754
808
|
}
|
|
755
809
|
});
|
|
756
810
|
Object.defineProperty(exports, "IPFIXExportersApi", {
|
|
757
811
|
enumerable: true,
|
|
758
|
-
get: function
|
|
812
|
+
get: function () {
|
|
759
813
|
return _ipfixexportersEndpoints.IPFIXExportersApi;
|
|
760
814
|
}
|
|
761
815
|
});
|
|
762
816
|
Object.defineProperty(exports, "IPPoolUsage", {
|
|
763
817
|
enumerable: true,
|
|
764
|
-
get: function
|
|
765
|
-
return _IPPoolUsage
|
|
818
|
+
get: function () {
|
|
819
|
+
return _IPPoolUsage.default;
|
|
766
820
|
}
|
|
767
821
|
});
|
|
768
822
|
Object.defineProperty(exports, "IPSubnet", {
|
|
769
823
|
enumerable: true,
|
|
770
|
-
get: function
|
|
771
|
-
return _IPSubnet
|
|
824
|
+
get: function () {
|
|
825
|
+
return _IPSubnet.default;
|
|
772
826
|
}
|
|
773
827
|
});
|
|
774
828
|
Object.defineProperty(exports, "IPUsage", {
|
|
775
829
|
enumerable: true,
|
|
776
|
-
get: function
|
|
777
|
-
return _IPUsage
|
|
830
|
+
get: function () {
|
|
831
|
+
return _IPUsage.default;
|
|
778
832
|
}
|
|
779
833
|
});
|
|
780
834
|
Object.defineProperty(exports, "IPv4Address", {
|
|
781
835
|
enumerable: true,
|
|
782
|
-
get: function
|
|
783
|
-
return _IPv4Address
|
|
836
|
+
get: function () {
|
|
837
|
+
return _IPv4Address.default;
|
|
784
838
|
}
|
|
785
839
|
});
|
|
786
840
|
Object.defineProperty(exports, "IPv4Config", {
|
|
787
841
|
enumerable: true,
|
|
788
|
-
get: function
|
|
789
|
-
return _IPv4Config
|
|
842
|
+
get: function () {
|
|
843
|
+
return _IPv4Config.default;
|
|
790
844
|
}
|
|
791
845
|
});
|
|
792
846
|
Object.defineProperty(exports, "IPv4Pool", {
|
|
793
847
|
enumerable: true,
|
|
794
|
-
get: function
|
|
795
|
-
return _IPv4Pool
|
|
848
|
+
get: function () {
|
|
849
|
+
return _IPv4Pool.default;
|
|
796
850
|
}
|
|
797
851
|
});
|
|
798
852
|
Object.defineProperty(exports, "IPv4Subnet", {
|
|
799
853
|
enumerable: true,
|
|
800
|
-
get: function
|
|
801
|
-
return _IPv4Subnet
|
|
854
|
+
get: function () {
|
|
855
|
+
return _IPv4Subnet.default;
|
|
802
856
|
}
|
|
803
857
|
});
|
|
804
858
|
Object.defineProperty(exports, "IPv6Address", {
|
|
805
859
|
enumerable: true,
|
|
806
|
-
get: function
|
|
807
|
-
return _IPv6Address
|
|
860
|
+
get: function () {
|
|
861
|
+
return _IPv6Address.default;
|
|
808
862
|
}
|
|
809
863
|
});
|
|
810
864
|
Object.defineProperty(exports, "IPv6Config", {
|
|
811
865
|
enumerable: true,
|
|
812
|
-
get: function
|
|
813
|
-
return _IPv6Config
|
|
866
|
+
get: function () {
|
|
867
|
+
return _IPv6Config.default;
|
|
814
868
|
}
|
|
815
869
|
});
|
|
816
870
|
Object.defineProperty(exports, "IPv6Pool", {
|
|
817
871
|
enumerable: true,
|
|
818
|
-
get: function
|
|
819
|
-
return _IPv6Pool
|
|
872
|
+
get: function () {
|
|
873
|
+
return _IPv6Pool.default;
|
|
820
874
|
}
|
|
821
875
|
});
|
|
822
876
|
Object.defineProperty(exports, "IPv6Subnet", {
|
|
823
877
|
enumerable: true,
|
|
824
|
-
get: function
|
|
825
|
-
return _IPv6Subnet
|
|
878
|
+
get: function () {
|
|
879
|
+
return _IPv6Subnet.default;
|
|
826
880
|
}
|
|
827
881
|
});
|
|
828
882
|
Object.defineProperty(exports, "IbgpConfig", {
|
|
829
883
|
enumerable: true,
|
|
830
|
-
get: function
|
|
831
|
-
return _IbgpConfig
|
|
884
|
+
get: function () {
|
|
885
|
+
return _IbgpConfig.default;
|
|
832
886
|
}
|
|
833
887
|
});
|
|
834
888
|
Object.defineProperty(exports, "IgmpSpec", {
|
|
835
889
|
enumerable: true,
|
|
836
|
-
get: function
|
|
837
|
-
return _IgmpSpec
|
|
890
|
+
get: function () {
|
|
891
|
+
return _IgmpSpec.default;
|
|
838
892
|
}
|
|
839
893
|
});
|
|
840
894
|
Object.defineProperty(exports, "InternalRoutingConfig", {
|
|
841
895
|
enumerable: true,
|
|
842
|
-
get: function
|
|
843
|
-
return _InternalRoutingConfig
|
|
896
|
+
get: function () {
|
|
897
|
+
return _InternalRoutingConfig.default;
|
|
844
898
|
}
|
|
845
899
|
});
|
|
846
900
|
Object.defineProperty(exports, "IpFamily", {
|
|
847
901
|
enumerable: true,
|
|
848
|
-
get: function
|
|
849
|
-
return _IpFamily
|
|
902
|
+
get: function () {
|
|
903
|
+
return _IpFamily.default;
|
|
850
904
|
}
|
|
851
905
|
});
|
|
852
906
|
Object.defineProperty(exports, "IpReserveSpec", {
|
|
853
907
|
enumerable: true,
|
|
854
|
-
get: function
|
|
855
|
-
return _IpReserveSpec
|
|
908
|
+
get: function () {
|
|
909
|
+
return _IpReserveSpec.default;
|
|
856
910
|
}
|
|
857
911
|
});
|
|
858
912
|
Object.defineProperty(exports, "IpUnreserveSpec", {
|
|
859
913
|
enumerable: true,
|
|
860
|
-
get: function
|
|
861
|
-
return _IpUnreserveSpec
|
|
914
|
+
get: function () {
|
|
915
|
+
return _IpUnreserveSpec.default;
|
|
862
916
|
}
|
|
863
917
|
});
|
|
864
918
|
Object.defineProperty(exports, "IpsecConfig", {
|
|
865
919
|
enumerable: true,
|
|
866
|
-
get: function
|
|
867
|
-
return _IpsecConfig
|
|
920
|
+
get: function () {
|
|
921
|
+
return _IpsecConfig.default;
|
|
868
922
|
}
|
|
869
923
|
});
|
|
870
924
|
Object.defineProperty(exports, "KVPair", {
|
|
871
925
|
enumerable: true,
|
|
872
|
-
get: function
|
|
873
|
-
return _KVPair
|
|
926
|
+
get: function () {
|
|
927
|
+
return _KVPair.default;
|
|
928
|
+
}
|
|
929
|
+
});
|
|
930
|
+
Object.defineProperty(exports, "KVStringPair", {
|
|
931
|
+
enumerable: true,
|
|
932
|
+
get: function () {
|
|
933
|
+
return _KVStringPair.default;
|
|
934
|
+
}
|
|
935
|
+
});
|
|
936
|
+
Object.defineProperty(exports, "KubernetesCluster", {
|
|
937
|
+
enumerable: true,
|
|
938
|
+
get: function () {
|
|
939
|
+
return _KubernetesCluster.default;
|
|
874
940
|
}
|
|
875
941
|
});
|
|
876
942
|
Object.defineProperty(exports, "Layer2Stretch", {
|
|
877
943
|
enumerable: true,
|
|
878
|
-
get: function
|
|
879
|
-
return _Layer2Stretch
|
|
944
|
+
get: function () {
|
|
945
|
+
return _Layer2Stretch.default;
|
|
946
|
+
}
|
|
947
|
+
});
|
|
948
|
+
Object.defineProperty(exports, "Layer2StretchProjection", {
|
|
949
|
+
enumerable: true,
|
|
950
|
+
get: function () {
|
|
951
|
+
return _Layer2StretchProjection.default;
|
|
880
952
|
}
|
|
881
953
|
});
|
|
882
954
|
Object.defineProperty(exports, "Layer2StretchStats", {
|
|
883
955
|
enumerable: true,
|
|
884
|
-
get: function
|
|
885
|
-
return _Layer2StretchStats
|
|
956
|
+
get: function () {
|
|
957
|
+
return _Layer2StretchStats.default;
|
|
886
958
|
}
|
|
887
959
|
});
|
|
888
960
|
Object.defineProperty(exports, "Layer2StretchStatsApi", {
|
|
889
961
|
enumerable: true,
|
|
890
|
-
get: function
|
|
962
|
+
get: function () {
|
|
891
963
|
return _layer2stretchstatsEndpoints.Layer2StretchStatsApi;
|
|
892
964
|
}
|
|
893
965
|
});
|
|
894
966
|
Object.defineProperty(exports, "Layer2StretchesApi", {
|
|
895
967
|
enumerable: true,
|
|
896
|
-
get: function
|
|
968
|
+
get: function () {
|
|
897
969
|
return _layer2stretchesEndpoints.Layer2StretchesApi;
|
|
898
970
|
}
|
|
899
971
|
});
|
|
900
972
|
Object.defineProperty(exports, "LayerFourProtocolObject", {
|
|
901
973
|
enumerable: true,
|
|
902
|
-
get: function
|
|
903
|
-
return _LayerFourProtocolObject
|
|
974
|
+
get: function () {
|
|
975
|
+
return _LayerFourProtocolObject.default;
|
|
904
976
|
}
|
|
905
977
|
});
|
|
906
978
|
Object.defineProperty(exports, "LearnedMacAddress", {
|
|
907
979
|
enumerable: true,
|
|
908
|
-
get: function
|
|
909
|
-
return _LearnedMacAddress
|
|
980
|
+
get: function () {
|
|
981
|
+
return _LearnedMacAddress.default;
|
|
910
982
|
}
|
|
911
983
|
});
|
|
912
984
|
Object.defineProperty(exports, "ListAwsSubnetsApiResponse", {
|
|
913
985
|
enumerable: true,
|
|
914
|
-
get: function
|
|
915
|
-
return _ListAwsSubnetsApiResponse
|
|
986
|
+
get: function () {
|
|
987
|
+
return _ListAwsSubnetsApiResponse.default;
|
|
916
988
|
}
|
|
917
989
|
});
|
|
918
990
|
Object.defineProperty(exports, "ListAwsVpcsApiResponse", {
|
|
919
991
|
enumerable: true,
|
|
920
|
-
get: function
|
|
921
|
-
return _ListAwsVpcsApiResponse
|
|
992
|
+
get: function () {
|
|
993
|
+
return _ListAwsVpcsApiResponse.default;
|
|
922
994
|
}
|
|
923
995
|
});
|
|
924
996
|
Object.defineProperty(exports, "ListBgpRoutesApiResponse", {
|
|
925
997
|
enumerable: true,
|
|
926
|
-
get: function
|
|
927
|
-
return _ListBgpRoutesApiResponse
|
|
998
|
+
get: function () {
|
|
999
|
+
return _ListBgpRoutesApiResponse.default;
|
|
928
1000
|
}
|
|
929
1001
|
});
|
|
930
1002
|
Object.defineProperty(exports, "ListBgpSessionsApiResponse", {
|
|
931
1003
|
enumerable: true,
|
|
932
|
-
get: function
|
|
933
|
-
return _ListBgpSessionsApiResponse
|
|
1004
|
+
get: function () {
|
|
1005
|
+
return _ListBgpSessionsApiResponse.default;
|
|
934
1006
|
}
|
|
935
1007
|
});
|
|
936
1008
|
Object.defineProperty(exports, "ListClusterCapabilitiesApiResponse", {
|
|
937
1009
|
enumerable: true,
|
|
938
|
-
get: function
|
|
939
|
-
return _ListClusterCapabilitiesApiResponse
|
|
1010
|
+
get: function () {
|
|
1011
|
+
return _ListClusterCapabilitiesApiResponse.default;
|
|
940
1012
|
}
|
|
941
1013
|
});
|
|
942
1014
|
Object.defineProperty(exports, "ListFloatingIpsApiResponse", {
|
|
943
1015
|
enumerable: true,
|
|
944
|
-
get: function
|
|
945
|
-
return _ListFloatingIpsApiResponse
|
|
1016
|
+
get: function () {
|
|
1017
|
+
return _ListFloatingIpsApiResponse.default;
|
|
946
1018
|
}
|
|
947
1019
|
});
|
|
948
1020
|
Object.defineProperty(exports, "ListGatewaysApiResponse", {
|
|
949
1021
|
enumerable: true,
|
|
950
|
-
get: function
|
|
951
|
-
return _ListGatewaysApiResponse
|
|
1022
|
+
get: function () {
|
|
1023
|
+
return _ListGatewaysApiResponse.default;
|
|
952
1024
|
}
|
|
953
1025
|
});
|
|
954
1026
|
Object.defineProperty(exports, "ListIPFIXExportersApiResponse", {
|
|
955
1027
|
enumerable: true,
|
|
956
|
-
get: function
|
|
957
|
-
return _ListIPFIXExportersApiResponse
|
|
1028
|
+
get: function () {
|
|
1029
|
+
return _ListIPFIXExportersApiResponse.default;
|
|
958
1030
|
}
|
|
959
1031
|
});
|
|
960
1032
|
Object.defineProperty(exports, "ListLayer2StretchesApiResponse", {
|
|
961
1033
|
enumerable: true,
|
|
962
|
-
get: function
|
|
963
|
-
return _ListLayer2StretchesApiResponse
|
|
1034
|
+
get: function () {
|
|
1035
|
+
return _ListLayer2StretchesApiResponse.default;
|
|
964
1036
|
}
|
|
965
1037
|
});
|
|
966
1038
|
Object.defineProperty(exports, "ListLearnedMacAddressesApiResponse", {
|
|
967
1039
|
enumerable: true,
|
|
968
|
-
get: function
|
|
969
|
-
return _ListLearnedMacAddressesApiResponse
|
|
1040
|
+
get: function () {
|
|
1041
|
+
return _ListLearnedMacAddressesApiResponse.default;
|
|
970
1042
|
}
|
|
971
1043
|
});
|
|
972
1044
|
Object.defineProperty(exports, "ListLoadBalancerSessionsApiResponse", {
|
|
973
1045
|
enumerable: true,
|
|
974
|
-
get: function
|
|
975
|
-
return _ListLoadBalancerSessionsApiResponse
|
|
1046
|
+
get: function () {
|
|
1047
|
+
return _ListLoadBalancerSessionsApiResponse.default;
|
|
976
1048
|
}
|
|
977
1049
|
});
|
|
978
1050
|
Object.defineProperty(exports, "ListNetworkControllersApiResponse", {
|
|
979
1051
|
enumerable: true,
|
|
980
|
-
get: function
|
|
981
|
-
return _ListNetworkControllersApiResponse
|
|
1052
|
+
get: function () {
|
|
1053
|
+
return _ListNetworkControllersApiResponse.default;
|
|
982
1054
|
}
|
|
983
1055
|
});
|
|
984
1056
|
Object.defineProperty(exports, "ListNetworkFunctionsApiResponse", {
|
|
985
1057
|
enumerable: true,
|
|
986
|
-
get: function
|
|
987
|
-
return _ListNetworkFunctionsApiResponse
|
|
1058
|
+
get: function () {
|
|
1059
|
+
return _ListNetworkFunctionsApiResponse.default;
|
|
988
1060
|
}
|
|
989
1061
|
});
|
|
990
1062
|
Object.defineProperty(exports, "ListNicProfilesApiResponse", {
|
|
991
1063
|
enumerable: true,
|
|
992
|
-
get: function
|
|
993
|
-
return _ListNicProfilesApiResponse
|
|
1064
|
+
get: function () {
|
|
1065
|
+
return _ListNicProfilesApiResponse.default;
|
|
994
1066
|
}
|
|
995
1067
|
});
|
|
996
1068
|
Object.defineProperty(exports, "ListNodeSchedulableStatusesApiResponse", {
|
|
997
1069
|
enumerable: true,
|
|
998
|
-
get: function
|
|
999
|
-
return _ListNodeSchedulableStatusesApiResponse
|
|
1070
|
+
get: function () {
|
|
1071
|
+
return _ListNodeSchedulableStatusesApiResponse.default;
|
|
1000
1072
|
}
|
|
1001
1073
|
});
|
|
1002
1074
|
Object.defineProperty(exports, "ListRemoteSubnetsApiResponse", {
|
|
1003
1075
|
enumerable: true,
|
|
1004
|
-
get: function
|
|
1005
|
-
return _ListRemoteSubnetsApiResponse
|
|
1076
|
+
get: function () {
|
|
1077
|
+
return _ListRemoteSubnetsApiResponse.default;
|
|
1006
1078
|
}
|
|
1007
1079
|
});
|
|
1008
1080
|
Object.defineProperty(exports, "ListRouteTablesApiResponse", {
|
|
1009
1081
|
enumerable: true,
|
|
1010
|
-
get: function
|
|
1011
|
-
return _ListRouteTablesApiResponse
|
|
1082
|
+
get: function () {
|
|
1083
|
+
return _ListRouteTablesApiResponse.default;
|
|
1012
1084
|
}
|
|
1013
1085
|
});
|
|
1014
1086
|
Object.defineProperty(exports, "ListRoutesApiResponse", {
|
|
1015
1087
|
enumerable: true,
|
|
1016
|
-
get: function
|
|
1017
|
-
return _ListRoutesApiResponse
|
|
1088
|
+
get: function () {
|
|
1089
|
+
return _ListRoutesApiResponse.default;
|
|
1018
1090
|
}
|
|
1019
1091
|
});
|
|
1020
1092
|
Object.defineProperty(exports, "ListRoutingPoliciesApiResponse", {
|
|
1021
1093
|
enumerable: true,
|
|
1022
|
-
get: function
|
|
1023
|
-
return _ListRoutingPoliciesApiResponse
|
|
1094
|
+
get: function () {
|
|
1095
|
+
return _ListRoutingPoliciesApiResponse.default;
|
|
1024
1096
|
}
|
|
1025
1097
|
});
|
|
1026
1098
|
Object.defineProperty(exports, "ListSubnetReservedIpsApiResponse", {
|
|
1027
1099
|
enumerable: true,
|
|
1028
|
-
get: function
|
|
1029
|
-
return _ListSubnetReservedIpsApiResponse
|
|
1100
|
+
get: function () {
|
|
1101
|
+
return _ListSubnetReservedIpsApiResponse.default;
|
|
1030
1102
|
}
|
|
1031
1103
|
});
|
|
1032
1104
|
Object.defineProperty(exports, "ListSubnetVnicsApiResponse", {
|
|
1033
1105
|
enumerable: true,
|
|
1034
|
-
get: function
|
|
1035
|
-
return _ListSubnetVnicsApiResponse
|
|
1106
|
+
get: function () {
|
|
1107
|
+
return _ListSubnetVnicsApiResponse.default;
|
|
1036
1108
|
}
|
|
1037
1109
|
});
|
|
1038
1110
|
Object.defineProperty(exports, "ListSubnetsApiResponse", {
|
|
1039
1111
|
enumerable: true,
|
|
1040
|
-
get: function
|
|
1041
|
-
return _ListSubnetsApiResponse
|
|
1112
|
+
get: function () {
|
|
1113
|
+
return _ListSubnetsApiResponse.default;
|
|
1042
1114
|
}
|
|
1043
1115
|
});
|
|
1044
1116
|
Object.defineProperty(exports, "ListTrafficMirrorsApiResponse", {
|
|
1045
1117
|
enumerable: true,
|
|
1046
|
-
get: function
|
|
1047
|
-
return _ListTrafficMirrorsApiResponse
|
|
1118
|
+
get: function () {
|
|
1119
|
+
return _ListTrafficMirrorsApiResponse.default;
|
|
1048
1120
|
}
|
|
1049
1121
|
});
|
|
1050
1122
|
Object.defineProperty(exports, "ListUplinkBondsApiResponse", {
|
|
1051
1123
|
enumerable: true,
|
|
1052
|
-
get: function
|
|
1053
|
-
return _ListUplinkBondsApiResponse
|
|
1124
|
+
get: function () {
|
|
1125
|
+
return _ListUplinkBondsApiResponse.default;
|
|
1054
1126
|
}
|
|
1055
1127
|
});
|
|
1056
1128
|
Object.defineProperty(exports, "ListVirtualSwitchesApiResponse", {
|
|
1057
1129
|
enumerable: true,
|
|
1058
|
-
get: function
|
|
1059
|
-
return _ListVirtualSwitchesApiResponse
|
|
1130
|
+
get: function () {
|
|
1131
|
+
return _ListVirtualSwitchesApiResponse.default;
|
|
1060
1132
|
}
|
|
1061
1133
|
});
|
|
1062
1134
|
Object.defineProperty(exports, "ListVpcVirtualSwitchMappingsApiResponse", {
|
|
1063
1135
|
enumerable: true,
|
|
1064
|
-
get: function
|
|
1065
|
-
return _ListVpcVirtualSwitchMappingsApiResponse
|
|
1136
|
+
get: function () {
|
|
1137
|
+
return _ListVpcVirtualSwitchMappingsApiResponse.default;
|
|
1066
1138
|
}
|
|
1067
1139
|
});
|
|
1068
1140
|
Object.defineProperty(exports, "ListVpcsApiResponse", {
|
|
1069
1141
|
enumerable: true,
|
|
1070
|
-
get: function
|
|
1071
|
-
return _ListVpcsApiResponse
|
|
1142
|
+
get: function () {
|
|
1143
|
+
return _ListVpcsApiResponse.default;
|
|
1072
1144
|
}
|
|
1073
1145
|
});
|
|
1074
1146
|
Object.defineProperty(exports, "ListVpnConnectionsApiResponse", {
|
|
1075
1147
|
enumerable: true,
|
|
1076
|
-
get: function
|
|
1077
|
-
return _ListVpnConnectionsApiResponse
|
|
1148
|
+
get: function () {
|
|
1149
|
+
return _ListVpnConnectionsApiResponse.default;
|
|
1078
1150
|
}
|
|
1079
1151
|
});
|
|
1080
1152
|
Object.defineProperty(exports, "ListVpnVendorConfigsApiResponse", {
|
|
1081
1153
|
enumerable: true,
|
|
1082
|
-
get: function
|
|
1083
|
-
return _ListVpnVendorConfigsApiResponse
|
|
1154
|
+
get: function () {
|
|
1155
|
+
return _ListVpnVendorConfigsApiResponse.default;
|
|
1084
1156
|
}
|
|
1085
1157
|
});
|
|
1086
1158
|
Object.defineProperty(exports, "Listener", {
|
|
1087
1159
|
enumerable: true,
|
|
1088
|
-
get: function
|
|
1089
|
-
return _Listener
|
|
1160
|
+
get: function () {
|
|
1161
|
+
return _Listener.default;
|
|
1090
1162
|
}
|
|
1091
1163
|
});
|
|
1092
1164
|
Object.defineProperty(exports, "ListenerStats", {
|
|
1093
1165
|
enumerable: true,
|
|
1094
|
-
get: function
|
|
1095
|
-
return _ListenerStats
|
|
1166
|
+
get: function () {
|
|
1167
|
+
return _ListenerStats.default;
|
|
1096
1168
|
}
|
|
1097
1169
|
});
|
|
1098
1170
|
Object.defineProperty(exports, "LoadBalancerSession", {
|
|
1099
1171
|
enumerable: true,
|
|
1100
|
-
get: function
|
|
1101
|
-
return _LoadBalancerSession
|
|
1172
|
+
get: function () {
|
|
1173
|
+
return _LoadBalancerSession.default;
|
|
1102
1174
|
}
|
|
1103
1175
|
});
|
|
1104
1176
|
Object.defineProperty(exports, "LoadBalancerSessionAssociation", {
|
|
1105
1177
|
enumerable: true,
|
|
1106
|
-
get: function
|
|
1107
|
-
return _LoadBalancerSessionAssociation
|
|
1178
|
+
get: function () {
|
|
1179
|
+
return _LoadBalancerSessionAssociation.default;
|
|
1108
1180
|
}
|
|
1109
1181
|
});
|
|
1110
1182
|
Object.defineProperty(exports, "LoadBalancerSessionProjection", {
|
|
1111
1183
|
enumerable: true,
|
|
1112
|
-
get: function
|
|
1113
|
-
return _LoadBalancerSessionProjection
|
|
1184
|
+
get: function () {
|
|
1185
|
+
return _LoadBalancerSessionProjection.default;
|
|
1114
1186
|
}
|
|
1115
1187
|
});
|
|
1116
1188
|
Object.defineProperty(exports, "LoadBalancerSessionStats", {
|
|
1117
1189
|
enumerable: true,
|
|
1118
|
-
get: function
|
|
1119
|
-
return _LoadBalancerSessionStats
|
|
1190
|
+
get: function () {
|
|
1191
|
+
return _LoadBalancerSessionStats.default;
|
|
1120
1192
|
}
|
|
1121
1193
|
});
|
|
1122
1194
|
Object.defineProperty(exports, "LoadBalancerSessionStatsApi", {
|
|
1123
1195
|
enumerable: true,
|
|
1124
|
-
get: function
|
|
1196
|
+
get: function () {
|
|
1125
1197
|
return _loadbalancersessionstatsEndpoints.LoadBalancerSessionStatsApi;
|
|
1126
1198
|
}
|
|
1127
1199
|
});
|
|
1128
1200
|
Object.defineProperty(exports, "LoadBalancerSessionStatsApiResponse", {
|
|
1129
1201
|
enumerable: true,
|
|
1130
|
-
get: function
|
|
1131
|
-
return _LoadBalancerSessionStatsApiResponse
|
|
1202
|
+
get: function () {
|
|
1203
|
+
return _LoadBalancerSessionStatsApiResponse.default;
|
|
1132
1204
|
}
|
|
1133
1205
|
});
|
|
1134
1206
|
Object.defineProperty(exports, "LoadBalancerSessionType", {
|
|
1135
1207
|
enumerable: true,
|
|
1136
|
-
get: function
|
|
1137
|
-
return _LoadBalancerSessionType
|
|
1208
|
+
get: function () {
|
|
1209
|
+
return _LoadBalancerSessionType.default;
|
|
1138
1210
|
}
|
|
1139
1211
|
});
|
|
1140
1212
|
Object.defineProperty(exports, "LoadBalancerSessionsApi", {
|
|
1141
1213
|
enumerable: true,
|
|
1142
|
-
get: function
|
|
1214
|
+
get: function () {
|
|
1143
1215
|
return _loadbalancersessionsEndpoints.LoadBalancerSessionsApi;
|
|
1144
1216
|
}
|
|
1145
1217
|
});
|
|
1146
1218
|
Object.defineProperty(exports, "LocalBgpGateway", {
|
|
1147
1219
|
enumerable: true,
|
|
1148
|
-
get: function
|
|
1149
|
-
return _LocalBgpGateway
|
|
1220
|
+
get: function () {
|
|
1221
|
+
return _LocalBgpGateway.default;
|
|
1150
1222
|
}
|
|
1151
1223
|
});
|
|
1152
1224
|
Object.defineProperty(exports, "LocalBgpService", {
|
|
1153
1225
|
enumerable: true,
|
|
1154
|
-
get: function
|
|
1155
|
-
return _LocalBgpService
|
|
1226
|
+
get: function () {
|
|
1227
|
+
return _LocalBgpService.default;
|
|
1156
1228
|
}
|
|
1157
1229
|
});
|
|
1158
1230
|
Object.defineProperty(exports, "LocalNetworkServices", {
|
|
1159
1231
|
enumerable: true,
|
|
1160
|
-
get: function
|
|
1161
|
-
return _LocalNetworkServices
|
|
1232
|
+
get: function () {
|
|
1233
|
+
return _LocalNetworkServices.default;
|
|
1162
1234
|
}
|
|
1163
1235
|
});
|
|
1164
1236
|
Object.defineProperty(exports, "LocalVpnService", {
|
|
1165
1237
|
enumerable: true,
|
|
1166
|
-
get: function
|
|
1167
|
-
return _LocalVpnService
|
|
1238
|
+
get: function () {
|
|
1239
|
+
return _LocalVpnService.default;
|
|
1168
1240
|
}
|
|
1169
1241
|
});
|
|
1170
1242
|
Object.defineProperty(exports, "LocalVtepService", {
|
|
1171
1243
|
enumerable: true,
|
|
1172
|
-
get: function
|
|
1173
|
-
return _LocalVtepService
|
|
1244
|
+
get: function () {
|
|
1245
|
+
return _LocalVtepService.default;
|
|
1174
1246
|
}
|
|
1175
1247
|
});
|
|
1176
1248
|
Object.defineProperty(exports, "MacAddress", {
|
|
1177
1249
|
enumerable: true,
|
|
1178
|
-
get: function
|
|
1179
|
-
return _MacAddress
|
|
1250
|
+
get: function () {
|
|
1251
|
+
return _MacAddress.default;
|
|
1180
1252
|
}
|
|
1181
1253
|
});
|
|
1182
1254
|
Object.defineProperty(exports, "MacAddressesApi", {
|
|
1183
1255
|
enumerable: true,
|
|
1184
|
-
get: function
|
|
1256
|
+
get: function () {
|
|
1185
1257
|
return _macaddressesEndpoints.MacAddressesApi;
|
|
1186
1258
|
}
|
|
1187
1259
|
});
|
|
1188
1260
|
Object.defineProperty(exports, "MacType", {
|
|
1189
1261
|
enumerable: true,
|
|
1190
|
-
get: function
|
|
1191
|
-
return _MacType
|
|
1262
|
+
get: function () {
|
|
1263
|
+
return _MacType.default;
|
|
1192
1264
|
}
|
|
1193
1265
|
});
|
|
1194
1266
|
Object.defineProperty(exports, "MapOfStringWrapper", {
|
|
1195
1267
|
enumerable: true,
|
|
1196
|
-
get: function
|
|
1197
|
-
return _MapOfStringWrapper
|
|
1268
|
+
get: function () {
|
|
1269
|
+
return _MapOfStringWrapper.default;
|
|
1198
1270
|
}
|
|
1199
1271
|
});
|
|
1200
1272
|
Object.defineProperty(exports, "Message", {
|
|
1201
1273
|
enumerable: true,
|
|
1202
|
-
get: function
|
|
1203
|
-
return _Message
|
|
1274
|
+
get: function () {
|
|
1275
|
+
return _Message.default;
|
|
1204
1276
|
}
|
|
1205
1277
|
});
|
|
1206
1278
|
Object.defineProperty(exports, "MessageSeverity", {
|
|
1207
1279
|
enumerable: true,
|
|
1208
|
-
get: function
|
|
1209
|
-
return _MessageSeverity
|
|
1280
|
+
get: function () {
|
|
1281
|
+
return _MessageSeverity.default;
|
|
1210
1282
|
}
|
|
1211
1283
|
});
|
|
1212
1284
|
Object.defineProperty(exports, "Metadata", {
|
|
1213
1285
|
enumerable: true,
|
|
1214
|
-
get: function
|
|
1215
|
-
return _Metadata
|
|
1286
|
+
get: function () {
|
|
1287
|
+
return _Metadata.default;
|
|
1216
1288
|
}
|
|
1217
1289
|
});
|
|
1218
1290
|
Object.defineProperty(exports, "MigrationState", {
|
|
1219
1291
|
enumerable: true,
|
|
1220
|
-
get: function
|
|
1221
|
-
return _MigrationState
|
|
1292
|
+
get: function () {
|
|
1293
|
+
return _MigrationState.default;
|
|
1222
1294
|
}
|
|
1223
1295
|
});
|
|
1224
1296
|
Object.defineProperty(exports, "NetworkCloudConfig", {
|
|
1225
1297
|
enumerable: true,
|
|
1226
|
-
get: function
|
|
1227
|
-
return _NetworkCloudConfig
|
|
1298
|
+
get: function () {
|
|
1299
|
+
return _NetworkCloudConfig.default;
|
|
1228
1300
|
}
|
|
1229
1301
|
});
|
|
1230
1302
|
Object.defineProperty(exports, "NetworkController", {
|
|
1231
1303
|
enumerable: true,
|
|
1232
|
-
get: function
|
|
1233
|
-
return _NetworkController
|
|
1304
|
+
get: function () {
|
|
1305
|
+
return _NetworkController.default;
|
|
1234
1306
|
}
|
|
1235
1307
|
});
|
|
1236
1308
|
Object.defineProperty(exports, "NetworkControllersApi", {
|
|
1237
1309
|
enumerable: true,
|
|
1238
|
-
get: function
|
|
1310
|
+
get: function () {
|
|
1239
1311
|
return _networkcontrollersEndpoints.NetworkControllersApi;
|
|
1240
1312
|
}
|
|
1241
1313
|
});
|
|
1242
1314
|
Object.defineProperty(exports, "NetworkFunction", {
|
|
1243
1315
|
enumerable: true,
|
|
1244
|
-
get: function
|
|
1245
|
-
return _NetworkFunction
|
|
1316
|
+
get: function () {
|
|
1317
|
+
return _NetworkFunction.default;
|
|
1246
1318
|
}
|
|
1247
1319
|
});
|
|
1248
1320
|
Object.defineProperty(exports, "NetworkFunctionProjection", {
|
|
1249
1321
|
enumerable: true,
|
|
1250
|
-
get: function
|
|
1251
|
-
return _NetworkFunctionProjection
|
|
1322
|
+
get: function () {
|
|
1323
|
+
return _NetworkFunctionProjection.default;
|
|
1252
1324
|
}
|
|
1253
1325
|
});
|
|
1254
1326
|
Object.defineProperty(exports, "NetworkFunctionsApi", {
|
|
1255
1327
|
enumerable: true,
|
|
1256
|
-
get: function
|
|
1328
|
+
get: function () {
|
|
1257
1329
|
return _networkfunctionsEndpoints.NetworkFunctionsApi;
|
|
1258
1330
|
}
|
|
1259
1331
|
});
|
|
1260
1332
|
Object.defineProperty(exports, "NetworkingBaseModel", {
|
|
1261
1333
|
enumerable: true,
|
|
1262
|
-
get: function
|
|
1263
|
-
return _NetworkingBaseModel
|
|
1334
|
+
get: function () {
|
|
1335
|
+
return _NetworkingBaseModel.default;
|
|
1264
1336
|
}
|
|
1265
1337
|
});
|
|
1266
1338
|
Object.defineProperty(exports, "Nexthop", {
|
|
1267
1339
|
enumerable: true,
|
|
1268
|
-
get: function
|
|
1269
|
-
return _Nexthop
|
|
1340
|
+
get: function () {
|
|
1341
|
+
return _Nexthop.default;
|
|
1270
1342
|
}
|
|
1271
1343
|
});
|
|
1272
1344
|
Object.defineProperty(exports, "NexthopType", {
|
|
1273
1345
|
enumerable: true,
|
|
1274
|
-
get: function
|
|
1275
|
-
return _NexthopType
|
|
1346
|
+
get: function () {
|
|
1347
|
+
return _NexthopType.default;
|
|
1276
1348
|
}
|
|
1277
1349
|
});
|
|
1278
1350
|
Object.defineProperty(exports, "NicHighAvailabilityState", {
|
|
1279
1351
|
enumerable: true,
|
|
1280
|
-
get: function
|
|
1281
|
-
return _NicHighAvailabilityState
|
|
1352
|
+
get: function () {
|
|
1353
|
+
return _NicHighAvailabilityState.default;
|
|
1282
1354
|
}
|
|
1283
1355
|
});
|
|
1284
1356
|
Object.defineProperty(exports, "NicPair", {
|
|
1285
1357
|
enumerable: true,
|
|
1286
|
-
get: function
|
|
1287
|
-
return _NicPair
|
|
1358
|
+
get: function () {
|
|
1359
|
+
return _NicPair.default;
|
|
1288
1360
|
}
|
|
1289
1361
|
});
|
|
1290
1362
|
Object.defineProperty(exports, "NicProfile", {
|
|
1291
1363
|
enumerable: true,
|
|
1292
|
-
get: function
|
|
1293
|
-
return _NicProfile
|
|
1364
|
+
get: function () {
|
|
1365
|
+
return _NicProfile.default;
|
|
1294
1366
|
}
|
|
1295
1367
|
});
|
|
1296
1368
|
Object.defineProperty(exports, "NicProfileProjection", {
|
|
1297
1369
|
enumerable: true,
|
|
1298
|
-
get: function
|
|
1299
|
-
return _NicProfileProjection
|
|
1370
|
+
get: function () {
|
|
1371
|
+
return _NicProfileProjection.default;
|
|
1300
1372
|
}
|
|
1301
1373
|
});
|
|
1302
1374
|
Object.defineProperty(exports, "NicProfilesApi", {
|
|
1303
1375
|
enumerable: true,
|
|
1304
|
-
get: function
|
|
1376
|
+
get: function () {
|
|
1305
1377
|
return _nicprofilesEndpoints.NicProfilesApi;
|
|
1306
1378
|
}
|
|
1307
1379
|
});
|
|
1308
1380
|
Object.defineProperty(exports, "NicTarget", {
|
|
1309
1381
|
enumerable: true,
|
|
1310
|
-
get: function
|
|
1311
|
-
return _NicTarget
|
|
1382
|
+
get: function () {
|
|
1383
|
+
return _NicTarget.default;
|
|
1312
1384
|
}
|
|
1313
1385
|
});
|
|
1314
1386
|
Object.defineProperty(exports, "NodeHealth", {
|
|
1315
1387
|
enumerable: true,
|
|
1316
|
-
get: function
|
|
1317
|
-
return _NodeHealth
|
|
1388
|
+
get: function () {
|
|
1389
|
+
return _NodeHealth.default;
|
|
1318
1390
|
}
|
|
1319
1391
|
});
|
|
1320
1392
|
Object.defineProperty(exports, "NodeSchedulableStatus", {
|
|
1321
1393
|
enumerable: true,
|
|
1322
|
-
get: function
|
|
1323
|
-
return _NodeSchedulableStatus
|
|
1394
|
+
get: function () {
|
|
1395
|
+
return _NodeSchedulableStatus.default;
|
|
1324
1396
|
}
|
|
1325
1397
|
});
|
|
1326
1398
|
Object.defineProperty(exports, "NodeSchedulableStatusProjection", {
|
|
1327
1399
|
enumerable: true,
|
|
1328
|
-
get: function
|
|
1329
|
-
return _NodeSchedulableStatusProjection
|
|
1400
|
+
get: function () {
|
|
1401
|
+
return _NodeSchedulableStatusProjection.default;
|
|
1330
1402
|
}
|
|
1331
1403
|
});
|
|
1332
1404
|
Object.defineProperty(exports, "NodeServiceHealth", {
|
|
1333
1405
|
enumerable: true,
|
|
1334
|
-
get: function
|
|
1335
|
-
return _NodeServiceHealth
|
|
1406
|
+
get: function () {
|
|
1407
|
+
return _NodeServiceHealth.default;
|
|
1336
1408
|
}
|
|
1337
1409
|
});
|
|
1338
1410
|
Object.defineProperty(exports, "NodeServiceName", {
|
|
1339
1411
|
enumerable: true,
|
|
1340
|
-
get: function
|
|
1341
|
-
return _NodeServiceName
|
|
1412
|
+
get: function () {
|
|
1413
|
+
return _NodeServiceName.default;
|
|
1342
1414
|
}
|
|
1343
1415
|
});
|
|
1344
1416
|
Object.defineProperty(exports, "OspfConfig", {
|
|
1345
1417
|
enumerable: true,
|
|
1346
|
-
get: function
|
|
1347
|
-
return _OspfConfig
|
|
1418
|
+
get: function () {
|
|
1419
|
+
return _OspfConfig.default;
|
|
1348
1420
|
}
|
|
1349
1421
|
});
|
|
1350
1422
|
Object.defineProperty(exports, "OwnerType", {
|
|
1351
1423
|
enumerable: true,
|
|
1352
|
-
get: function
|
|
1353
|
-
return _OwnerType
|
|
1424
|
+
get: function () {
|
|
1425
|
+
return _OwnerType.default;
|
|
1426
|
+
}
|
|
1427
|
+
});
|
|
1428
|
+
Object.defineProperty(exports, "PeeredGateway", {
|
|
1429
|
+
enumerable: true,
|
|
1430
|
+
get: function () {
|
|
1431
|
+
return _PeeredGateway.default;
|
|
1354
1432
|
}
|
|
1355
1433
|
});
|
|
1356
1434
|
Object.defineProperty(exports, "PortRange", {
|
|
1357
1435
|
enumerable: true,
|
|
1358
|
-
get: function
|
|
1359
|
-
return _PortRange
|
|
1436
|
+
get: function () {
|
|
1437
|
+
return _PortRange.default;
|
|
1360
1438
|
}
|
|
1361
1439
|
});
|
|
1362
1440
|
Object.defineProperty(exports, "PrivateIpAssociation", {
|
|
1363
1441
|
enumerable: true,
|
|
1364
|
-
get: function
|
|
1365
|
-
return _PrivateIpAssociation
|
|
1442
|
+
get: function () {
|
|
1443
|
+
return _PrivateIpAssociation.default;
|
|
1444
|
+
}
|
|
1445
|
+
});
|
|
1446
|
+
Object.defineProperty(exports, "ProjectReference", {
|
|
1447
|
+
enumerable: true,
|
|
1448
|
+
get: function () {
|
|
1449
|
+
return _ProjectReference.default;
|
|
1366
1450
|
}
|
|
1367
1451
|
});
|
|
1368
1452
|
Object.defineProperty(exports, "Protocol", {
|
|
1369
1453
|
enumerable: true,
|
|
1370
|
-
get: function
|
|
1371
|
-
return _Protocol
|
|
1454
|
+
get: function () {
|
|
1455
|
+
return _Protocol.default;
|
|
1372
1456
|
}
|
|
1373
1457
|
});
|
|
1374
1458
|
Object.defineProperty(exports, "ProtocolNumberObject", {
|
|
1375
1459
|
enumerable: true,
|
|
1376
|
-
get: function
|
|
1377
|
-
return _ProtocolNumberObject
|
|
1460
|
+
get: function () {
|
|
1461
|
+
return _ProtocolNumberObject.default;
|
|
1378
1462
|
}
|
|
1379
1463
|
});
|
|
1380
1464
|
Object.defineProperty(exports, "ProtocolType", {
|
|
1381
1465
|
enumerable: true,
|
|
1382
|
-
get: function
|
|
1383
|
-
return _ProtocolType
|
|
1466
|
+
get: function () {
|
|
1467
|
+
return _ProtocolType.default;
|
|
1384
1468
|
}
|
|
1385
1469
|
});
|
|
1386
1470
|
Object.defineProperty(exports, "PublicIpMapping", {
|
|
1387
1471
|
enumerable: true,
|
|
1388
|
-
get: function
|
|
1389
|
-
return _PublicIpMapping
|
|
1472
|
+
get: function () {
|
|
1473
|
+
return _PublicIpMapping.default;
|
|
1390
1474
|
}
|
|
1391
1475
|
});
|
|
1392
1476
|
Object.defineProperty(exports, "QosConfig", {
|
|
1393
1477
|
enumerable: true,
|
|
1394
|
-
get: function
|
|
1395
|
-
return _QosConfig
|
|
1478
|
+
get: function () {
|
|
1479
|
+
return _QosConfig.default;
|
|
1396
1480
|
}
|
|
1397
1481
|
});
|
|
1398
1482
|
Object.defineProperty(exports, "QuerierSpec", {
|
|
1399
1483
|
enumerable: true,
|
|
1400
|
-
get: function
|
|
1401
|
-
return _QuerierSpec
|
|
1484
|
+
get: function () {
|
|
1485
|
+
return _QuerierSpec.default;
|
|
1402
1486
|
}
|
|
1403
1487
|
});
|
|
1404
1488
|
Object.defineProperty(exports, "RemoteBgpGateway", {
|
|
1405
1489
|
enumerable: true,
|
|
1406
|
-
get: function
|
|
1407
|
-
return _RemoteBgpGateway
|
|
1490
|
+
get: function () {
|
|
1491
|
+
return _RemoteBgpGateway.default;
|
|
1408
1492
|
}
|
|
1409
1493
|
});
|
|
1410
1494
|
Object.defineProperty(exports, "RemoteBgpService", {
|
|
1411
1495
|
enumerable: true,
|
|
1412
|
-
get: function
|
|
1413
|
-
return _RemoteBgpService
|
|
1496
|
+
get: function () {
|
|
1497
|
+
return _RemoteBgpService.default;
|
|
1414
1498
|
}
|
|
1415
1499
|
});
|
|
1416
1500
|
Object.defineProperty(exports, "RemoteEntitiesApi", {
|
|
1417
1501
|
enumerable: true,
|
|
1418
|
-
get: function
|
|
1502
|
+
get: function () {
|
|
1419
1503
|
return _remoteentitiesEndpoints.RemoteEntitiesApi;
|
|
1420
1504
|
}
|
|
1421
1505
|
});
|
|
1422
1506
|
Object.defineProperty(exports, "RemoteNetworkServices", {
|
|
1423
1507
|
enumerable: true,
|
|
1424
|
-
get: function
|
|
1425
|
-
return _RemoteNetworkServices
|
|
1508
|
+
get: function () {
|
|
1509
|
+
return _RemoteNetworkServices.default;
|
|
1426
1510
|
}
|
|
1427
1511
|
});
|
|
1428
1512
|
Object.defineProperty(exports, "RemoteSubnet", {
|
|
1429
1513
|
enumerable: true,
|
|
1430
|
-
get: function
|
|
1431
|
-
return _RemoteSubnet
|
|
1514
|
+
get: function () {
|
|
1515
|
+
return _RemoteSubnet.default;
|
|
1432
1516
|
}
|
|
1433
1517
|
});
|
|
1434
1518
|
Object.defineProperty(exports, "RemoteVpnConnection", {
|
|
1435
1519
|
enumerable: true,
|
|
1436
|
-
get: function
|
|
1437
|
-
return _RemoteVpnConnection
|
|
1520
|
+
get: function () {
|
|
1521
|
+
return _RemoteVpnConnection.default;
|
|
1438
1522
|
}
|
|
1439
1523
|
});
|
|
1440
1524
|
Object.defineProperty(exports, "RemoteVpnConnectionApiResponse", {
|
|
1441
1525
|
enumerable: true,
|
|
1442
|
-
get: function
|
|
1443
|
-
return _RemoteVpnConnectionApiResponse
|
|
1526
|
+
get: function () {
|
|
1527
|
+
return _RemoteVpnConnectionApiResponse.default;
|
|
1444
1528
|
}
|
|
1445
1529
|
});
|
|
1446
1530
|
Object.defineProperty(exports, "RemoteVpnConnectionListApiResponse", {
|
|
1447
1531
|
enumerable: true,
|
|
1448
|
-
get: function
|
|
1449
|
-
return _RemoteVpnConnectionListApiResponse
|
|
1532
|
+
get: function () {
|
|
1533
|
+
return _RemoteVpnConnectionListApiResponse.default;
|
|
1450
1534
|
}
|
|
1451
1535
|
});
|
|
1452
1536
|
Object.defineProperty(exports, "RemoteVpnService", {
|
|
1453
1537
|
enumerable: true,
|
|
1454
|
-
get: function
|
|
1455
|
-
return _RemoteVpnService
|
|
1538
|
+
get: function () {
|
|
1539
|
+
return _RemoteVpnService.default;
|
|
1456
1540
|
}
|
|
1457
1541
|
});
|
|
1458
1542
|
Object.defineProperty(exports, "RemoteVtepGateway", {
|
|
1459
1543
|
enumerable: true,
|
|
1460
|
-
get: function
|
|
1461
|
-
return _RemoteVtepGateway
|
|
1544
|
+
get: function () {
|
|
1545
|
+
return _RemoteVtepGateway.default;
|
|
1462
1546
|
}
|
|
1463
1547
|
});
|
|
1464
1548
|
Object.defineProperty(exports, "RemoteVtepGatewayApiResponse", {
|
|
1465
1549
|
enumerable: true,
|
|
1466
|
-
get: function
|
|
1467
|
-
return _RemoteVtepGatewayApiResponse
|
|
1550
|
+
get: function () {
|
|
1551
|
+
return _RemoteVtepGatewayApiResponse.default;
|
|
1468
1552
|
}
|
|
1469
1553
|
});
|
|
1470
1554
|
Object.defineProperty(exports, "RemoteVtepGatewayListApiResponse", {
|
|
1471
1555
|
enumerable: true,
|
|
1472
|
-
get: function
|
|
1473
|
-
return _RemoteVtepGatewayListApiResponse
|
|
1556
|
+
get: function () {
|
|
1557
|
+
return _RemoteVtepGatewayListApiResponse.default;
|
|
1474
1558
|
}
|
|
1475
1559
|
});
|
|
1476
1560
|
Object.defineProperty(exports, "RemoteVtepService", {
|
|
1477
1561
|
enumerable: true,
|
|
1478
|
-
get: function
|
|
1479
|
-
return _RemoteVtepService
|
|
1562
|
+
get: function () {
|
|
1563
|
+
return _RemoteVtepService.default;
|
|
1480
1564
|
}
|
|
1481
1565
|
});
|
|
1482
1566
|
Object.defineProperty(exports, "RemoteVtepStretchStatus", {
|
|
1483
1567
|
enumerable: true,
|
|
1484
|
-
get: function
|
|
1485
|
-
return _RemoteVtepStretchStatus
|
|
1568
|
+
get: function () {
|
|
1569
|
+
return _RemoteVtepStretchStatus.default;
|
|
1486
1570
|
}
|
|
1487
1571
|
});
|
|
1488
1572
|
Object.defineProperty(exports, "RerouteFallbackAction", {
|
|
1489
1573
|
enumerable: true,
|
|
1490
|
-
get: function
|
|
1491
|
-
return _RerouteFallbackAction
|
|
1574
|
+
get: function () {
|
|
1575
|
+
return _RerouteFallbackAction.default;
|
|
1492
1576
|
}
|
|
1493
1577
|
});
|
|
1494
1578
|
Object.defineProperty(exports, "RerouteParam", {
|
|
1495
1579
|
enumerable: true,
|
|
1496
|
-
get: function
|
|
1497
|
-
return _RerouteParam
|
|
1580
|
+
get: function () {
|
|
1581
|
+
return _RerouteParam.default;
|
|
1498
1582
|
}
|
|
1499
1583
|
});
|
|
1500
1584
|
Object.defineProperty(exports, "ReserveType", {
|
|
1501
1585
|
enumerable: true,
|
|
1502
|
-
get: function
|
|
1503
|
-
return _ReserveType
|
|
1586
|
+
get: function () {
|
|
1587
|
+
return _ReserveType.default;
|
|
1504
1588
|
}
|
|
1505
1589
|
});
|
|
1506
1590
|
Object.defineProperty(exports, "ReservedIp", {
|
|
1507
1591
|
enumerable: true,
|
|
1508
|
-
get: function
|
|
1509
|
-
return _ReservedIp
|
|
1592
|
+
get: function () {
|
|
1593
|
+
return _ReservedIp.default;
|
|
1510
1594
|
}
|
|
1511
1595
|
});
|
|
1512
1596
|
Object.defineProperty(exports, "Route", {
|
|
1513
1597
|
enumerable: true,
|
|
1514
|
-
get: function
|
|
1515
|
-
return _Route
|
|
1598
|
+
get: function () {
|
|
1599
|
+
return _Route.default;
|
|
1516
1600
|
}
|
|
1517
1601
|
});
|
|
1518
1602
|
Object.defineProperty(exports, "RouteTable", {
|
|
1519
1603
|
enumerable: true,
|
|
1520
|
-
get: function
|
|
1521
|
-
return _RouteTable
|
|
1604
|
+
get: function () {
|
|
1605
|
+
return _RouteTable.default;
|
|
1522
1606
|
}
|
|
1523
1607
|
});
|
|
1524
1608
|
Object.defineProperty(exports, "RouteTablesApi", {
|
|
1525
1609
|
enumerable: true,
|
|
1526
|
-
get: function
|
|
1610
|
+
get: function () {
|
|
1527
1611
|
return _routetablesEndpoints.RouteTablesApi;
|
|
1528
1612
|
}
|
|
1529
1613
|
});
|
|
1530
1614
|
Object.defineProperty(exports, "RouteType", {
|
|
1531
1615
|
enumerable: true,
|
|
1532
|
-
get: function
|
|
1533
|
-
return _RouteType
|
|
1616
|
+
get: function () {
|
|
1617
|
+
return _RouteType.default;
|
|
1534
1618
|
}
|
|
1535
1619
|
});
|
|
1536
1620
|
Object.defineProperty(exports, "RoutesApi", {
|
|
1537
1621
|
enumerable: true,
|
|
1538
|
-
get: function
|
|
1622
|
+
get: function () {
|
|
1539
1623
|
return _routesEndpoints.RoutesApi;
|
|
1540
1624
|
}
|
|
1541
1625
|
});
|
|
1542
1626
|
Object.defineProperty(exports, "RoutingPoliciesApi", {
|
|
1543
1627
|
enumerable: true,
|
|
1544
|
-
get: function
|
|
1628
|
+
get: function () {
|
|
1545
1629
|
return _routingpoliciesEndpoints.RoutingPoliciesApi;
|
|
1546
1630
|
}
|
|
1547
1631
|
});
|
|
1548
1632
|
Object.defineProperty(exports, "RoutingPolicy", {
|
|
1549
1633
|
enumerable: true,
|
|
1550
|
-
get: function
|
|
1551
|
-
return _RoutingPolicy
|
|
1634
|
+
get: function () {
|
|
1635
|
+
return _RoutingPolicy.default;
|
|
1552
1636
|
}
|
|
1553
1637
|
});
|
|
1554
1638
|
Object.defineProperty(exports, "RoutingPolicyAction", {
|
|
1555
1639
|
enumerable: true,
|
|
1556
|
-
get: function
|
|
1557
|
-
return _RoutingPolicyAction
|
|
1640
|
+
get: function () {
|
|
1641
|
+
return _RoutingPolicyAction.default;
|
|
1558
1642
|
}
|
|
1559
1643
|
});
|
|
1560
1644
|
Object.defineProperty(exports, "RoutingPolicyActionType", {
|
|
1561
1645
|
enumerable: true,
|
|
1562
|
-
get: function
|
|
1563
|
-
return _RoutingPolicyActionType
|
|
1646
|
+
get: function () {
|
|
1647
|
+
return _RoutingPolicyActionType.default;
|
|
1564
1648
|
}
|
|
1565
1649
|
});
|
|
1566
1650
|
Object.defineProperty(exports, "RoutingPolicyClearCountersSpec", {
|
|
1567
1651
|
enumerable: true,
|
|
1568
|
-
get: function
|
|
1569
|
-
return _RoutingPolicyClearCountersSpec
|
|
1652
|
+
get: function () {
|
|
1653
|
+
return _RoutingPolicyClearCountersSpec.default;
|
|
1570
1654
|
}
|
|
1571
1655
|
});
|
|
1572
1656
|
Object.defineProperty(exports, "RoutingPolicyMatchCondition", {
|
|
1573
1657
|
enumerable: true,
|
|
1574
|
-
get: function
|
|
1575
|
-
return _RoutingPolicyMatchCondition
|
|
1658
|
+
get: function () {
|
|
1659
|
+
return _RoutingPolicyMatchCondition.default;
|
|
1576
1660
|
}
|
|
1577
1661
|
});
|
|
1578
1662
|
Object.defineProperty(exports, "RoutingPolicyProjection", {
|
|
1579
1663
|
enumerable: true,
|
|
1580
|
-
get: function
|
|
1581
|
-
return _RoutingPolicyProjection
|
|
1664
|
+
get: function () {
|
|
1665
|
+
return _RoutingPolicyProjection.default;
|
|
1582
1666
|
}
|
|
1583
1667
|
});
|
|
1584
1668
|
Object.defineProperty(exports, "RoutingPolicyRule", {
|
|
1585
1669
|
enumerable: true,
|
|
1586
|
-
get: function
|
|
1587
|
-
return _RoutingPolicyRule
|
|
1670
|
+
get: function () {
|
|
1671
|
+
return _RoutingPolicyRule.default;
|
|
1588
1672
|
}
|
|
1589
1673
|
});
|
|
1590
1674
|
Object.defineProperty(exports, "RoutingPolicyStatsApi", {
|
|
1591
1675
|
enumerable: true,
|
|
1592
|
-
get: function
|
|
1676
|
+
get: function () {
|
|
1593
1677
|
return _routingpolicystatsEndpoints.RoutingPolicyStatsApi;
|
|
1594
1678
|
}
|
|
1595
1679
|
});
|
|
1596
1680
|
Object.defineProperty(exports, "SchemaValidationError", {
|
|
1597
1681
|
enumerable: true,
|
|
1598
|
-
get: function
|
|
1599
|
-
return _SchemaValidationError
|
|
1682
|
+
get: function () {
|
|
1683
|
+
return _SchemaValidationError.default;
|
|
1600
1684
|
}
|
|
1601
1685
|
});
|
|
1602
1686
|
Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
1603
1687
|
enumerable: true,
|
|
1604
|
-
get: function
|
|
1605
|
-
return _SchemaValidationErrorMessage
|
|
1688
|
+
get: function () {
|
|
1689
|
+
return _SchemaValidationErrorMessage.default;
|
|
1606
1690
|
}
|
|
1607
1691
|
});
|
|
1608
1692
|
Object.defineProperty(exports, "ScopeType", {
|
|
1609
1693
|
enumerable: true,
|
|
1610
|
-
get: function
|
|
1611
|
-
return _ScopeType
|
|
1694
|
+
get: function () {
|
|
1695
|
+
return _ScopeType.default;
|
|
1612
1696
|
}
|
|
1613
1697
|
});
|
|
1614
1698
|
Object.defineProperty(exports, "SharedServiceHealth", {
|
|
1615
1699
|
enumerable: true,
|
|
1616
|
-
get: function
|
|
1617
|
-
return _SharedServiceHealth
|
|
1700
|
+
get: function () {
|
|
1701
|
+
return _SharedServiceHealth.default;
|
|
1618
1702
|
}
|
|
1619
1703
|
});
|
|
1620
1704
|
Object.defineProperty(exports, "SharedServiceName", {
|
|
1621
1705
|
enumerable: true,
|
|
1622
|
-
get: function
|
|
1623
|
-
return _SharedServiceName
|
|
1706
|
+
get: function () {
|
|
1707
|
+
return _SharedServiceName.default;
|
|
1624
1708
|
}
|
|
1625
1709
|
});
|
|
1626
1710
|
Object.defineProperty(exports, "SiteParams", {
|
|
1627
1711
|
enumerable: true,
|
|
1628
|
-
get: function
|
|
1629
|
-
return _SiteParams
|
|
1712
|
+
get: function () {
|
|
1713
|
+
return _SiteParams.default;
|
|
1630
1714
|
}
|
|
1631
1715
|
});
|
|
1632
1716
|
Object.defineProperty(exports, "State", {
|
|
1633
1717
|
enumerable: true,
|
|
1634
|
-
get: function
|
|
1635
|
-
return _State
|
|
1718
|
+
get: function () {
|
|
1719
|
+
return _State.default;
|
|
1636
1720
|
}
|
|
1637
1721
|
});
|
|
1638
1722
|
Object.defineProperty(exports, "StatsQueryResponseBase", {
|
|
1639
1723
|
enumerable: true,
|
|
1640
|
-
get: function
|
|
1641
|
-
return _StatsQueryResponseBase
|
|
1724
|
+
get: function () {
|
|
1725
|
+
return _StatsQueryResponseBase.default;
|
|
1642
1726
|
}
|
|
1643
1727
|
});
|
|
1644
1728
|
Object.defineProperty(exports, "StatsTaskReferenceApiResponse", {
|
|
1645
1729
|
enumerable: true,
|
|
1646
|
-
get: function
|
|
1647
|
-
return _TaskReferenceApiResponse2
|
|
1730
|
+
get: function () {
|
|
1731
|
+
return _TaskReferenceApiResponse2.default;
|
|
1648
1732
|
}
|
|
1649
1733
|
});
|
|
1650
1734
|
Object.defineProperty(exports, "Status", {
|
|
1651
1735
|
enumerable: true,
|
|
1652
|
-
get: function
|
|
1653
|
-
return _Status
|
|
1736
|
+
get: function () {
|
|
1737
|
+
return _Status.default;
|
|
1654
1738
|
}
|
|
1655
1739
|
});
|
|
1656
1740
|
Object.defineProperty(exports, "StretchConnectionType", {
|
|
1657
1741
|
enumerable: true,
|
|
1658
|
-
get: function
|
|
1659
|
-
return _StretchConnectionType
|
|
1742
|
+
get: function () {
|
|
1743
|
+
return _StretchConnectionType.default;
|
|
1660
1744
|
}
|
|
1661
1745
|
});
|
|
1662
1746
|
Object.defineProperty(exports, "StretchStatus", {
|
|
1663
1747
|
enumerable: true,
|
|
1664
|
-
get: function
|
|
1665
|
-
return _StretchStatus
|
|
1748
|
+
get: function () {
|
|
1749
|
+
return _StretchStatus.default;
|
|
1666
1750
|
}
|
|
1667
1751
|
});
|
|
1668
1752
|
Object.defineProperty(exports, "Subnet", {
|
|
1669
1753
|
enumerable: true,
|
|
1670
|
-
get: function
|
|
1671
|
-
return _Subnet
|
|
1754
|
+
get: function () {
|
|
1755
|
+
return _Subnet.default;
|
|
1672
1756
|
}
|
|
1673
1757
|
});
|
|
1674
1758
|
Object.defineProperty(exports, "SubnetCapabilities", {
|
|
1675
1759
|
enumerable: true,
|
|
1676
|
-
get: function
|
|
1677
|
-
return _SubnetCapabilities
|
|
1760
|
+
get: function () {
|
|
1761
|
+
return _SubnetCapabilities.default;
|
|
1678
1762
|
}
|
|
1679
1763
|
});
|
|
1680
1764
|
Object.defineProperty(exports, "SubnetIPReservationApi", {
|
|
1681
1765
|
enumerable: true,
|
|
1682
|
-
get: function
|
|
1766
|
+
get: function () {
|
|
1683
1767
|
return _subnetipreservationEndpoints.SubnetIPReservationApi;
|
|
1684
1768
|
}
|
|
1685
1769
|
});
|
|
1686
1770
|
Object.defineProperty(exports, "SubnetInfo", {
|
|
1687
1771
|
enumerable: true,
|
|
1688
|
-
get: function
|
|
1689
|
-
return _SubnetInfo
|
|
1772
|
+
get: function () {
|
|
1773
|
+
return _SubnetInfo.default;
|
|
1690
1774
|
}
|
|
1691
1775
|
});
|
|
1692
1776
|
Object.defineProperty(exports, "SubnetMigrationsApi", {
|
|
1693
1777
|
enumerable: true,
|
|
1694
|
-
get: function
|
|
1778
|
+
get: function () {
|
|
1695
1779
|
return _subnetmigrationsEndpoints.SubnetMigrationsApi;
|
|
1696
1780
|
}
|
|
1697
1781
|
});
|
|
1698
1782
|
Object.defineProperty(exports, "SubnetProjection", {
|
|
1699
1783
|
enumerable: true,
|
|
1700
|
-
get: function
|
|
1701
|
-
return _SubnetProjection
|
|
1784
|
+
get: function () {
|
|
1785
|
+
return _SubnetProjection.default;
|
|
1702
1786
|
}
|
|
1703
1787
|
});
|
|
1704
1788
|
Object.defineProperty(exports, "SubnetType", {
|
|
1705
1789
|
enumerable: true,
|
|
1706
|
-
get: function
|
|
1707
|
-
return _SubnetType
|
|
1790
|
+
get: function () {
|
|
1791
|
+
return _SubnetType.default;
|
|
1708
1792
|
}
|
|
1709
1793
|
});
|
|
1710
1794
|
Object.defineProperty(exports, "SubnetsApi", {
|
|
1711
1795
|
enumerable: true,
|
|
1712
|
-
get: function
|
|
1796
|
+
get: function () {
|
|
1713
1797
|
return _subnetsEndpoints.SubnetsApi;
|
|
1714
1798
|
}
|
|
1715
1799
|
});
|
|
1716
1800
|
Object.defineProperty(exports, "Target", {
|
|
1717
1801
|
enumerable: true,
|
|
1718
|
-
get: function
|
|
1719
|
-
return _Target
|
|
1802
|
+
get: function () {
|
|
1803
|
+
return _Target.default;
|
|
1720
1804
|
}
|
|
1721
1805
|
});
|
|
1722
1806
|
Object.defineProperty(exports, "TargetHealth", {
|
|
1723
1807
|
enumerable: true,
|
|
1724
|
-
get: function
|
|
1725
|
-
return _TargetHealth
|
|
1808
|
+
get: function () {
|
|
1809
|
+
return _TargetHealth.default;
|
|
1726
1810
|
}
|
|
1727
1811
|
});
|
|
1728
1812
|
Object.defineProperty(exports, "TargetStats", {
|
|
1729
1813
|
enumerable: true,
|
|
1730
|
-
get: function
|
|
1731
|
-
return _TargetStats
|
|
1814
|
+
get: function () {
|
|
1815
|
+
return _TargetStats.default;
|
|
1732
1816
|
}
|
|
1733
1817
|
});
|
|
1734
1818
|
Object.defineProperty(exports, "TaskReference", {
|
|
1735
1819
|
enumerable: true,
|
|
1736
|
-
get: function
|
|
1737
|
-
return _TaskReference
|
|
1820
|
+
get: function () {
|
|
1821
|
+
return _TaskReference.default;
|
|
1738
1822
|
}
|
|
1739
1823
|
});
|
|
1740
1824
|
Object.defineProperty(exports, "TenantAwareModel", {
|
|
1741
1825
|
enumerable: true,
|
|
1742
|
-
get: function
|
|
1743
|
-
return _TenantAwareModel
|
|
1826
|
+
get: function () {
|
|
1827
|
+
return _TenantAwareModel.default;
|
|
1828
|
+
}
|
|
1829
|
+
});
|
|
1830
|
+
Object.defineProperty(exports, "TrafficForwardingMode", {
|
|
1831
|
+
enumerable: true,
|
|
1832
|
+
get: function () {
|
|
1833
|
+
return _TrafficForwardingMode.default;
|
|
1744
1834
|
}
|
|
1745
1835
|
});
|
|
1746
1836
|
Object.defineProperty(exports, "TrafficMirror", {
|
|
1747
1837
|
enumerable: true,
|
|
1748
|
-
get: function
|
|
1749
|
-
return _TrafficMirror
|
|
1838
|
+
get: function () {
|
|
1839
|
+
return _TrafficMirror.default;
|
|
1750
1840
|
}
|
|
1751
1841
|
});
|
|
1752
1842
|
Object.defineProperty(exports, "TrafficMirrorPort", {
|
|
1753
1843
|
enumerable: true,
|
|
1754
|
-
get: function
|
|
1755
|
-
return _TrafficMirrorPort
|
|
1844
|
+
get: function () {
|
|
1845
|
+
return _TrafficMirrorPort.default;
|
|
1756
1846
|
}
|
|
1757
1847
|
});
|
|
1758
1848
|
Object.defineProperty(exports, "TrafficMirrorPortNicType", {
|
|
1759
1849
|
enumerable: true,
|
|
1760
|
-
get: function
|
|
1761
|
-
return _TrafficMirrorPortNicType
|
|
1850
|
+
get: function () {
|
|
1851
|
+
return _TrafficMirrorPortNicType.default;
|
|
1762
1852
|
}
|
|
1763
1853
|
});
|
|
1764
1854
|
Object.defineProperty(exports, "TrafficMirrorSourcePort", {
|
|
1765
1855
|
enumerable: true,
|
|
1766
|
-
get: function
|
|
1767
|
-
return _TrafficMirrorSourcePort
|
|
1856
|
+
get: function () {
|
|
1857
|
+
return _TrafficMirrorSourcePort.default;
|
|
1768
1858
|
}
|
|
1769
1859
|
});
|
|
1770
1860
|
Object.defineProperty(exports, "TrafficMirrorSourcePortDirection", {
|
|
1771
1861
|
enumerable: true,
|
|
1772
|
-
get: function
|
|
1773
|
-
return _TrafficMirrorSourcePortDirection
|
|
1862
|
+
get: function () {
|
|
1863
|
+
return _TrafficMirrorSourcePortDirection.default;
|
|
1774
1864
|
}
|
|
1775
1865
|
});
|
|
1776
1866
|
Object.defineProperty(exports, "TrafficMirrorState", {
|
|
1777
1867
|
enumerable: true,
|
|
1778
|
-
get: function
|
|
1779
|
-
return _TrafficMirrorState
|
|
1868
|
+
get: function () {
|
|
1869
|
+
return _TrafficMirrorState.default;
|
|
1780
1870
|
}
|
|
1781
1871
|
});
|
|
1782
1872
|
Object.defineProperty(exports, "TrafficMirrorStats", {
|
|
1783
1873
|
enumerable: true,
|
|
1784
|
-
get: function
|
|
1785
|
-
return _TrafficMirrorStats
|
|
1874
|
+
get: function () {
|
|
1875
|
+
return _TrafficMirrorStats.default;
|
|
1786
1876
|
}
|
|
1787
1877
|
});
|
|
1788
1878
|
Object.defineProperty(exports, "TrafficMirrorStatsApi", {
|
|
1789
1879
|
enumerable: true,
|
|
1790
|
-
get: function
|
|
1880
|
+
get: function () {
|
|
1791
1881
|
return _trafficmirrorstatsEndpoints.TrafficMirrorStatsApi;
|
|
1792
1882
|
}
|
|
1793
1883
|
});
|
|
1794
1884
|
Object.defineProperty(exports, "TrafficMirrorsApi", {
|
|
1795
1885
|
enumerable: true,
|
|
1796
|
-
get: function
|
|
1886
|
+
get: function () {
|
|
1797
1887
|
return _trafficmirrorsEndpoints.TrafficMirrorsApi;
|
|
1798
1888
|
}
|
|
1799
1889
|
});
|
|
1800
1890
|
Object.defineProperty(exports, "UnreserveType", {
|
|
1801
1891
|
enumerable: true,
|
|
1802
|
-
get: function
|
|
1803
|
-
return _UnreserveType
|
|
1892
|
+
get: function () {
|
|
1893
|
+
return _UnreserveType.default;
|
|
1804
1894
|
}
|
|
1805
1895
|
});
|
|
1806
1896
|
Object.defineProperty(exports, "UplinkBond", {
|
|
1807
1897
|
enumerable: true,
|
|
1808
|
-
get: function
|
|
1809
|
-
return _UplinkBond
|
|
1898
|
+
get: function () {
|
|
1899
|
+
return _UplinkBond.default;
|
|
1810
1900
|
}
|
|
1811
1901
|
});
|
|
1812
1902
|
Object.defineProperty(exports, "UplinkBondLacpStatus", {
|
|
1813
1903
|
enumerable: true,
|
|
1814
|
-
get: function
|
|
1815
|
-
return _UplinkBondLacpStatus
|
|
1904
|
+
get: function () {
|
|
1905
|
+
return _UplinkBondLacpStatus.default;
|
|
1816
1906
|
}
|
|
1817
1907
|
});
|
|
1818
1908
|
Object.defineProperty(exports, "UplinkBondType", {
|
|
1819
1909
|
enumerable: true,
|
|
1820
|
-
get: function
|
|
1821
|
-
return _UplinkBondType
|
|
1910
|
+
get: function () {
|
|
1911
|
+
return _UplinkBondType.default;
|
|
1822
1912
|
}
|
|
1823
1913
|
});
|
|
1824
1914
|
Object.defineProperty(exports, "UplinkBondVirtualSwitchInfo", {
|
|
1825
1915
|
enumerable: true,
|
|
1826
|
-
get: function
|
|
1827
|
-
return _UplinkBondVirtualSwitchInfo
|
|
1916
|
+
get: function () {
|
|
1917
|
+
return _UplinkBondVirtualSwitchInfo.default;
|
|
1828
1918
|
}
|
|
1829
1919
|
});
|
|
1830
1920
|
Object.defineProperty(exports, "UplinkBondsApi", {
|
|
1831
1921
|
enumerable: true,
|
|
1832
|
-
get: function
|
|
1922
|
+
get: function () {
|
|
1833
1923
|
return _uplinkbondsEndpoints.UplinkBondsApi;
|
|
1834
1924
|
}
|
|
1835
1925
|
});
|
|
1836
1926
|
Object.defineProperty(exports, "VirtualIP", {
|
|
1837
1927
|
enumerable: true,
|
|
1838
|
-
get: function
|
|
1839
|
-
return _VirtualIP
|
|
1928
|
+
get: function () {
|
|
1929
|
+
return _VirtualIP.default;
|
|
1840
1930
|
}
|
|
1841
1931
|
});
|
|
1842
1932
|
Object.defineProperty(exports, "VirtualSwitch", {
|
|
1843
1933
|
enumerable: true,
|
|
1844
|
-
get: function
|
|
1845
|
-
return _VirtualSwitch
|
|
1934
|
+
get: function () {
|
|
1935
|
+
return _VirtualSwitch.default;
|
|
1846
1936
|
}
|
|
1847
1937
|
});
|
|
1848
1938
|
Object.defineProperty(exports, "VirtualSwitchNodesInfoApi", {
|
|
1849
1939
|
enumerable: true,
|
|
1850
|
-
get: function
|
|
1940
|
+
get: function () {
|
|
1851
1941
|
return _virtualswitchnodesinfoEndpoints.VirtualSwitchNodesInfoApi;
|
|
1852
1942
|
}
|
|
1853
1943
|
});
|
|
1854
1944
|
Object.defineProperty(exports, "VirtualSwitchProjection", {
|
|
1855
1945
|
enumerable: true,
|
|
1856
|
-
get: function
|
|
1857
|
-
return _VirtualSwitchProjection
|
|
1946
|
+
get: function () {
|
|
1947
|
+
return _VirtualSwitchProjection.default;
|
|
1858
1948
|
}
|
|
1859
1949
|
});
|
|
1860
1950
|
Object.defineProperty(exports, "VirtualSwitchesApi", {
|
|
1861
1951
|
enumerable: true,
|
|
1862
|
-
get: function
|
|
1952
|
+
get: function () {
|
|
1863
1953
|
return _virtualswitchesEndpoints.VirtualSwitchesApi;
|
|
1864
1954
|
}
|
|
1865
1955
|
});
|
|
1866
1956
|
Object.defineProperty(exports, "VlanSubnetMigrationSpec", {
|
|
1867
1957
|
enumerable: true,
|
|
1868
|
-
get: function
|
|
1869
|
-
return _VlanSubnetMigrationSpec
|
|
1958
|
+
get: function () {
|
|
1959
|
+
return _VlanSubnetMigrationSpec.default;
|
|
1870
1960
|
}
|
|
1871
1961
|
});
|
|
1872
1962
|
Object.defineProperty(exports, "Vm", {
|
|
1873
1963
|
enumerable: true,
|
|
1874
|
-
get: function
|
|
1875
|
-
return _Vm
|
|
1964
|
+
get: function () {
|
|
1965
|
+
return _Vm.default;
|
|
1876
1966
|
}
|
|
1877
1967
|
});
|
|
1878
1968
|
Object.defineProperty(exports, "VmNic", {
|
|
1879
1969
|
enumerable: true,
|
|
1880
|
-
get: function
|
|
1881
|
-
return _VmNic
|
|
1970
|
+
get: function () {
|
|
1971
|
+
return _VmNic.default;
|
|
1882
1972
|
}
|
|
1883
1973
|
});
|
|
1884
1974
|
Object.defineProperty(exports, "VmNicAssociation", {
|
|
1885
1975
|
enumerable: true,
|
|
1886
|
-
get: function
|
|
1887
|
-
return _VmNicAssociation
|
|
1976
|
+
get: function () {
|
|
1977
|
+
return _VmNicAssociation.default;
|
|
1888
1978
|
}
|
|
1889
1979
|
});
|
|
1890
1980
|
Object.defineProperty(exports, "VmNicProjection", {
|
|
1891
1981
|
enumerable: true,
|
|
1892
|
-
get: function
|
|
1893
|
-
return _VmNicProjection
|
|
1982
|
+
get: function () {
|
|
1983
|
+
return _VmNicProjection.default;
|
|
1894
1984
|
}
|
|
1895
1985
|
});
|
|
1896
1986
|
Object.defineProperty(exports, "VmProjection", {
|
|
1897
1987
|
enumerable: true,
|
|
1898
|
-
get: function
|
|
1899
|
-
return _VmProjection
|
|
1988
|
+
get: function () {
|
|
1989
|
+
return _VmProjection.default;
|
|
1900
1990
|
}
|
|
1901
1991
|
});
|
|
1902
1992
|
Object.defineProperty(exports, "Vnic", {
|
|
1903
1993
|
enumerable: true,
|
|
1904
|
-
get: function
|
|
1905
|
-
return _Vnic
|
|
1994
|
+
get: function () {
|
|
1995
|
+
return _Vnic.default;
|
|
1906
1996
|
}
|
|
1907
1997
|
});
|
|
1908
1998
|
Object.defineProperty(exports, "VnicMigrationItemSpec", {
|
|
1909
1999
|
enumerable: true,
|
|
1910
|
-
get: function
|
|
1911
|
-
return _VnicMigrationItemSpec
|
|
2000
|
+
get: function () {
|
|
2001
|
+
return _VnicMigrationItemSpec.default;
|
|
1912
2002
|
}
|
|
1913
2003
|
});
|
|
1914
2004
|
Object.defineProperty(exports, "Vpc", {
|
|
1915
2005
|
enumerable: true,
|
|
1916
|
-
get: function
|
|
1917
|
-
return _Vpc
|
|
2006
|
+
get: function () {
|
|
2007
|
+
return _Vpc.default;
|
|
1918
2008
|
}
|
|
1919
2009
|
});
|
|
1920
2010
|
Object.defineProperty(exports, "VpcDhcpOptions", {
|
|
1921
2011
|
enumerable: true,
|
|
1922
|
-
get: function
|
|
1923
|
-
return _VpcDhcpOptions
|
|
2012
|
+
get: function () {
|
|
2013
|
+
return _VpcDhcpOptions.default;
|
|
1924
2014
|
}
|
|
1925
2015
|
});
|
|
1926
2016
|
Object.defineProperty(exports, "VpcGlobalConfig", {
|
|
1927
2017
|
enumerable: true,
|
|
1928
|
-
get: function
|
|
1929
|
-
return _VpcGlobalConfig
|
|
2018
|
+
get: function () {
|
|
2019
|
+
return _VpcGlobalConfig.default;
|
|
1930
2020
|
}
|
|
1931
2021
|
});
|
|
1932
2022
|
Object.defineProperty(exports, "VpcName", {
|
|
1933
2023
|
enumerable: true,
|
|
1934
|
-
get: function
|
|
1935
|
-
return _VpcName
|
|
2024
|
+
get: function () {
|
|
2025
|
+
return _VpcName.default;
|
|
1936
2026
|
}
|
|
1937
2027
|
});
|
|
1938
2028
|
Object.defineProperty(exports, "VpcNameProjection", {
|
|
1939
2029
|
enumerable: true,
|
|
1940
|
-
get: function
|
|
1941
|
-
return _VpcNameProjection
|
|
2030
|
+
get: function () {
|
|
2031
|
+
return _VpcNameProjection.default;
|
|
1942
2032
|
}
|
|
1943
2033
|
});
|
|
1944
2034
|
Object.defineProperty(exports, "VpcNsStats", {
|
|
1945
2035
|
enumerable: true,
|
|
1946
|
-
get: function
|
|
1947
|
-
return _VpcNsStats
|
|
2036
|
+
get: function () {
|
|
2037
|
+
return _VpcNsStats.default;
|
|
1948
2038
|
}
|
|
1949
2039
|
});
|
|
1950
2040
|
Object.defineProperty(exports, "VpcNsStatsApi", {
|
|
1951
2041
|
enumerable: true,
|
|
1952
|
-
get: function
|
|
2042
|
+
get: function () {
|
|
1953
2043
|
return _vpcnsstatsEndpoints.VpcNsStatsApi;
|
|
1954
2044
|
}
|
|
1955
2045
|
});
|
|
1956
2046
|
Object.defineProperty(exports, "VpcProjection", {
|
|
1957
2047
|
enumerable: true,
|
|
1958
|
-
get: function
|
|
1959
|
-
return _VpcProjection
|
|
2048
|
+
get: function () {
|
|
2049
|
+
return _VpcProjection.default;
|
|
1960
2050
|
}
|
|
1961
2051
|
});
|
|
1962
2052
|
Object.defineProperty(exports, "VpcType", {
|
|
1963
2053
|
enumerable: true,
|
|
1964
|
-
get: function
|
|
1965
|
-
return _VpcType
|
|
2054
|
+
get: function () {
|
|
2055
|
+
return _VpcType.default;
|
|
1966
2056
|
}
|
|
1967
2057
|
});
|
|
1968
2058
|
Object.defineProperty(exports, "VpcVirtualSwitchMapping", {
|
|
1969
2059
|
enumerable: true,
|
|
1970
|
-
get: function
|
|
1971
|
-
return _VpcVirtualSwitchMapping
|
|
2060
|
+
get: function () {
|
|
2061
|
+
return _VpcVirtualSwitchMapping.default;
|
|
1972
2062
|
}
|
|
1973
2063
|
});
|
|
1974
2064
|
Object.defineProperty(exports, "VpcVirtualSwitchMappingsApi", {
|
|
1975
2065
|
enumerable: true,
|
|
1976
|
-
get: function
|
|
2066
|
+
get: function () {
|
|
1977
2067
|
return _vpcvirtualswitchmappingsEndpoints.VpcVirtualSwitchMappingsApi;
|
|
1978
2068
|
}
|
|
1979
2069
|
});
|
|
1980
2070
|
Object.defineProperty(exports, "VpcsApi", {
|
|
1981
2071
|
enumerable: true,
|
|
1982
|
-
get: function
|
|
2072
|
+
get: function () {
|
|
1983
2073
|
return _vpcsEndpoints.VpcsApi;
|
|
1984
2074
|
}
|
|
1985
2075
|
});
|
|
1986
2076
|
Object.defineProperty(exports, "VpnAppliance", {
|
|
1987
2077
|
enumerable: true,
|
|
1988
|
-
get: function
|
|
1989
|
-
return _VpnAppliance
|
|
2078
|
+
get: function () {
|
|
2079
|
+
return _VpnAppliance.default;
|
|
1990
2080
|
}
|
|
1991
2081
|
});
|
|
1992
2082
|
Object.defineProperty(exports, "VpnConnection", {
|
|
1993
2083
|
enumerable: true,
|
|
1994
|
-
get: function
|
|
1995
|
-
return _VpnConnection
|
|
2084
|
+
get: function () {
|
|
2085
|
+
return _VpnConnection.default;
|
|
1996
2086
|
}
|
|
1997
2087
|
});
|
|
1998
2088
|
Object.defineProperty(exports, "VpnConnectionStats", {
|
|
1999
2089
|
enumerable: true,
|
|
2000
|
-
get: function
|
|
2001
|
-
return _VpnConnectionStats
|
|
2090
|
+
get: function () {
|
|
2091
|
+
return _VpnConnectionStats.default;
|
|
2002
2092
|
}
|
|
2003
2093
|
});
|
|
2004
2094
|
Object.defineProperty(exports, "VpnConnectionStatsApi", {
|
|
2005
2095
|
enumerable: true,
|
|
2006
|
-
get: function
|
|
2096
|
+
get: function () {
|
|
2007
2097
|
return _vpnconnectionstatsEndpoints.VpnConnectionStatsApi;
|
|
2008
2098
|
}
|
|
2009
2099
|
});
|
|
2010
2100
|
Object.defineProperty(exports, "VpnConnectionsApi", {
|
|
2011
2101
|
enumerable: true,
|
|
2012
|
-
get: function
|
|
2102
|
+
get: function () {
|
|
2013
2103
|
return _vpnconnectionsEndpoints.VpnConnectionsApi;
|
|
2014
2104
|
}
|
|
2015
2105
|
});
|
|
2016
2106
|
Object.defineProperty(exports, "Vtep", {
|
|
2017
2107
|
enumerable: true,
|
|
2018
|
-
get: function
|
|
2019
|
-
return _Vtep
|
|
2108
|
+
get: function () {
|
|
2109
|
+
return _Vtep.default;
|
|
2020
2110
|
}
|
|
2021
2111
|
});
|
|
2022
|
-
exports
|
|
2112
|
+
exports.default = void 0;
|
|
2023
2113
|
var _ApiClient = require("./ApiClient");
|
|
2024
2114
|
var _awssubnetsEndpoints = require("./apis/awssubnets-endpoints");
|
|
2025
2115
|
var _awsvpcsEndpoints = require("./apis/awsvpcs-endpoints");
|
|
@@ -2063,6 +2153,7 @@ var _IPAddressOrFQDN = _interopRequireDefault(require("./models/common/v1/config
|
|
|
2063
2153
|
var _IPv4Address = _interopRequireDefault(require("./models/common/v1/config/IPv4Address"));
|
|
2064
2154
|
var _IPv6Address = _interopRequireDefault(require("./models/common/v1/config/IPv6Address"));
|
|
2065
2155
|
var _KVPair = _interopRequireDefault(require("./models/common/v1/config/KVPair"));
|
|
2156
|
+
var _KVStringPair = _interopRequireDefault(require("./models/common/v1/config/KVStringPair"));
|
|
2066
2157
|
var _MapOfStringWrapper = _interopRequireDefault(require("./models/common/v1/config/MapOfStringWrapper"));
|
|
2067
2158
|
var _Message = _interopRequireDefault(require("./models/common/v1/config/Message"));
|
|
2068
2159
|
var _MessageSeverity = _interopRequireDefault(require("./models/common/v1/config/MessageSeverity"));
|
|
@@ -2084,6 +2175,7 @@ var _AddressTypeObject = _interopRequireDefault(require("./models/networking/v4/
|
|
|
2084
2175
|
var _Algorithm = _interopRequireDefault(require("./models/networking/v4/config/Algorithm"));
|
|
2085
2176
|
var _Anc = _interopRequireDefault(require("./models/networking/v4/config/Anc"));
|
|
2086
2177
|
var _AssignmentType = _interopRequireDefault(require("./models/networking/v4/config/AssignmentType"));
|
|
2178
|
+
var _AssociationStatus = _interopRequireDefault(require("./models/networking/v4/config/AssociationStatus"));
|
|
2087
2179
|
var _AuthenticationAlgorithm = _interopRequireDefault(require("./models/networking/v4/config/AuthenticationAlgorithm"));
|
|
2088
2180
|
var _AuthenticationType = _interopRequireDefault(require("./models/networking/v4/config/AuthenticationType"));
|
|
2089
2181
|
var _AuthorizationData = _interopRequireDefault(require("./models/networking/v4/config/AuthorizationData"));
|
|
@@ -2107,6 +2199,9 @@ var _BridgeProjection = _interopRequireDefault(require("./models/networking/v4/c
|
|
|
2107
2199
|
var _Capability = _interopRequireDefault(require("./models/networking/v4/config/Capability"));
|
|
2108
2200
|
var _CapabilityConfig = _interopRequireDefault(require("./models/networking/v4/config/CapabilityConfig"));
|
|
2109
2201
|
var _CapabilityType = _interopRequireDefault(require("./models/networking/v4/config/CapabilityType"));
|
|
2202
|
+
var _CategoryScope = _interopRequireDefault(require("./models/networking/v4/config/CategoryScope"));
|
|
2203
|
+
var _CategoryTarget = _interopRequireDefault(require("./models/networking/v4/config/CategoryTarget"));
|
|
2204
|
+
var _CategoryVnicSelector = _interopRequireDefault(require("./models/networking/v4/config/CategoryVnicSelector"));
|
|
2110
2205
|
var _CloudSubstrate = _interopRequireDefault(require("./models/networking/v4/config/CloudSubstrate"));
|
|
2111
2206
|
var _Cluster = _interopRequireDefault(require("./models/networking/v4/config/Cluster"));
|
|
2112
2207
|
var _ClusterCapability = _interopRequireDefault(require("./models/networking/v4/config/ClusterCapability"));
|
|
@@ -2140,6 +2235,7 @@ var _GatewayInterface = _interopRequireDefault(require("./models/networking/v4/c
|
|
|
2140
2235
|
var _GatewayManagementInterface = _interopRequireDefault(require("./models/networking/v4/config/GatewayManagementInterface"));
|
|
2141
2236
|
var _GatewayNic = _interopRequireDefault(require("./models/networking/v4/config/GatewayNic"));
|
|
2142
2237
|
var _GatewayNodeReference = _interopRequireDefault(require("./models/networking/v4/config/GatewayNodeReference"));
|
|
2238
|
+
var _GatewayNodesSelector = _interopRequireDefault(require("./models/networking/v4/config/GatewayNodesSelector"));
|
|
2143
2239
|
var _GatewayProjection = _interopRequireDefault(require("./models/networking/v4/config/GatewayProjection"));
|
|
2144
2240
|
var _GatewayRole = _interopRequireDefault(require("./models/networking/v4/config/GatewayRole"));
|
|
2145
2241
|
var _GcpConfig = _interopRequireDefault(require("./models/networking/v4/config/GcpConfig"));
|
|
@@ -2168,7 +2264,11 @@ var _GetVpcApiResponse = _interopRequireDefault(require("./models/networking/v4/
|
|
|
2168
2264
|
var _GetVpnConnectionApiResponse = _interopRequireDefault(require("./models/networking/v4/config/GetVpnConnectionApiResponse"));
|
|
2169
2265
|
var _HealthCheck = _interopRequireDefault(require("./models/networking/v4/config/HealthCheck"));
|
|
2170
2266
|
var _HealthStatus = _interopRequireDefault(require("./models/networking/v4/config/HealthStatus"));
|
|
2267
|
+
var _HighAvailabilityAlgorithm = _interopRequireDefault(require("./models/networking/v4/config/HighAvailabilityAlgorithm"));
|
|
2268
|
+
var _HighAvailabilityGroup = _interopRequireDefault(require("./models/networking/v4/config/HighAvailabilityGroup"));
|
|
2171
2269
|
var _HighAvailabilityMode = _interopRequireDefault(require("./models/networking/v4/config/HighAvailabilityMode"));
|
|
2270
|
+
var _HighAvailabilityState = _interopRequireDefault(require("./models/networking/v4/config/HighAvailabilityState"));
|
|
2271
|
+
var _HighAvailabilityStatus = _interopRequireDefault(require("./models/networking/v4/config/HighAvailabilityStatus"));
|
|
2172
2272
|
var _Host = _interopRequireDefault(require("./models/networking/v4/config/Host"));
|
|
2173
2273
|
var _HostNic = _interopRequireDefault(require("./models/networking/v4/config/HostNic"));
|
|
2174
2274
|
var _HostNicComplianceStatus = _interopRequireDefault(require("./models/networking/v4/config/HostNicComplianceStatus"));
|
|
@@ -2192,7 +2292,9 @@ var _IpFamily = _interopRequireDefault(require("./models/networking/v4/config/Ip
|
|
|
2192
2292
|
var _IpReserveSpec = _interopRequireDefault(require("./models/networking/v4/config/IpReserveSpec"));
|
|
2193
2293
|
var _IpUnreserveSpec = _interopRequireDefault(require("./models/networking/v4/config/IpUnreserveSpec"));
|
|
2194
2294
|
var _IpsecConfig = _interopRequireDefault(require("./models/networking/v4/config/IpsecConfig"));
|
|
2295
|
+
var _KubernetesCluster = _interopRequireDefault(require("./models/networking/v4/config/KubernetesCluster"));
|
|
2195
2296
|
var _Layer2Stretch = _interopRequireDefault(require("./models/networking/v4/config/Layer2Stretch"));
|
|
2297
|
+
var _Layer2StretchProjection = _interopRequireDefault(require("./models/networking/v4/config/Layer2StretchProjection"));
|
|
2196
2298
|
var _LayerFourProtocolObject = _interopRequireDefault(require("./models/networking/v4/config/LayerFourProtocolObject"));
|
|
2197
2299
|
var _LearnedMacAddress = _interopRequireDefault(require("./models/networking/v4/config/LearnedMacAddress"));
|
|
2198
2300
|
var _ListBgpRoutesApiResponse = _interopRequireDefault(require("./models/networking/v4/config/ListBgpRoutesApiResponse"));
|
|
@@ -2254,8 +2356,10 @@ var _NodeServiceHealth = _interopRequireDefault(require("./models/networking/v4/
|
|
|
2254
2356
|
var _NodeServiceName = _interopRequireDefault(require("./models/networking/v4/config/NodeServiceName"));
|
|
2255
2357
|
var _OspfConfig = _interopRequireDefault(require("./models/networking/v4/config/OspfConfig"));
|
|
2256
2358
|
var _OwnerType = _interopRequireDefault(require("./models/networking/v4/config/OwnerType"));
|
|
2359
|
+
var _PeeredGateway = _interopRequireDefault(require("./models/networking/v4/config/PeeredGateway"));
|
|
2257
2360
|
var _PortRange = _interopRequireDefault(require("./models/networking/v4/config/PortRange"));
|
|
2258
2361
|
var _PrivateIpAssociation = _interopRequireDefault(require("./models/networking/v4/config/PrivateIpAssociation"));
|
|
2362
|
+
var _ProjectReference = _interopRequireDefault(require("./models/networking/v4/config/ProjectReference"));
|
|
2259
2363
|
var _Protocol = _interopRequireDefault(require("./models/networking/v4/config/Protocol"));
|
|
2260
2364
|
var _ProtocolNumberObject = _interopRequireDefault(require("./models/networking/v4/config/ProtocolNumberObject"));
|
|
2261
2365
|
var _ProtocolType = _interopRequireDefault(require("./models/networking/v4/config/ProtocolType"));
|
|
@@ -2303,6 +2407,7 @@ var _SubnetType = _interopRequireDefault(require("./models/networking/v4/config/
|
|
|
2303
2407
|
var _Target = _interopRequireDefault(require("./models/networking/v4/config/Target"));
|
|
2304
2408
|
var _TargetHealth = _interopRequireDefault(require("./models/networking/v4/config/TargetHealth"));
|
|
2305
2409
|
var _TaskReferenceApiResponse = _interopRequireDefault(require("./models/networking/v4/config/TaskReferenceApiResponse"));
|
|
2410
|
+
var _TrafficForwardingMode = _interopRequireDefault(require("./models/networking/v4/config/TrafficForwardingMode"));
|
|
2306
2411
|
var _TrafficMirror = _interopRequireDefault(require("./models/networking/v4/config/TrafficMirror"));
|
|
2307
2412
|
var _TrafficMirrorPort = _interopRequireDefault(require("./models/networking/v4/config/TrafficMirrorPort"));
|
|
2308
2413
|
var _TrafficMirrorPortNicType = _interopRequireDefault(require("./models/networking/v4/config/TrafficMirrorPortNicType"));
|
|
@@ -2356,11 +2461,11 @@ var _TrafficMirrorStats = _interopRequireDefault(require("./models/networking/v4
|
|
|
2356
2461
|
var _VpcNsStats = _interopRequireDefault(require("./models/networking/v4/stats/VpcNsStats"));
|
|
2357
2462
|
var _VpnConnectionStats = _interopRequireDefault(require("./models/networking/v4/stats/VpnConnectionStats"));
|
|
2358
2463
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
2359
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : {
|
|
2464
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
2360
2465
|
// Export base files
|
|
2361
2466
|
// Export APIs
|
|
2362
2467
|
// Export models
|
|
2363
|
-
var _default = exports
|
|
2468
|
+
var _default = exports.default = {
|
|
2364
2469
|
ApiClient: _ApiClient.ApiClient,
|
|
2365
2470
|
AwsSubnetsApi: _awssubnetsEndpoints.AwsSubnetsApi,
|
|
2366
2471
|
AwsVpcsApi: _awsvpcsEndpoints.AwsVpcsApi,
|
|
@@ -2397,304 +2502,319 @@ var _default = exports["default"] = {
|
|
|
2397
2502
|
VpcsApi: _vpcsEndpoints.VpcsApi,
|
|
2398
2503
|
VpnConnectionStatsApi: _vpnconnectionstatsEndpoints.VpnConnectionStatsApi,
|
|
2399
2504
|
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
|
-
|
|
2505
|
+
FQDN: _FQDN.default,
|
|
2506
|
+
Flag: _Flag.default,
|
|
2507
|
+
IPAddress: _IPAddress.default,
|
|
2508
|
+
IPAddressOrFQDN: _IPAddressOrFQDN.default,
|
|
2509
|
+
IPv4Address: _IPv4Address.default,
|
|
2510
|
+
IPv6Address: _IPv6Address.default,
|
|
2511
|
+
KVPair: _KVPair.default,
|
|
2512
|
+
KVStringPair: _KVStringPair.default,
|
|
2513
|
+
MapOfStringWrapper: _MapOfStringWrapper.default,
|
|
2514
|
+
Message: _Message.default,
|
|
2515
|
+
MessageSeverity: _MessageSeverity.default,
|
|
2516
|
+
Metadata: _Metadata.default,
|
|
2517
|
+
TenantAwareModel: _TenantAwareModel.default,
|
|
2518
|
+
ApiLink: _ApiLink.default,
|
|
2519
|
+
ApiResponseMetadata: _ApiResponseMetadata.default,
|
|
2520
|
+
ExternalizableAbstractModel: _ExternalizableAbstractModel.default,
|
|
2521
|
+
DownSamplingOperator: _DownSamplingOperator.default,
|
|
2522
|
+
AwsSubnet: _AwsSubnet.default,
|
|
2523
|
+
AwsVpc: _AwsVpc.default,
|
|
2524
|
+
Capabilities: _Capabilities.default,
|
|
2525
|
+
CloudType: _CloudType.default,
|
|
2526
|
+
ListAwsSubnetsApiResponse: _ListAwsSubnetsApiResponse.default,
|
|
2527
|
+
ListAwsVpcsApiResponse: _ListAwsVpcsApiResponse.default,
|
|
2528
|
+
SubnetCapabilities: _SubnetCapabilities.default,
|
|
2529
|
+
AddressType: _AddressType.default,
|
|
2530
|
+
AddressTypeObject: _AddressTypeObject.default,
|
|
2531
|
+
Algorithm: _Algorithm.default,
|
|
2532
|
+
Anc: _Anc.default,
|
|
2533
|
+
AssignmentType: _AssignmentType.default,
|
|
2534
|
+
AssociationStatus: _AssociationStatus.default,
|
|
2535
|
+
AuthenticationAlgorithm: _AuthenticationAlgorithm.default,
|
|
2536
|
+
AuthenticationType: _AuthenticationType.default,
|
|
2537
|
+
AuthorizationData: _AuthorizationData.default,
|
|
2538
|
+
AwsConfig: _AwsConfig.default,
|
|
2539
|
+
AwsExternalSubnetConfig: _AwsExternalSubnetConfig.default,
|
|
2540
|
+
AwsSubnetConfig: _AwsSubnetConfig.default,
|
|
2541
|
+
AzureConfig: _AzureConfig.default,
|
|
2542
|
+
AzureExternalSubnetBinding: _AzureExternalSubnetBinding.default,
|
|
2543
|
+
AzureExternalSubnetConfig: _AzureExternalSubnetConfig.default,
|
|
2544
|
+
BaseRoute: _BaseRoute.default,
|
|
2545
|
+
BgpCommunity: _BgpCommunity.default,
|
|
2546
|
+
BgpConfig: _BgpConfig.default,
|
|
2547
|
+
BgpInfo: _BgpInfo.default,
|
|
2548
|
+
BgpRoute: _BgpRoute.default,
|
|
2549
|
+
BgpRouteType: _BgpRouteType.default,
|
|
2550
|
+
BgpSession: _BgpSession.default,
|
|
2551
|
+
BgpSessionProjection: _BgpSessionProjection.default,
|
|
2552
|
+
BondModeType: _BondModeType.default,
|
|
2553
|
+
Bridge: _Bridge.default,
|
|
2554
|
+
BridgeProjection: _BridgeProjection.default,
|
|
2555
|
+
Capability: _Capability.default,
|
|
2556
|
+
CapabilityConfig: _CapabilityConfig.default,
|
|
2557
|
+
CapabilityType: _CapabilityType.default,
|
|
2558
|
+
CategoryScope: _CategoryScope.default,
|
|
2559
|
+
CategoryTarget: _CategoryTarget.default,
|
|
2560
|
+
CategoryVnicSelector: _CategoryVnicSelector.default,
|
|
2561
|
+
CloudSubstrate: _CloudSubstrate.default,
|
|
2562
|
+
Cluster: _Cluster.default,
|
|
2563
|
+
ClusterCapability: _ClusterCapability.default,
|
|
2564
|
+
ClusterFlowStatus: _ClusterFlowStatus.default,
|
|
2565
|
+
ClusterHealth: _ClusterHealth.default,
|
|
2566
|
+
ClusterStatus: _ClusterStatus.default,
|
|
2567
|
+
ControllerStatus: _ControllerStatus.default,
|
|
2568
|
+
DataPlaneHealthCheckConfig: _DataPlaneHealthCheckConfig.default,
|
|
2569
|
+
DefaultVlanStack: _DefaultVlanStack.default,
|
|
2570
|
+
DhcpOptions: _DhcpOptions.default,
|
|
2571
|
+
DpdConfig: _DpdConfig.default,
|
|
2572
|
+
DpdOperation: _DpdOperation.default,
|
|
2573
|
+
EncryptionAlgorithm: _EncryptionAlgorithm.default,
|
|
2574
|
+
ExportScope: _ExportScope.default,
|
|
2575
|
+
ExporterProtocol: _ExporterProtocol.default,
|
|
2576
|
+
ExternalDhcpServer: _ExternalDhcpServer.default,
|
|
2577
|
+
ExternalSubnet: _ExternalSubnet.default,
|
|
2578
|
+
FailureHandling: _FailureHandling.default,
|
|
2579
|
+
FloatingIPAddress: _FloatingIPAddress.default,
|
|
2580
|
+
FloatingIPv4Address: _FloatingIPv4Address.default,
|
|
2581
|
+
FloatingIPv6Address: _FloatingIPv6Address.default,
|
|
2582
|
+
FloatingIp: _FloatingIp.default,
|
|
2583
|
+
FloatingIpProjection: _FloatingIpProjection.default,
|
|
2584
|
+
FlowGateway: _FlowGateway.default,
|
|
2585
|
+
FlowGatewayKeepAliveRequestSpec: _FlowGatewayKeepAliveRequestSpec.default,
|
|
2586
|
+
FlowGatewayState: _FlowGatewayState.default,
|
|
2587
|
+
FlowGatewayStatus: _FlowGatewayStatus.default,
|
|
2588
|
+
Gateway: _Gateway.default,
|
|
2589
|
+
GatewayDeployment: _GatewayDeployment.default,
|
|
2590
|
+
GatewayInterface: _GatewayInterface.default,
|
|
2591
|
+
GatewayManagementInterface: _GatewayManagementInterface.default,
|
|
2592
|
+
GatewayNic: _GatewayNic.default,
|
|
2593
|
+
GatewayNodeReference: _GatewayNodeReference.default,
|
|
2594
|
+
GatewayNodesSelector: _GatewayNodesSelector.default,
|
|
2595
|
+
GatewayProjection: _GatewayProjection.default,
|
|
2596
|
+
GatewayRole: _GatewayRole.default,
|
|
2597
|
+
GcpConfig: _GcpConfig.default,
|
|
2598
|
+
GcpExternalSubnetConfig: _GcpExternalSubnetConfig.default,
|
|
2599
|
+
GcpSubnetConfig: _GcpSubnetConfig.default,
|
|
2600
|
+
GetBgpRouteApiResponse: _GetBgpRouteApiResponse.default,
|
|
2601
|
+
GetBgpSessionApiResponse: _GetBgpSessionApiResponse.default,
|
|
2602
|
+
GetFloatingIpApiResponse: _GetFloatingIpApiResponse.default,
|
|
2603
|
+
GetGatewayApiResponse: _GetGatewayApiResponse.default,
|
|
2604
|
+
GetIPFIXExporterApiResponse: _GetIPFIXExporterApiResponse.default,
|
|
2605
|
+
GetLayer2StretchApiResponse: _GetLayer2StretchApiResponse.default,
|
|
2606
|
+
GetLearnedMacAddressApiResponse: _GetLearnedMacAddressApiResponse.default,
|
|
2607
|
+
GetLoadBalancerSessionApiResponse: _GetLoadBalancerSessionApiResponse.default,
|
|
2608
|
+
GetNetworkControllerApiResponse: _GetNetworkControllerApiResponse.default,
|
|
2609
|
+
GetNetworkFunctionApiResponse: _GetNetworkFunctionApiResponse.default,
|
|
2610
|
+
GetNicProfileApiResponse: _GetNicProfileApiResponse.default,
|
|
2611
|
+
GetRemoteSubnetApiResponse: _GetRemoteSubnetApiResponse.default,
|
|
2612
|
+
GetRouteApiResponse: _GetRouteApiResponse.default,
|
|
2613
|
+
GetRouteTableApiResponse: _GetRouteTableApiResponse.default,
|
|
2614
|
+
GetRoutingPolicyApiResponse: _GetRoutingPolicyApiResponse.default,
|
|
2615
|
+
GetSubnetApiResponse: _GetSubnetApiResponse.default,
|
|
2616
|
+
GetTrafficMirrorApiResponse: _GetTrafficMirrorApiResponse.default,
|
|
2617
|
+
GetUplinkBondApiResponse: _GetUplinkBondApiResponse.default,
|
|
2618
|
+
GetVirtualSwitchApiResponse: _GetVirtualSwitchApiResponse.default,
|
|
2619
|
+
GetVpcApiResponse: _GetVpcApiResponse.default,
|
|
2620
|
+
GetVpnConnectionApiResponse: _GetVpnConnectionApiResponse.default,
|
|
2621
|
+
HealthCheck: _HealthCheck.default,
|
|
2622
|
+
HealthStatus: _HealthStatus.default,
|
|
2623
|
+
HighAvailabilityAlgorithm: _HighAvailabilityAlgorithm.default,
|
|
2624
|
+
HighAvailabilityGroup: _HighAvailabilityGroup.default,
|
|
2625
|
+
HighAvailabilityMode: _HighAvailabilityMode.default,
|
|
2626
|
+
HighAvailabilityState: _HighAvailabilityState.default,
|
|
2627
|
+
HighAvailabilityStatus: _HighAvailabilityStatus.default,
|
|
2628
|
+
Host: _Host.default,
|
|
2629
|
+
HostNic: _HostNic.default,
|
|
2630
|
+
HostNicComplianceStatus: _HostNicComplianceStatus.default,
|
|
2631
|
+
HostNicReference: _HostNicReference.default,
|
|
2632
|
+
ICMPObject: _ICMPObject.default,
|
|
2633
|
+
IPConfig: _IPConfig.default,
|
|
2634
|
+
IPFIXExporter: _IPFIXExporter.default,
|
|
2635
|
+
IPPoolUsage: _IPPoolUsage.default,
|
|
2636
|
+
IPSubnet: _IPSubnet.default,
|
|
2637
|
+
IPUsage: _IPUsage.default,
|
|
2638
|
+
IPv4Config: _IPv4Config.default,
|
|
2639
|
+
IPv4Pool: _IPv4Pool.default,
|
|
2640
|
+
IPv4Subnet: _IPv4Subnet.default,
|
|
2641
|
+
IPv6Config: _IPv6Config.default,
|
|
2642
|
+
IPv6Pool: _IPv6Pool.default,
|
|
2643
|
+
IPv6Subnet: _IPv6Subnet.default,
|
|
2644
|
+
IbgpConfig: _IbgpConfig.default,
|
|
2645
|
+
IgmpSpec: _IgmpSpec.default,
|
|
2646
|
+
InternalRoutingConfig: _InternalRoutingConfig.default,
|
|
2647
|
+
IpFamily: _IpFamily.default,
|
|
2648
|
+
IpReserveSpec: _IpReserveSpec.default,
|
|
2649
|
+
IpUnreserveSpec: _IpUnreserveSpec.default,
|
|
2650
|
+
IpsecConfig: _IpsecConfig.default,
|
|
2651
|
+
KubernetesCluster: _KubernetesCluster.default,
|
|
2652
|
+
Layer2Stretch: _Layer2Stretch.default,
|
|
2653
|
+
Layer2StretchProjection: _Layer2StretchProjection.default,
|
|
2654
|
+
LayerFourProtocolObject: _LayerFourProtocolObject.default,
|
|
2655
|
+
LearnedMacAddress: _LearnedMacAddress.default,
|
|
2656
|
+
ListBgpRoutesApiResponse: _ListBgpRoutesApiResponse.default,
|
|
2657
|
+
ListBgpSessionsApiResponse: _ListBgpSessionsApiResponse.default,
|
|
2658
|
+
ListClusterCapabilitiesApiResponse: _ListClusterCapabilitiesApiResponse.default,
|
|
2659
|
+
ListFloatingIpsApiResponse: _ListFloatingIpsApiResponse.default,
|
|
2660
|
+
ListGatewaysApiResponse: _ListGatewaysApiResponse.default,
|
|
2661
|
+
ListIPFIXExportersApiResponse: _ListIPFIXExportersApiResponse.default,
|
|
2662
|
+
ListLayer2StretchesApiResponse: _ListLayer2StretchesApiResponse.default,
|
|
2663
|
+
ListLearnedMacAddressesApiResponse: _ListLearnedMacAddressesApiResponse.default,
|
|
2664
|
+
ListLoadBalancerSessionsApiResponse: _ListLoadBalancerSessionsApiResponse.default,
|
|
2665
|
+
ListNetworkControllersApiResponse: _ListNetworkControllersApiResponse.default,
|
|
2666
|
+
ListNetworkFunctionsApiResponse: _ListNetworkFunctionsApiResponse.default,
|
|
2667
|
+
ListNicProfilesApiResponse: _ListNicProfilesApiResponse.default,
|
|
2668
|
+
ListNodeSchedulableStatusesApiResponse: _ListNodeSchedulableStatusesApiResponse.default,
|
|
2669
|
+
ListRemoteSubnetsApiResponse: _ListRemoteSubnetsApiResponse.default,
|
|
2670
|
+
ListRouteTablesApiResponse: _ListRouteTablesApiResponse.default,
|
|
2671
|
+
ListRoutesApiResponse: _ListRoutesApiResponse.default,
|
|
2672
|
+
ListRoutingPoliciesApiResponse: _ListRoutingPoliciesApiResponse.default,
|
|
2673
|
+
ListSubnetReservedIpsApiResponse: _ListSubnetReservedIpsApiResponse.default,
|
|
2674
|
+
ListSubnetVnicsApiResponse: _ListSubnetVnicsApiResponse.default,
|
|
2675
|
+
ListSubnetsApiResponse: _ListSubnetsApiResponse.default,
|
|
2676
|
+
ListTrafficMirrorsApiResponse: _ListTrafficMirrorsApiResponse.default,
|
|
2677
|
+
ListUplinkBondsApiResponse: _ListUplinkBondsApiResponse.default,
|
|
2678
|
+
ListVirtualSwitchesApiResponse: _ListVirtualSwitchesApiResponse.default,
|
|
2679
|
+
ListVpcVirtualSwitchMappingsApiResponse: _ListVpcVirtualSwitchMappingsApiResponse.default,
|
|
2680
|
+
ListVpcsApiResponse: _ListVpcsApiResponse.default,
|
|
2681
|
+
ListVpnConnectionsApiResponse: _ListVpnConnectionsApiResponse.default,
|
|
2682
|
+
ListVpnVendorConfigsApiResponse: _ListVpnVendorConfigsApiResponse.default,
|
|
2683
|
+
Listener: _Listener.default,
|
|
2684
|
+
LoadBalancerSession: _LoadBalancerSession.default,
|
|
2685
|
+
LoadBalancerSessionAssociation: _LoadBalancerSessionAssociation.default,
|
|
2686
|
+
LoadBalancerSessionProjection: _LoadBalancerSessionProjection.default,
|
|
2687
|
+
LoadBalancerSessionType: _LoadBalancerSessionType.default,
|
|
2688
|
+
LocalBgpGateway: _LocalBgpGateway.default,
|
|
2689
|
+
LocalBgpService: _LocalBgpService.default,
|
|
2690
|
+
LocalNetworkServices: _LocalNetworkServices.default,
|
|
2691
|
+
LocalVpnService: _LocalVpnService.default,
|
|
2692
|
+
LocalVtepService: _LocalVtepService.default,
|
|
2693
|
+
MacAddress: _MacAddress.default,
|
|
2694
|
+
MacType: _MacType.default,
|
|
2695
|
+
MigrationState: _MigrationState.default,
|
|
2696
|
+
NetworkCloudConfig: _NetworkCloudConfig.default,
|
|
2697
|
+
NetworkController: _NetworkController.default,
|
|
2698
|
+
NetworkFunction: _NetworkFunction.default,
|
|
2699
|
+
NetworkFunctionProjection: _NetworkFunctionProjection.default,
|
|
2700
|
+
NetworkingBaseModel: _NetworkingBaseModel.default,
|
|
2701
|
+
Nexthop: _Nexthop.default,
|
|
2702
|
+
NexthopType: _NexthopType.default,
|
|
2703
|
+
NicHighAvailabilityState: _NicHighAvailabilityState.default,
|
|
2704
|
+
NicPair: _NicPair.default,
|
|
2705
|
+
NicProfile: _NicProfile.default,
|
|
2706
|
+
NicProfileProjection: _NicProfileProjection.default,
|
|
2707
|
+
NicTarget: _NicTarget.default,
|
|
2708
|
+
NodeHealth: _NodeHealth.default,
|
|
2709
|
+
NodeSchedulableStatus: _NodeSchedulableStatus.default,
|
|
2710
|
+
NodeSchedulableStatusProjection: _NodeSchedulableStatusProjection.default,
|
|
2711
|
+
NodeServiceHealth: _NodeServiceHealth.default,
|
|
2712
|
+
NodeServiceName: _NodeServiceName.default,
|
|
2713
|
+
OspfConfig: _OspfConfig.default,
|
|
2714
|
+
OwnerType: _OwnerType.default,
|
|
2715
|
+
PeeredGateway: _PeeredGateway.default,
|
|
2716
|
+
PortRange: _PortRange.default,
|
|
2717
|
+
PrivateIpAssociation: _PrivateIpAssociation.default,
|
|
2718
|
+
ProjectReference: _ProjectReference.default,
|
|
2719
|
+
Protocol: _Protocol.default,
|
|
2720
|
+
ProtocolNumberObject: _ProtocolNumberObject.default,
|
|
2721
|
+
ProtocolType: _ProtocolType.default,
|
|
2722
|
+
PublicIpMapping: _PublicIpMapping.default,
|
|
2723
|
+
QosConfig: _QosConfig.default,
|
|
2724
|
+
QuerierSpec: _QuerierSpec.default,
|
|
2725
|
+
RemoteBgpGateway: _RemoteBgpGateway.default,
|
|
2726
|
+
RemoteBgpService: _RemoteBgpService.default,
|
|
2727
|
+
RemoteNetworkServices: _RemoteNetworkServices.default,
|
|
2728
|
+
RemoteSubnet: _RemoteSubnet.default,
|
|
2729
|
+
RemoteVpnConnection: _RemoteVpnConnection.default,
|
|
2730
|
+
RemoteVpnConnectionApiResponse: _RemoteVpnConnectionApiResponse.default,
|
|
2731
|
+
RemoteVpnConnectionListApiResponse: _RemoteVpnConnectionListApiResponse.default,
|
|
2732
|
+
RemoteVpnService: _RemoteVpnService.default,
|
|
2733
|
+
RemoteVtepGateway: _RemoteVtepGateway.default,
|
|
2734
|
+
RemoteVtepGatewayApiResponse: _RemoteVtepGatewayApiResponse.default,
|
|
2735
|
+
RemoteVtepGatewayListApiResponse: _RemoteVtepGatewayListApiResponse.default,
|
|
2736
|
+
RemoteVtepService: _RemoteVtepService.default,
|
|
2737
|
+
RemoteVtepStretchStatus: _RemoteVtepStretchStatus.default,
|
|
2738
|
+
RerouteFallbackAction: _RerouteFallbackAction.default,
|
|
2739
|
+
RerouteParam: _RerouteParam.default,
|
|
2740
|
+
ReserveType: _ReserveType.default,
|
|
2741
|
+
ReservedIp: _ReservedIp.default,
|
|
2742
|
+
Route: _Route.default,
|
|
2743
|
+
RouteTable: _RouteTable.default,
|
|
2744
|
+
RouteType: _RouteType.default,
|
|
2745
|
+
RoutingPolicy: _RoutingPolicy.default,
|
|
2746
|
+
RoutingPolicyAction: _RoutingPolicyAction.default,
|
|
2747
|
+
RoutingPolicyActionType: _RoutingPolicyActionType.default,
|
|
2748
|
+
RoutingPolicyMatchCondition: _RoutingPolicyMatchCondition.default,
|
|
2749
|
+
RoutingPolicyProjection: _RoutingPolicyProjection.default,
|
|
2750
|
+
RoutingPolicyRule: _RoutingPolicyRule.default,
|
|
2751
|
+
ScopeType: _ScopeType.default,
|
|
2752
|
+
SharedServiceHealth: _SharedServiceHealth.default,
|
|
2753
|
+
SharedServiceName: _SharedServiceName.default,
|
|
2754
|
+
SiteParams: _SiteParams.default,
|
|
2755
|
+
State: _State.default,
|
|
2756
|
+
Status: _Status.default,
|
|
2757
|
+
StretchConnectionType: _StretchConnectionType.default,
|
|
2758
|
+
StretchStatus: _StretchStatus.default,
|
|
2759
|
+
Subnet: _Subnet.default,
|
|
2760
|
+
SubnetInfo: _SubnetInfo.default,
|
|
2761
|
+
SubnetProjection: _SubnetProjection.default,
|
|
2762
|
+
SubnetType: _SubnetType.default,
|
|
2763
|
+
Target: _Target.default,
|
|
2764
|
+
TargetHealth: _TargetHealth.default,
|
|
2765
|
+
ConfigTaskReferenceApiResponse: _TaskReferenceApiResponse.default,
|
|
2766
|
+
TrafficForwardingMode: _TrafficForwardingMode.default,
|
|
2767
|
+
TrafficMirror: _TrafficMirror.default,
|
|
2768
|
+
TrafficMirrorPort: _TrafficMirrorPort.default,
|
|
2769
|
+
TrafficMirrorPortNicType: _TrafficMirrorPortNicType.default,
|
|
2770
|
+
TrafficMirrorSourcePort: _TrafficMirrorSourcePort.default,
|
|
2771
|
+
TrafficMirrorSourcePortDirection: _TrafficMirrorSourcePortDirection.default,
|
|
2772
|
+
TrafficMirrorState: _TrafficMirrorState.default,
|
|
2773
|
+
UnreserveType: _UnreserveType.default,
|
|
2774
|
+
UplinkBond: _UplinkBond.default,
|
|
2775
|
+
UplinkBondLacpStatus: _UplinkBondLacpStatus.default,
|
|
2776
|
+
UplinkBondType: _UplinkBondType.default,
|
|
2777
|
+
UplinkBondVirtualSwitchInfo: _UplinkBondVirtualSwitchInfo.default,
|
|
2778
|
+
VirtualIP: _VirtualIP.default,
|
|
2779
|
+
VirtualSwitch: _VirtualSwitch.default,
|
|
2780
|
+
VirtualSwitchProjection: _VirtualSwitchProjection.default,
|
|
2781
|
+
VlanSubnetMigrationSpec: _VlanSubnetMigrationSpec.default,
|
|
2782
|
+
Vm: _Vm.default,
|
|
2783
|
+
VmNic: _VmNic.default,
|
|
2784
|
+
VmNicAssociation: _VmNicAssociation.default,
|
|
2785
|
+
VmNicProjection: _VmNicProjection.default,
|
|
2786
|
+
VmProjection: _VmProjection.default,
|
|
2787
|
+
Vnic: _Vnic.default,
|
|
2788
|
+
VnicMigrationItemSpec: _VnicMigrationItemSpec.default,
|
|
2789
|
+
Vpc: _Vpc.default,
|
|
2790
|
+
VpcDhcpOptions: _VpcDhcpOptions.default,
|
|
2791
|
+
VpcGlobalConfig: _VpcGlobalConfig.default,
|
|
2792
|
+
VpcName: _VpcName.default,
|
|
2793
|
+
VpcNameProjection: _VpcNameProjection.default,
|
|
2794
|
+
VpcProjection: _VpcProjection.default,
|
|
2795
|
+
VpcType: _VpcType.default,
|
|
2796
|
+
VpcVirtualSwitchMapping: _VpcVirtualSwitchMapping.default,
|
|
2797
|
+
VpnAppliance: _VpnAppliance.default,
|
|
2798
|
+
VpnConnection: _VpnConnection.default,
|
|
2799
|
+
Vtep: _Vtep.default,
|
|
2800
|
+
AppMessage: _AppMessage.default,
|
|
2801
|
+
ErrorResponse: _ErrorResponse.default,
|
|
2802
|
+
SchemaValidationError: _SchemaValidationError.default,
|
|
2803
|
+
SchemaValidationErrorMessage: _SchemaValidationErrorMessage.default,
|
|
2804
|
+
GetLayer2StretchStatsApiResponse: _GetLayer2StretchStatsApiResponse.default,
|
|
2805
|
+
GetTrafficMirrorStatsApiResponse: _GetTrafficMirrorStatsApiResponse.default,
|
|
2806
|
+
GetVpcNsStatsApiResponse: _GetVpcNsStatsApiResponse.default,
|
|
2807
|
+
GetVpnConnectionStatsApiResponse: _GetVpnConnectionStatsApiResponse.default,
|
|
2808
|
+
Layer2StretchStats: _Layer2StretchStats.default,
|
|
2809
|
+
ListenerStats: _ListenerStats.default,
|
|
2810
|
+
LoadBalancerSessionStats: _LoadBalancerSessionStats.default,
|
|
2811
|
+
LoadBalancerSessionStatsApiResponse: _LoadBalancerSessionStatsApiResponse.default,
|
|
2812
|
+
RoutingPolicyClearCountersSpec: _RoutingPolicyClearCountersSpec.default,
|
|
2813
|
+
StatsQueryResponseBase: _StatsQueryResponseBase.default,
|
|
2814
|
+
TargetStats: _TargetStats.default,
|
|
2815
|
+
StatsTaskReferenceApiResponse: _TaskReferenceApiResponse2.default,
|
|
2816
|
+
TrafficMirrorStats: _TrafficMirrorStats.default,
|
|
2817
|
+
VpcNsStats: _VpcNsStats.default,
|
|
2818
|
+
VpnConnectionStats: _VpnConnectionStats.default,
|
|
2819
|
+
TaskReference: _TaskReference.default
|
|
2700
2820
|
};
|