InterconnectBlockProperties Class
Properties of the Interconnect Block.
Constructor
InterconnectBlockProperties()
Variables
| Name | Description |
|---|---|
|
virtual_machines_associated
|
list[<xref:"SubResourceReadOnly">]
A list of all virtual machine resource ids that are associated with the Interconnect Block. |
|
interconnect_group
|
<xref:<xref:"ApiEntityReference">>
The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. Required. |
|
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. |
|
provisioning_time
|
The date time when the Interconnect Block was last updated. |
|
provisioning_state
|
The provisioning state, which only appears in the response. |
|
instance_view
|
<xref:<xref:"InterconnectBlockInstanceView">>
The Interconnect Block instance view. |
|
time_created
|
Specifies the time at which the Interconnect Block resource was created. |
Attributes
instanceView
The Interconnect Block instance view.
instanceView: InterconnectBlockInstanceView
interconnectBlockId
A unique id (GUID) generated and assigned to the Interconnect Block by the platform which does not change throughout the lifetime of the resource.
interconnectBlockId: str
interconnectGroup
The Microsoft.Network/interconnectGroups resource that this Interconnect Block is associated with. Required at create and immutable thereafter. Required.
interconnectGroup: ApiEntityReference
provisioningState
The provisioning state, which only appears in the response.
provisioningState: str
provisioningTime
The date time when the Interconnect Block was last updated.
provisioningTime: str
timeCreated
Specifies the time at which the Interconnect Block resource was created.
timeCreated: str
virtualMachinesAssociated
A list of all virtual machine resource ids that are associated with the Interconnect Block.
virtualMachinesAssociated: list[azure.mgmt.compute.types.SubResourceReadOnly]