Topology Interface

Implements

HasParent<NetworkWatcher> Executable<Topology> HasInner<com.microsoft.azure.management.network.implementation.TopologyInner>

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.

Method Summary

Modifier and Type Method and Description
abstract org.joda.time.DateTime createdTime()
abstract java.lang.String id()
abstract org.joda.time.DateTime lastModifiedTime()
abstract java.util.Map<java.lang.String,TopologyResource> resources()
abstract TopologyParameters topologyParameters()

Method Details

createdTime

public abstract DateTime createdTime()

Returns:

the datetime when the topology was initially created for the resource group.

id

public abstract String id()

Returns:

GUID representing the id

lastModifiedTime

public abstract DateTime lastModifiedTime()

Returns:

the datetime when the topology was last modified

resources

public abstract Map resources()

Returns:

The resources in this topology

topologyParameters

public abstract TopologyParameters topologyParameters()

Returns:

parameters used to query this topology

Applies to