GalleryInVMAccessControlProfileVersionProperties Class

Describes the properties of an inVMAccessControlProfile version.

Constructor

GalleryInVMAccessControlProfileVersionProperties()

Variables

Name Description
target_locations
list[<xref:"TargetRegion">]

The target regions where the Resource Profile version is going to be replicated to. This property is updatable.

exclude_from_latest

If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.

published_date
str

The timestamp for when the Resource Profile Version is published.

provisioning_state
Union[str, <xref:"GalleryProvisioningState">]

The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating".

replication_status
<xref:<xref:"ReplicationStatus">>

This is the replication status of the gallery image version.

mode
Union[str, <xref:"AccessControlRulesMode">]

This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'. Required. Known values are: "Audit", "Enforce", and "Disabled".

default_access
Union[str, <xref:"EndpointAccess">]

This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'. Required. Known values are: "Allow" and "Deny".

rules
<xref:<xref:"AccessControlRules">>

This is the Access Control Rules specification for an inVMAccessControlProfile version.

Attributes

defaultAccess

This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'. Required. Known values are: "Allow" and "Deny".

defaultAccess: Required[str | EndpointAccess]

mode

This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'. Required. Known values are: "Audit", "Enforce", and "Disabled".

mode: Required[str | AccessControlRulesMode]

rules

This is the Access Control Rules specification for an inVMAccessControlProfile version.

rules: AccessControlRules

excludeFromLatest

excludeFromLatest: bool

provisioningState

provisioningState: str | GalleryProvisioningState

publishedDate

publishedDate: str

replicationStatus

replicationStatus: ReplicationStatus

targetLocations

targetLocations: list['TargetRegion']