TopologyInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. TopologyInner
- com.
Implements
public final class TopologyInner
implements JsonSerializable<TopologyInner>
Topology of the specified resource group.
Constructor Summary
Constructor | Description |
---|---|
TopologyInner() |
Creates an instance of Topology |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
createdDateTime()
Get the created |
static
Topology |
fromJson(JsonReader jsonReader)
Reads an instance of Topology |
String |
id()
Get the id property: GUID representing the operation id. |
Offset |
lastModified()
Get the last |
List<Topology |
resources()
Get the resources property: A list of topology resources. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Topology |
withResources(List<TopologyResource> resources)
Set the resources property: A list of topology resources. |
Methods inherited from java.lang.Object
Constructor Details
TopologyInner
public TopologyInner()
Creates an instance of TopologyInner class.
Method Details
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The datetime when the topology was initially created for the resource group.
Returns:
fromJson
public static TopologyInner fromJson(JsonReader jsonReader)
Reads an instance of TopologyInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: GUID representing the operation id.
Returns:
lastModified
public OffsetDateTime lastModified()
Get the lastModified property: The datetime when the topology was last modified.
Returns:
resources
public List
Get the resources property: A list of topology resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResources
public TopologyInner withResources(List
Set the resources property: A list of topology resources.
Parameters:
Returns:
Applies to
Azure SDK for Java