Class TopologyInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.TopologyInner
-
public final class TopologyInner extends Object
Topology of the specified resource group.
-
-
Constructor Summary
Constructors Constructor Description TopologyInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimecreatedDateTime()Get the createdDateTime property: The datetime when the topology was initially created for the resource group.Stringid()Get the id property: GUID representing the operation id.OffsetDateTimelastModified()Get the lastModified property: The datetime when the topology was last modified.List<TopologyResource>resources()Get the resources property: A list of topology resources.voidvalidate()Validates the instance.TopologyInnerwithResources(List<TopologyResource> resources)Set the resources property: A list of topology resources.
-
-
-
Method Detail
-
id
public String id()
Get the id property: GUID representing the operation id.- Returns:
- the id value.
-
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The datetime when the topology was initially created for the resource group.- Returns:
- the createdDateTime value.
-
lastModified
public OffsetDateTime lastModified()
Get the lastModified property: The datetime when the topology was last modified.- Returns:
- the lastModified value.
-
resources
public List<TopologyResource> resources()
Get the resources property: A list of topology resources.- Returns:
- the resources value.
-
withResources
public TopologyInner withResources(List<TopologyResource> resources)
Set the resources property: A list of topology resources.- Parameters:
resources- the resources value to set.- Returns:
- the TopologyInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-