VirtualMachineIpTag Class

Contains the IP tag associated with the public IP address.

Constructor

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

Variables

Name Description
ip_tag_type
str

IP tag type. Example: FirstPartyUsage.

tag
str

IP tag associated with the public IP. Example: SQL, Storage etc.

Attributes

ip_tag_type

FirstPartyUsage.

ip_tag_type: str | None

tag

SQL, Storage etc.

tag: str | None