InterconnectBlockProperties Class

Properties of the Interconnect Block.

Constructor

InterconnectBlockProperties(*args: Any, **kwargs: Any)

Variables

Name Description
virtual_machines_associated

A list of all virtual machine resource ids that are associated with the Interconnect Block.

interconnect_group

The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. Required.

interconnect_block_id
str

A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource.

provisioning_time

The date time when the Interconnect Block was last updated.

provisioning_state
str

The provisioning state, which only appears in the response.

instance_view

The Interconnect Block instance view.

time_created

Specifies the time at which the Interconnect Block resource was created.

Attributes

instance_view

The Interconnect Block instance view.

instance_view: _models.InterconnectBlockInstanceView | None

interconnect_block_id

A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource.

interconnect_block_id: str | None

interconnect_group

The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. Required.

interconnect_group: _models.ApiEntityReference

provisioning_state

The provisioning state, which only appears in the response.

provisioning_state: str | None

provisioning_time

The date time when the Interconnect Block was last updated.

provisioning_time: datetime | None

time_created

Specifies the time at which the Interconnect Block resource was created.

time_created: datetime | None

virtual_machines_associated

A list of all virtual machine resource ids that are associated with the Interconnect Block.

virtual_machines_associated: list['_models.SubResourceReadOnly'] | None