Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkZones ¶
type NetworkZones struct {
Enabled bool `json:"enabled"` // Network Zones are enabled (`true`) or disabled (`false`)
}
func (*NetworkZones) MarshalHCL ¶
func (me *NetworkZones) MarshalHCL(properties hcl.Properties) error
func (*NetworkZones) Name ¶
func (me *NetworkZones) Name() string
func (*NetworkZones) UnmarshalHCL ¶
func (me *NetworkZones) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.