Interface Topology
- All Superinterfaces:
Executable<Topology>
,HasInner<com.microsoft.azure.management.network.implementation.TopologyInner>
,HasParent<NetworkWatcher>
,Indexable
@Beta(V1_2_0)
public interface Topology
extends Executable<Topology>, HasInner<com.microsoft.azure.management.network.implementation.TopologyInner>, HasParent<NetworkWatcher>
An immutable client-side representation of an Azure Topology info object, associated with network watcher.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of topology parameters definition.static interface
Grouping of topology definition stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable
execute, executeAsync, executeAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Method Details
-
id
String id()- Returns:
- GUID representing the id
-
topologyParameters
TopologyParameters topologyParameters()- Returns:
- parameters used to query this topology
-
createdTime
org.joda.time.DateTime createdTime()- Returns:
- the datetime when the topology was initially created for the resource group.
-
lastModifiedTime
org.joda.time.DateTime lastModifiedTime()- Returns:
- the datetime when the topology was last modified
-
resources
Map<String,TopologyResource> resources()- Returns:
- The resources in this topology
-