Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkProfile
-
Packages that use NetworkProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of NetworkProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return NetworkProfile Modifier and Type Method Description NetworkProfileOpenShiftManagedClusterInner. networkProfile()Get the networkProfile property: Configuration for OpenShift networking.NetworkProfileOpenShiftManagedClusterProperties. networkProfile()Get the networkProfile property: Configuration for OpenShift networking.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type NetworkProfile Modifier and Type Method Description OpenShiftManagedClusterInnerOpenShiftManagedClusterInner. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Configuration for OpenShift networking.OpenShiftManagedClusterPropertiesOpenShiftManagedClusterProperties. withNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Configuration for OpenShift networking. -
Uses of NetworkProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return NetworkProfile Modifier and Type Method Description NetworkProfileNetworkProfile. withPeerVnetId(String peerVnetId)Set the peerVnetId property: CIDR of the Vnet to peer.NetworkProfileNetworkProfile. withVnetCidr(String vnetCidr)Set the vnetCidr property: CIDR for the OpenShift Vnet.NetworkProfileNetworkProfile. withVnetId(String vnetId)Set the vnetId property: ID of the Vnet created for OSA cluster.
-