Interface NetworkProfile
- All Superinterfaces:
GroupableResource<NetworkManager, NetworkProfileInner>, HasId, HasInnerModel<NetworkProfileInner>, HasManager<NetworkManager>, HasName, HasResourceGroup, Indexable, Refreshable<NetworkProfile>, Resource, Updatable<NetworkProfile.Update>, UpdatableWithTags<NetworkProfile>
public interface NetworkProfile
extends GroupableResource<NetworkManager, NetworkProfileInner>, Refreshable<NetworkProfile>, Updatable<NetworkProfile.Update>, UpdatableWithTags<NetworkProfile>
An immutable client-side representation of NetworkProfile.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the NetworkProfile definition.static interfaceThe NetworkProfile definition stages.static interfaceThe template for NetworkProfile update.Nested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>Nested classes/interfaces inherited from interface UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface Resource
region, regionName, tags, typeMethods inherited from interface UpdatableWithTags
updateTags
-
Method Details
-
containerNetworkInterfaceConfigurations
List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations()Gets the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.- Returns:
- the containerNetworkInterfaceConfigurations value.
-