OperationsListResult 运算符 OptimizationType OriginGroupListResult OriginGroupOverride OriginGroupOverrideAction OriginGroupOverrideActionParameters OriginGroupProvisioningState OriginGroupResourceState OriginGroupUpdateParameters OriginListResult OriginProvisioningState ...
and reference them as a set in security group rules and routes instead of referencing them individually. For example, you can consolidate security group rules with different CIDR blocks but the same port and protocol into a single rule that uses a prefix list. If you scale your network and ...
IpPrefixCidr string 从当前预留网段中已分配给弹性网卡使用的前缀网段(prefix)。 192.168.1.64/28 示例 正常返回示例 JSON格式 { "RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B45", "NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd***", "TotalCount": 10, "MaxResults": 10, "CidrReservationUsage...
ipv6 local-peering-gateway nat-gateway networking-topology nsg private-ip public-ip public-ip-pool remote-peering-connection route-table security-list service service-gateway subnet Description Available Commands subnet-topology tunnel-cpe-device-config tunnel-route tunnel-security-association ...
private-ip public-ip public-ip-pool remote-peering-connection route-table security-list service service-gateway subnet Description Available Commands subnet-topology tunnel-cpe-device-config tunnel-route tunnel-security-association vcn vcn-dns-resolver-association vcn-topology virtual-circui...
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples. 2. Input Parameters The following request parameter list only provides API request par...
PSCIDRIpAddress.PrefixLength PropertyReference Feedback DefinitionNamespace: Microsoft.Azure.Commands.Cdn.EdgeNodes Assembly: Microsoft.Azure.Commands.Cdn.dll C# Copy public int PrefixLength { get; set; } Property Value Int32 Applies to ProductVersions Azure RM - PowerShell Commands Latest ...
runtime/default apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default spec: privileged: false volumes: - configMap - secret - emptyDir - hostPath allowedHostPaths: - pathPrefix: "/etc/cni/net.d" - pathPrefix: "/etc/kube-flannel" - pathPrefix: "/run/flannel" readOnlyRootFi...
dockerBridgeCidr - the CIDR notation IP range assigned to the Docker bridge network; it must not overlap with any subnet IP ranges or the Kubernetes service address range Returns: the next stage of the definitionApplies to Azure SDK for ...
String[] parts = addr.split("/"); String ip = parts[0]; int prefix; if (parts.length < 2) { prefix = 0; } else { prefix = Integer.parseInt(parts[1]); } int mask = 0xffffffff << (32 - prefix); System.out.println("Prefix=" + pref...