108 строки
6.9 KiB
YAML
108 строки
6.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.NetworkProfile"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile"
|
|
name: "NetworkProfile"
|
|
nameWithType: "NetworkProfile"
|
|
summary: "Represents the Open<wbr>Shift networking configuration."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **NetworkProfile**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.NetworkProfile()"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.NetworkProfile()"
|
|
name: "NetworkProfile()"
|
|
nameWithType: "NetworkProfile.NetworkProfile()"
|
|
syntax: "public NetworkProfile()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.peerVnetId()"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.peerVnetId()"
|
|
name: "peerVnetId()"
|
|
nameWithType: "NetworkProfile.peerVnetId()"
|
|
summary: "Get cIDR of the Vnet to peer."
|
|
syntax: "public String peerVnetId()"
|
|
desc: "Get cIDR of the Vnet to peer."
|
|
returns:
|
|
description: "the peerVnetId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.vnetCidr()"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.vnetCidr()"
|
|
name: "vnetCidr()"
|
|
nameWithType: "NetworkProfile.vnetCidr()"
|
|
summary: "Get cIDR for the Open<wbr>Shift Vnet."
|
|
syntax: "public String vnetCidr()"
|
|
desc: "Get cIDR for the OpenShift Vnet."
|
|
returns:
|
|
description: "the vnetCidr value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.vnetId()"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.vnetId()"
|
|
name: "vnetId()"
|
|
nameWithType: "NetworkProfile.vnetId()"
|
|
summary: "Get iD of the Vnet created for OSA cluster."
|
|
syntax: "public String vnetId()"
|
|
desc: "Get iD of the Vnet created for OSA cluster."
|
|
returns:
|
|
description: "the vnetId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.withPeerVnetId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.withPeerVnetId(String peerVnetId)"
|
|
name: "withPeerVnetId(String peerVnetId)"
|
|
nameWithType: "NetworkProfile.withPeerVnetId(String peerVnetId)"
|
|
summary: "Set cIDR of the Vnet to peer."
|
|
parameters:
|
|
- description: "the peerVnetId value to set"
|
|
name: "peerVnetId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkProfile withPeerVnetId(String peerVnetId)"
|
|
desc: "Set cIDR of the Vnet to peer."
|
|
returns:
|
|
description: "the NetworkProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.NetworkProfile?alt=com.microsoft.azure.management.containerservice.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.withVnetCidr(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.withVnetCidr(String vnetCidr)"
|
|
name: "withVnetCidr(String vnetCidr)"
|
|
nameWithType: "NetworkProfile.withVnetCidr(String vnetCidr)"
|
|
summary: "Set cIDR for the Open<wbr>Shift Vnet."
|
|
parameters:
|
|
- description: "the vnetCidr value to set"
|
|
name: "vnetCidr"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkProfile withVnetCidr(String vnetCidr)"
|
|
desc: "Set cIDR for the OpenShift Vnet."
|
|
returns:
|
|
description: "the NetworkProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.NetworkProfile?alt=com.microsoft.azure.management.containerservice.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.NetworkProfile.withVnetId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.NetworkProfile.withVnetId(String vnetId)"
|
|
name: "withVnetId(String vnetId)"
|
|
nameWithType: "NetworkProfile.withVnetId(String vnetId)"
|
|
summary: "Set iD of the Vnet created for OSA cluster."
|
|
parameters:
|
|
- description: "the vnetId value to set"
|
|
name: "vnetId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NetworkProfile withVnetId(String vnetId)"
|
|
desc: "Set iD of the Vnet created for OSA cluster."
|
|
returns:
|
|
description: "the NetworkProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.NetworkProfile?alt=com.microsoft.azure.management.containerservice.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents the OpenShift networking configuration."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|